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-2025-64999

CVE-2025-64999: Checkmk XSS Vulnerability

CVE-2025-64999 is a cross-site scripting flaw in Checkmk that enables attackers to inject malicious JavaScript through manipulated host check outputs. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2025-64999 Overview

CVE-2025-64999 is a Cross-Site Scripting (XSS) vulnerability affecting Checkmk, a popular IT infrastructure monitoring solution. The vulnerability stems from improper neutralization of input in the Synthetic Monitoring HTML logs feature. An attacker who can manipulate a host's check output can inject malicious JavaScript code, which is then rendered when a victim accesses the logs through a crafted phishing link.

This stored XSS vulnerability allows attackers to execute arbitrary JavaScript in the context of authenticated users' browser sessions, potentially leading to session hijacking, credential theft, or further attacks against the monitoring infrastructure.

Critical Impact

Attackers can inject malicious JavaScript into Synthetic Monitoring HTML logs, enabling session hijacking, credential theft, and unauthorized actions within the Checkmk web interface when victims access crafted phishing links.

Affected Products

  • Checkmk version 2.4.0 before 2.4.0p22
  • Checkmk version 2.3.0 before 2.3.0p43

Discovery Timeline

  • 2026-02-26 - CVE CVE-2025-64999 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2025-64999

Vulnerability Analysis

This vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw exists in how Checkmk processes and displays host check output within the Synthetic Monitoring HTML logs feature.

When host check output is rendered in the web interface, the application fails to properly sanitize or encode user-controllable input. This allows an attacker with the ability to influence check output data to embed malicious JavaScript payloads that persist in the logs. The attack requires user interaction—specifically, a victim must access the malicious content through a crafted phishing link, making this a stored XSS attack with a social engineering component.

The network-accessible nature of Checkmk deployments means this vulnerability can be exploited remotely, though the attacker needs some level of authenticated access to manipulate host check outputs.

Root Cause

The root cause is insufficient input validation and output encoding in the Synthetic Monitoring HTML logs component. When rendering check output data in the browser, the application does not properly neutralize special HTML characters or JavaScript code, allowing injected scripts to execute in the victim's browser context.

Attack Vector

The attack follows a multi-stage process:

  1. Initial Access: The attacker gains the ability to manipulate a host's check output, either through compromising a monitored host or exploiting other access to inject data into check results
  2. Payload Injection: Malicious JavaScript is embedded within the check output data that gets stored in the Synthetic Monitoring logs
  3. Social Engineering: The attacker crafts a phishing link pointing to the affected log entry and distributes it to target victims
  4. Execution: When an authenticated Checkmk user clicks the phishing link and views the logs, the malicious JavaScript executes in their browser session

The vulnerability mechanism involves the improper handling of check output data within the Synthetic Monitoring HTML logs rendering process. Detailed technical information is available in the Checkmk Work Item #19238.

Detection Methods for CVE-2025-64999

Indicators of Compromise

  • Unusual JavaScript code patterns in Synthetic Monitoring log entries (e.g., <script> tags, event handlers like onerror, onload)
  • Suspicious check output containing HTML entities or encoded JavaScript payloads
  • Unexpected outbound network connections from user browsers after accessing monitoring logs
  • Reports of phishing links directing users to specific Checkmk log URLs

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS patterns in inbound requests to Checkmk
  • Monitor audit logs for unusual access patterns to Synthetic Monitoring log endpoints
  • Deploy browser-based XSS protection and Content Security Policy (CSP) headers to limit script execution
  • Review check output data sources for signs of compromise or manipulation

Monitoring Recommendations

  • Enable verbose logging for the Checkmk web interface to capture request details and potential attack attempts
  • Configure alerts for anomalous patterns in check output data, particularly those containing HTML or script-like content
  • Monitor for phishing campaigns targeting your organization that reference internal Checkmk URLs
  • Implement user behavior analytics to detect unusual access patterns to monitoring logs

How to Mitigate CVE-2025-64999

Immediate Actions Required

  • Upgrade Checkmk 2.4.0 installations to version 2.4.0p22 or later immediately
  • Upgrade Checkmk 2.3.0 installations to version 2.3.0p43 or later immediately
  • Review Synthetic Monitoring logs for any suspicious content that may indicate prior exploitation
  • Educate users about phishing risks and warn against clicking suspicious links to monitoring interfaces

Patch Information

Checkmk has released security patches addressing this vulnerability. Organizations should upgrade to the following patched versions:

  • For the 2.4.x branch: Upgrade to 2.4.0p22 or later
  • For the 2.3.x branch: Upgrade to 2.3.0p43 or later

Detailed patch information is available in the Checkmk Work Item #19238.

Workarounds

  • Restrict access to Synthetic Monitoring logs to only essential personnel until patches can be applied
  • Implement strict Content Security Policy (CSP) headers to mitigate JavaScript execution from untrusted sources
  • Deploy network-level access controls to limit who can reach the Checkmk web interface
  • Consider temporarily disabling the Synthetic Monitoring feature if it is not critical to operations

Access restriction and CSP configuration should be applied at the web server level hosting the Checkmk installation. Consult the Checkmk Work Item #19238 for specific configuration guidance related to this vulnerability.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCheckmk

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:L/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • Checkmk Work Item #19238
  • Related CVEs
  • CVE-2026-3466: Checkmk Dashboard XSS Vulnerability

  • CVE-2026-20915: Checkmk Stored XSS Vulnerability

  • CVE-2026-33276: Checkmk Stored XSS Vulnerability

  • CVE-2026-33456: 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