CRITICALVulnerability
Verified
Global

NVD CRITICAL: CVE-2026-34103 — 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 subtitles.php (line 16): 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 subtitles.php (line 16): 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.303.

Indicators of Compromise (1)

CVE (1)
CVE-2026-34103
Source Attribution

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

Related Threats