Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
1DescriptionCVE.org
An unauthenticated remote attacker can exploit an unauthenticated SQL Injection vulnerability in the userinfo endpoint due to improper neutralization of special elements in a SQL SELECT command. This can result in a total loss of confidentiality.
AnalysisAI
SQL injection in the MB connect line / Red Lion remote-maintenance platform (mbCONNECT24, mymbCONNECT24, myREX24V2 and myREX24V2.virtual, all versions up to and including 2.20.0) lets a remote, unauthenticated attacker inject crafted SQL into the userinfo endpoint, resulting in total loss of confidentiality of the backing database. The flaw was reported by CERT@VDE (advisory VDE-2026-044) and tracked in the ENISA EUVD as EUVD-2026-32110. There is no public exploit identified at time of analysis and EPSS is very low (0.05%), but the CVSS 4.0 base score is 8.7 and CISA's SSVC framework rates the issue as automatable.
Technical ContextAI
The affected products are industrial remote-access and remote-maintenance gateways/portals from MB connect line (Red Lion): the mbCONNECT24/mymbCONNECT24 server platform and the myREX24V2 / myREX24V2.virtual remote-service portals, typically used to reach PLCs and machinery across OT networks. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-controlled input reaching the userinfo endpoint is concatenated into a SQL SELECT statement without proper escaping or parameterization, so attacker-supplied SQL syntax is interpreted by the database engine. Per the EUVD CPE/version data the defect is present in the 2.x line through 2.20.0 across all four product variants; no per-component CPE strings beyond product+version were supplied.
RemediationAI
Consult the CERT@VDE advisory VDE-2026-044 (https://www.certvde.com/en/advisories/VDE-2026-044/) for the fixed release and upgrade beyond the affected 2.20.0 line; an exact patched version number was not present in the available data and should be taken from that advisory rather than assumed. Because all variants through 2.20.0 are affected and the entry point is the network-facing userinfo endpoint, suitable compensating controls until patched include restricting network access to the management/portal interface to trusted source IPs via firewall or VPN (trade-off: may break legitimate remote-maintenance access from field locations and roaming technicians), placing the platform behind a WAF with rules targeting SQL metacharacters on the userinfo endpoint (trade-off: signature evasion is possible and may produce false positives), and monitoring database/web logs for anomalous queries or errors originating from that endpoint. Avoid exposing these OT remote-access portals directly to the internet.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32110
GHSA-4563-rxxv-48gh