CVE-2026-40841
Description
An low privileged remote attacker can exploit an unauthenticated SQL Injection vulnerability in the getProjectTags function due to improper neutralization of special elements in a SQL SELECT command. This can result in a total loss of confidentiality.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
An unauthenticated SQL injection in mbCONNECT24's getProjectTags function allows low-privileged remote attackers to access the database, causing total loss of confidentiality.
Vulnerability
An unauthenticated SQL injection vulnerability exists in the getProjectTags function of MB connect line's mbCONNECT24 and mymbCONNECT24 products due to improper neutralization of special elements used in a SQL SELECT command. This allows a remote attacker with low privileges to inject arbitrary SQL queries. The affected versions are not specified in the available reference [1], but the advisory indicates multiple SQLi vulnerabilities across the product line.
Exploitation
A remote attacker with low-privileged network access can exploit this vulnerability by sending a crafted HTTP request to the getProjectTags endpoint without requiring authentication. The attacker can manipulate input parameters such as tags to inject malicious SQL commands. Since the attacker is already low-privileged, they can reach the vulnerable function and execute the injection.
Impact
Successful exploitation results in arbitrary read access to the backend database, leading to total loss of confidentiality. The attacker can extract sensitive data, including user credentials, configuration details, or other proprietary information stored in the database.
Mitigation
No fixed version or patch is disclosed in the available reference [1]. Users are advised to monitor the vendor's advisory for updates. As a workaround, restrict network access to the affected products and consider implementing input validation or a web application firewall (WAF) to block suspicious SQL patterns until a patch is available.
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
0No 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
1News mentions
0No linked articles in our index yet.