CVE-2026-34102: Guardian Language-System Unauthenticated SQL Injection via id Parameter in job_info_get.php
Published Jul 1, 2026
·Updated
Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in jobinfoget.php (line 16): SELECT FROM jobs where input1 = '\".$GET['id'].\"'. An authenticated attacker can perform error-based SQL injection to extract database contents.
Affected Software
1 affected component
Guardian Language-System
Event History
Jul 1, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·05:16 PM
DescriptionSeverityWeakness
Frequently Asked Questions
1
What is the severity of CVE-2026-34102?
CVE-2026-34102 has a critical severity rating of 9.8.
2
How do I fix CVE-2026-34102?
To fix CVE-2026-34102, sanitize the id parameter input before using it in SQL queries.
3
What type of vulnerability is CVE-2026-34102?
CVE-2026-34102 is classified as an SQL Injection vulnerability.
4
Can an unauthenticated user exploit CVE-2026-34102?
No, an authenticated attacker is required to exploit CVE-2026-34102.
5
What database contents can be affected by CVE-2026-34102?
CVE-2026-34102 allows an attacker to extract sensitive data from the jobs database.