All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-34099
CRITICALpublished 2026-07-01 17:16 UTC · 3 days ago · modified 2026-07-02 15:16 UTC
9.3
CVSS / 10
// description
Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in job_info.php (line 16): SELECT * FROM jobs where id = '\".$_GET['id'].\"'. No authentication is required. An unauthenticated attacker can perform error-based SQL injection to extract the database version, current user, schema names, and table contents.
// weaknesses (CWE)
- CWE-89