CRITICALVulnerability
Verified
Global

NVD CRITICAL: CVE-2026-34101 — Guardian language-system passes the id GET parameter directly into an unsanitize...

·Source: NIST NVD

Updated:

Executive Summary

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in text_file.php (line 17): SELECT id, filename, extension, type, duration, owner, private FROM files where id = '\".$_GET['id'].\"'. An authenticated attacker can perform error-based SQL injection to extract database contents.

Analysis

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in text_file.php (line 17): SELECT id, filename, extension, type, duration, owner, private FROM files where id = '\".$_GET['id'].\"'. An authenticated attacker can perform error-based SQL injection to extract database contents. CVSS Score: 9.8. Published: 2026-07-01T17:16:33.067.

Indicators of Compromise (1)

CVE (1)
CVE-2026-34101
Source Attribution

Originally published by NIST NVD on Jul 1, 2026. Verified by: NIST.

Related Threats