Cyber Posture

CVE-2026-33615

Critical

Published: 02 April 2026

Published
02 April 2026
Modified
16 April 2026
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0011 28.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

An unauthenticated remote attacker can exploit an unauthenticated SQL Injection vulnerability in the setinfo endpoint due to improper neutralization of special elements in a SQL UPDATE command. This can result in a total loss of integrity and availability.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validation mechanisms at input points like the setinfo endpoint to neutralize special elements in SQL UPDATE commands, preventing SQL injection exploitation.

prevent

Mandates identification, reporting, and correction of the specific SQL injection flaw, remediating the vulnerability to restore integrity and availability.

prevent

Enforces input restrictions such as allowed characters and maximum lengths at the setinfo endpoint, blocking malformed inputs used in SQL injection attacks.

Security SummaryAI

CVE-2026-33615 is an unauthenticated SQL injection vulnerability (CWE-89) in the setinfo endpoint, stemming from improper neutralization of special elements used in a SQL UPDATE command. It carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H), indicating critical severity with high impact on integrity and availability but no confidentiality impact. The vulnerability was published on 2026-04-02.

An unauthenticated remote attacker can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows the attacker to compromise data integrity and system availability entirely, potentially enabling arbitrary SQL commands that alter or delete database contents.

Mitigation guidance is detailed in advisories including VDE-2026-030 from CERT VDE (https://certvde.com/de/advisories/VDE-2026-030) and the associated CSAF document (https://mbconnectline.csaf-tp.certvde.com/.well-known/csaf/white/2026/vde-2026-030.json).

Details

CWE(s)

Affected Products

mbconnectline
mbconnect24
≤ 2.19.4
mbconnectline
mymbconnect24
≤ 2.19.4

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Unauthenticated SQL injection in a public-facing web endpoint (setinfo) directly enables exploitation of a public-facing application for data integrity/availability impact via arbitrary SQL commands.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

References