All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-34102
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 id GET parameter directly into an unsanitized SQL query in job_info_get.php (line 16): SELECT * FROM jobs where input1 = '\".$_GET['id'].\"'. An authenticated attacker can perform error-based SQL injection to extract database contents.
// weaknesses (CWE)
- CWE-89