CVE-2026-40814
Unauthenticated SQL Injection in DataAPI PHP Component
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
Can you explain this vulnerability to me?
This vulnerability is an unauthenticated SQL Injection in the dataapi.php file, specifically in the _mb24confi_getTagAlarm function. It occurs because special elements in a SQL SELECT command are not properly neutralized, allowing a remote attacker to inject malicious SQL code without needing to authenticate.
How can this vulnerability impact me? :
Exploiting this vulnerability can lead to a total loss of confidentiality. An attacker can remotely execute SQL commands to access sensitive data without authentication, potentially exposing confidential information.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability allows an unauthenticated remote attacker to perform SQL Injection, resulting in a total loss of confidentiality.
Loss of confidentiality can lead to exposure of sensitive personal or protected health information, which may violate compliance requirements under standards such as GDPR and HIPAA.
Therefore, exploitation of this vulnerability could negatively impact compliance with regulations that mandate protection of confidential data.