HackerFeeds
All CVEs

CVE-2026-34102

CRITICAL9.8

Published 2026-07-01 · Updated 2026-07-01 · Source disclosure@vulncheck.com

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.

CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CWE-89
View on NVD