CVE-2026-34105: Guardian Language-System Unauthenticated SQL Injection via id Parameter in translate_text.php
Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in translatetext.php (line 15): SELECT id, filename, extension, type FROM files where id = '\".$GET['id'].\"'. An authenticated attacker can perform error-based SQL injection to extract database contents.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-34105?
The severity of CVE-2026-34105 is critical with a score of 9.8.
How do I fix CVE-2026-34105?
To fix CVE-2026-34105, sanitize the id GET parameter before including it in SQL queries to prevent SQL injection.
What type of vulnerability is CVE-2026-34105?
CVE-2026-34105 is an SQL Injection vulnerability.
Who is affected by CVE-2026-34105?
CVE-2026-34105 affects users of the Guardian Language-System who utilize the translate_text.php script.
What is the impact of CVE-2026-34105?
The impact of CVE-2026-34105 allows authenticated attackers to perform error-based SQL injection, potentially exposing sensitive database information.