CVE-2026-34104
Received Received - Intake

SQL Injection in Guardian Language-System

Vulnerability report for CVE-2026-34104, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-01

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-01
Generated
2026-07-01
AI Q&A
2026-07-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Guardian language-system where the 'name' GET parameter is directly inserted into an unsanitized SQL query in the file designer.php at line 124.

Because the input is not sanitized, an authenticated attacker can exploit this by performing error-based SQL injection, allowing them to extract contents from the database.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive database information.

An attacker exploiting this SQL injection flaw can extract confidential data, potentially leading to data breaches, loss of data integrity, and disruption of services.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-34104. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart