CVE-2026-34104

Summary

Guardian language-system passes the name GET parameter directly into an unsanitized SQL query in designer.php (line 124): SELECT * FROM complex WHERE name='".$_GET['name']."'. An authenticated attacker can perform error-based SQL injection to extract database contents.

Affected Software

VendorProductVersion RangeStatus
guardianlanguage-system0 <= e42c395ec4b03fe62973a669c9209a673838b8a4affected

Weaknesses

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

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: poc
    • Automatable: yes
    • Technical Impact: total

References