Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
Improper permission enforcement in Checkmk versions 2.4.0 before 2.4.0p23, 2.3.0 before 2.3.0p43, and 2.2.0 (EOL) allows unauthenticated users to enumerate existing hosts by observing different HTTP response codes in deploy_agent endpoint, which could lead to information disclosure.
AnalysisAI
Checkmk contains an improper permission enforcement vulnerability in the deploy_agent endpoint that allows unauthenticated users to enumerate existing hosts by analyzing differential HTTP response codes, resulting in information disclosure. The vulnerability affects Checkmk versions 2.4.0 before 2.4.0p23, 2.3.0 before 2.3.0p43, and end-of-life version 2.2.0, with a CVSS score of 6.3 indicating moderate severity. An attacker with network access can passively discover the infrastructure topology without authentication, though no known active exploitation or public POC has been confirmed at this time.
Technical ContextAI
Checkmk is an open-source infrastructure monitoring and alerting platform that manages deployment of monitoring agents across distributed systems. The vulnerability exists in the deploy_agent REST API endpoint (likely accessible via HTTP/HTTPS at paths such as /api/v0/objects/hosts or related deployment routes) where the application returns different HTTP status codes based on whether a queried hostname exists in the system, even when the requesting user is unauthenticated. This violates CWE-204 (Observable Discrepancy), a weakness where observable differences in application behavior inadvertently reveal information about the system's internal state. The root cause is the absence of proper authentication and authorization checks before the endpoint responds to host enumeration requests; rather than returning a uniform 401 Unauthorized or 403 Forbidden response, the endpoint leaks information through response code variation (e.g., 404 for non-existent hosts, 200 or 403 for existing hosts), allowing an attacker to map the monitored infrastructure without credentials.
RemediationAI
Immediately upgrade Checkmk to version 2.4.0p23 or later for the 2.4.x branch, version 2.3.0p43 or later for the 2.3.x branch, or discontinue use of unsupported version 2.2.0 and migrate to a supported release. Consult the official Checkmk security advisory and patch release notes for detailed upgrade procedures specific to your deployment model (raw, docker, appliance). As an interim compensating control pending patching, restrict network access to the deploy_agent endpoint and all Checkmk API routes to trusted internal networks and authenticated monitoring agents only, implement a reverse proxy with authentication enforcement in front of Checkmk, and monitor HTTP access logs for suspicious enumeration patterns such as repeated 404 responses or sequential host naming attempts. After patching, verify that the endpoint now consistently returns authentication-required responses to unauthenticated requests regardless of host existence.
Check_MK before 1.2.8p26 mishandles certain errors within the failed-login save feature because of a race condition, whi
The web management console of CheckMK Raw Edition (versions 1.5.0 to 1.6.0) allows a misconfiguration of the web-app Dok
The web management console of CheckMK Enterprise Edition (versions 1.5.0 to 2.0.0p9) does not properly sanitise the uplo
Improper restriction of excessive authentication attempts on some authentication methods in Checkmk before 2.3.0b5 (beta
The CheckMK management web console (versions 1.5.0 to 2.0.0) does not sanitise user input in various parameters of the W
Local privilege escalation in Checkmk allows site users with high privileges to escalate to root by manipulating site co
Bypass of two factor authentication in RestAPI in Checkmk < 2.3.0p16 and < 2.2.0p34 allows authenticated users to bypass
Insufficient authentication flow in Checkmk before 2.2.0p18, 2.1.0p38 and 2.0.0p39 allows attacker to use locked credent
A security vulnerability in autocomplete endpoint within the RestAPI of Checkmk (CVSS 8.8) that allows an authenticated
Privilege escalation in mk_tsm agent plugin in Checkmk before 2.2.0p18, 2.1.0p38 and 2.0.0p39 allows local user to escal
Privilege escalation in jar_signature agent plugin in Checkmk before 2.2.0p18, 2.1.0p38 and 2.0.0p39 allows local user t
Cross-Site request forgery in Checkmk < 2.3.0p8, < 2.2.0p29, < 2.1.0p45, and <= 2.0.0p39 (EOL) could lead to 1-click com
Same weakness CWE-204 – Observable Response Discrepancy
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-11784