VYPR
High severity7.1NVD Advisory· Published May 27, 2026

CVE-2026-40833

CVE-2026-40833

Description

An low privileged remote attacker can exploit an unauthenticated SQL Injection vulnerability in the dash.php files saveDashboardLayout function due to improper neutralization of special elements in a SQL INSERT command allowing for reading the whole database and inserting entries into a non critical table. This can result in a total loss of confidentiality and some loss of integrity.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A low-privileged remote attacker can exploit an unauthenticated SQL injection in dash.php's saveDashboardLayout function to read the entire database and insert entries.

Vulnerability

A SQL injection vulnerability exists in the saveDashboardLayout function of dash.php in MB connect line mbCONNECT24/mymbCONNECT24. The flaw arises from improper neutralization of special elements used in a SQL INSERT command. While authentication is normally required, the injection is exploitable without prior authentication due to the way the function processes user input. The exact affected versions are not detailed in the available references, but the vendor advisory confirms multiple SQLi vulnerabilities in the product [1].

Exploitation

An attacker with low privileges (or even unauthenticated, due to the nature of the vulnerability) can send crafted input to the saveDashboardLayout endpoint. No special network position is required beyond network access to the web interface. The attacker injects SQL commands into a parameter that is used in an INSERT statement, leading to execution of arbitrary SQL. The exploitation does not require user interaction [1].

Impact

Successful exploitation allows the attacker to read the entire database, leading to total loss of confidentiality. Additionally, the attacker can insert entries into a non-critical table, causing some loss of integrity. The impact does not extend to full system compromise or privilege escalation [1].

Mitigation

The vendor has not yet released a patch as of the publication date (2026-05-27). The advisory [1] does not specify a fixed version or workaround. Until a fix is available, organizations should restrict network access to the web interface and monitor for suspicious activity. There is no mention of the vulnerability being listed in CISA KEV.

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

1

News mentions

0

No linked articles in our index yet.