Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-24097

CVE-2026-24097: Checkmk Information Disclosure Flaw

CVE-2026-24097 is an information disclosure vulnerability in Checkmk that allows authenticated users to enumerate hosts via HTTP response codes. This article covers the technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-24097 Overview

CVE-2026-24097 is an improper permission enforcement vulnerability affecting Checkmk, a popular IT infrastructure monitoring solution. The vulnerability exists in the agent-receiver/register_existing endpoint, where authenticated users can enumerate existing hosts by observing different HTTP response codes returned by the application. This information disclosure flaw allows attackers to map out the monitored infrastructure without proper authorization.

Critical Impact

Authenticated attackers can enumerate host inventory within Checkmk deployments, potentially enabling reconnaissance for further targeted attacks against identified systems.

Affected Products

  • Checkmk 2.4.0 (versions prior to 2.4.0p23)
  • Checkmk 2.3.0 (versions prior to 2.3.0p43)
  • Checkmk 2.2.0 (all versions - End of Life)

Discovery Timeline

  • March 13, 2026 - CVE CVE-2026-24097 published to NVD
  • March 18, 2026 - Last updated in NVD database

Technical Details for CVE-2026-24097

Vulnerability Analysis

This vulnerability falls under CWE-204 (Observable Response Discrepancy), where the application returns different HTTP response codes based on whether a host exists in the Checkmk inventory. When an authenticated user makes requests to the agent-receiver/register_existing endpoint, the server responds differently depending on the validity of the supplied host identifier. This response discrepancy can be leveraged to systematically enumerate all hosts managed by the Checkmk instance.

The flaw is particularly concerning in enterprise environments where Checkmk monitors sensitive infrastructure. An attacker with low-privilege authenticated access could compile a complete inventory of monitored systems, gaining valuable intelligence about network topology, server naming conventions, and infrastructure scope.

Root Cause

The root cause of this vulnerability is insufficient access control validation in the agent-receiver registration endpoint. The endpoint fails to return consistent HTTP responses regardless of whether a host exists or not, creating an observable side-channel that leaks information about the internal host inventory. Proper implementation should return identical responses for both existing and non-existing hosts to prevent enumeration attacks.

Attack Vector

The attack requires network access and valid authentication credentials to the Checkmk instance. An attacker can exploit this vulnerability by:

  1. Authenticating to the Checkmk web interface with any valid user account
  2. Sending HTTP requests to the /agent-receiver/register_existing endpoint with various host identifiers
  3. Analyzing the HTTP response codes to determine which hosts exist in the system
  4. Building a comprehensive list of monitored hosts for further reconnaissance or targeted attacks

The vulnerability can be exploited remotely over the network by any authenticated user, regardless of their permission level within the Checkmk authorization model.

Detection Methods for CVE-2026-24097

Indicators of Compromise

  • High volume of HTTP requests to the /agent-receiver/register_existing endpoint from a single user session
  • Sequential or pattern-based host identifier probing in request parameters
  • Unusual access patterns to the agent-receiver endpoint outside of normal agent registration workflows
  • Authenticated users accessing the registration endpoint who do not have legitimate agent administration responsibilities

Detection Strategies

  • Monitor web application logs for repeated requests to the agent-receiver/register_existing endpoint with varying host parameters
  • Implement rate limiting and anomaly detection for the affected endpoint to identify enumeration attempts
  • Configure SIEM rules to alert on suspicious patterns of 404 vs 200 response codes for registration requests
  • Deploy web application firewall rules to detect and block host enumeration attack patterns

Monitoring Recommendations

  • Enable detailed access logging for all Checkmk API endpoints, particularly the agent-receiver component
  • Establish baseline metrics for normal agent registration activity and alert on deviations
  • Monitor for authenticated users accessing administrative endpoints outside their normal scope of responsibilities
  • Correlate agent-receiver endpoint access with user role assignments to identify potential abuse

How to Mitigate CVE-2026-24097

Immediate Actions Required

  • Upgrade Checkmk 2.4.0 installations to version 2.4.0p23 or later
  • Upgrade Checkmk 2.3.0 installations to version 2.3.0p43 or later
  • Migrate from Checkmk 2.2.0 immediately as this version has reached End of Life and will not receive security patches
  • Review access logs for any evidence of prior exploitation attempts against the agent-receiver endpoint

Patch Information

Checkmk has released security patches addressing this vulnerability. Detailed information about the fix is available in the Checkmk Werk 18993. Organizations should apply the appropriate patch based on their installed version:

Version BranchFixed Version
2.4.02.4.0p23
2.3.02.3.0p43
2.2.0Not fixed (EOL)

Workarounds

  • Implement network segmentation to restrict access to Checkmk administrative interfaces to trusted networks only
  • Review and minimize user accounts with access to the Checkmk web interface, applying the principle of least privilege
  • Deploy web application firewall rules to rate-limit requests to the /agent-receiver/register_existing endpoint
  • Consider implementing additional authentication requirements for administrative API endpoints if patching cannot be performed immediately
bash
# Example: Restrict access to Checkmk at the reverse proxy level
# Add to Apache configuration for Checkmk site
<Location "/agent-receiver">
    # Require specific IP ranges for agent registration
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCheckmk

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-204
  • Vendor Resources
  • Checkmk Update Information
  • Related CVEs
  • CVE-2025-64998: Checkmk Session Hijacking Vulnerability

  • CVE-2026-2859: Checkmk Information Disclosure Flaw

  • CVE-2026-33456: Checkmk Livestatus Injection Vulnerability

  • CVE-2026-33457: Checkmk Livestatus Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English