CRITICALVulnerability
Verified
Global

NVD CRITICAL: CVE-2026-34105 — 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 translate_text.php (line 15): SELECT id, filename, extension, type 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 translate_text.php (line 15): SELECT id, filename, extension, type 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.537.

Indicators of Compromise (1)

CVE (1)
CVE-2026-34105
Source Attribution

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

Related Threats