All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-34103
CRITICALpublished 2026-07-01 17:16 UTC · 3 days ago · modified 2026-07-01 18:25 UTC
9.3
CVSS / 10
// description
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.
// weaknesses (CWE)
- CWE-89