All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-34104
CRITICALpublished 2026-07-01 17:16 UTC · 3 days ago · modified 2026-07-01 19:16 UTC
9.3
CVSS / 10
// description
Guardian language-system passes the name GET parameter directly into an unsanitized SQL query in designer.php (line 124): SELECT * FROM complex WHERE name='\".$_GET['name'].\"'. An authenticated attacker can perform error-based SQL injection to extract database contents.
// weaknesses (CWE)
- CWE-89