Cyber Resilience

CVE-2025-32918

Checkmk 2.1.0 … 2.4.0

Published
04 July 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 5.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
EPSS Score 0.0034 26th percentile
Risk Priority 32 floored blend · peak EPSS

Summary

CVE-2025-32918 is a medium-severity Improper Neutralization of Delimiters (CWE-140) vulnerability in Checkmk Checkmk. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked at the 26th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Improper neutralization of Livestatus command delimiters in autocomplete endpoint within the RestAPI of Checkmk versions <2.4.0p6, <2.3.0p35, <2.2.0p44, and 2.1.0 (EOL) allows an authenticated user to inject arbitrary Livestatus commands.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-38865Same product: Checkmk Checkmk
CVE-2023-6157Same product: Checkmk Checkmk
CVE-2024-6542Same product: Checkmk Checkmk
CVE-2023-6156Same product: Checkmk Checkmk
CVE-2026-33457Same product: Checkmk Checkmk
CVE-2026-33456Same product: Checkmk Checkmk
CVE-2026-33455Same product: Checkmk Checkmk
CVE-2023-6251Same product: Checkmk Checkmk
CVE-2025-39664Same product: Checkmk Checkmk
CVE-2024-28828Same product: Checkmk Checkmk

Affected Assets

checkmk
checkmk
2.1.0, 2.2.0, 2.3.0, 2.4.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover missing or incorrect delimiter neutralization through targeted test cases.

Input validation directly enforces neutralization of delimiters before they reach parsers or interpreters.

Secure engineering principles include explicit requirements for proper delimiter handling and sanitization.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper delimiter neutralization during input handling and output encoding.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development and acceptance can detect delimiter-related weaknesses before deployment.

prevents

Secure development life cycle incorporates practices that reduce the likelihood of delimiter-neutralization defects.

prevents

Application security requirements include input validation and output encoding that mitigate delimiter mishandling.

prevents

Secure coding explicitly requires proper neutralization of delimiters to prevent injection and parsing flaws.

References