Cyber Resilience

CVE-2024-4548

CriticalPublic PoC

Published: 06 May 2024

Published
06 May 2024
Modified
27 June 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.4838 97.8th percentile
Risk Priority 49 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-4548 is a critical-severity Improper Input Validation (CWE-20) vulnerability in Deltaww Diaenergie. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 2.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

An SQL injection vulnerability affects Delta Electronics DIAEnergie versions 1.10.1.8610 and earlier. The flaw occurs in the CEBC.exe component when it processes a RecalculateHDMWYC message that is parsed into four fields delimited by the tilde character, allowing improper input handling that leads to SQL injection via the fourth field. The issue is tracked under CWE-20 and CWE-89 and carries a CVSS 3.1 base score of 9.8.

An unauthenticated remote attacker can send a crafted message over the network to exploit the vulnerability without requiring user interaction or credentials. Successful exploitation grants the attacker full control over the confidentiality, integrity, and availability of the affected system.

The referenced Tenable advisory TRA-2024-13 provides additional technical details on the vulnerability. The associated EPSS score reached a peak of 0.5355 before receding to its current value of 0.4838.

EU & UK References

Vulnerability details

An SQLi vulnerability exists in Delta Electronics DIAEnergie v1.10.1.8610 and prior when CEBC.exe processes a 'RecalculateHDMWYC' message, which is split into 4 fields using the '~' character as the separator. An unauthenticated remote attacker can perform SQLi via the fourth…

more

field.

CWE(s)

Related Threats

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

Unauthenticated remote SQL injection in CEBC.exe enables exploitation of a public-facing application (T1190), arbitrary database queries for data collection (T1213.006), and data manipulation (T1565.001) due to high CVSS impacts on confidentiality and integrity.

Affected Assets

deltaww
diaenergie
≤ 1.10.01.004

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-20 CWE-89

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

References