CVE-2026-34099 PUBLISHED

Guardian Language-System Unauthenticated SQL Injection via id Parameter in job_info.php

Assigner: VulnCheck
Reserved: 25.03.2026 Published: 01.07.2026 Updated: 02.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor guardian
Product language-system
Versions Default: affected
  • affected from 0 to e42c395ec4b03fe62973a669c9209a673838b8a4 (incl.)

Credits

  • philopentest finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE