CVE-2026-40845
SQL Injection in Devices Configuration View
Publication date: 2026-05-27
Last updated on: 2026-05-27
Assigner: CERT VDE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| 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 Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability allows a low privileged remote attacker to exploit an unauthenticated SQL Injection, resulting in a total loss of confidentiality.
Loss of confidentiality can lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require the protection of sensitive personal and health information.
Therefore, exploitation of this vulnerability could result in violations of these standards due to unauthorized data exposure.
Can you explain this vulnerability to me?
This vulnerability is an unauthenticated SQL Injection in the devices_configuration view. It can be exploited by a low privileged remote attacker because the system does not properly neutralize special elements in a SQL SELECT command.
As a result, the attacker can manipulate the SQL query to gain unauthorized access to sensitive information.
How can this vulnerability impact me? :
The impact of this vulnerability is a total loss of confidentiality, meaning sensitive data can be fully exposed to an attacker.