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-20915

CVE-2026-20915: Checkmk Stored XSS Vulnerability

CVE-2026-20915 is a stored XSS vulnerability in Checkmk that lets authenticated users inject malicious JavaScript into the Pending Changes sidebar. This article covers technical details, affected versions, and mitigations.

Published: April 2, 2026

CVE-2026-20915 Overview

A stored cross-site scripting (XSS) vulnerability has been identified in Checkmk version 2.5.0 (beta) before 2.5.0b2. This vulnerability allows authenticated users with permission to create pending changes to inject malicious JavaScript into the Pending Changes sidebar, which will execute in the browsers of other users viewing the sidebar. This represents a significant security risk as it enables attackers to potentially steal session cookies, perform actions on behalf of other users, or exfiltrate sensitive monitoring data.

Critical Impact

Authenticated attackers can inject persistent malicious JavaScript that executes in the context of other administrative users viewing the Pending Changes sidebar, potentially leading to session hijacking, privilege escalation, or data theft within the Checkmk monitoring infrastructure.

Affected Products

  • Checkmk version 2.5.0b1 (beta)
  • Checkmk version 2.5.0 (beta) prior to 2.5.0b2

Discovery Timeline

  • 2026-03-31 - CVE-2026-20915 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-20915

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) resides in the Pending Changes sidebar component of Checkmk's web interface. The vulnerability occurs because user-supplied input used to describe pending changes is not properly sanitized before being rendered in the browser. When a user with appropriate permissions creates a pending change, malicious JavaScript payload embedded in the change description is stored server-side and subsequently executed in the browsers of all users who view the Pending Changes sidebar.

The attack requires network access and authenticated privileges to create pending changes, but once injected, the malicious payload persists and affects any user viewing the sidebar. This includes administrators and other privileged users who may have elevated access within the Checkmk environment.

Root Cause

The root cause is improper input validation and output encoding in the Pending Changes functionality. When user-controlled data is rendered in the sidebar, the application fails to properly sanitize or escape HTML special characters, allowing attackers to inject arbitrary HTML and JavaScript code. This is a classic stored XSS scenario where the malicious payload is persisted in the application's data store and served to multiple victims.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with permissions to create pending changes. The attacker crafts a malicious pending change entry containing JavaScript code. When other authenticated users—particularly administrators—view the Pending Changes sidebar as part of their normal workflow, the injected script executes in their browser context.

The malicious script then has access to the victim's session, cookies, and can perform any action the victim is authorized to perform within Checkmk. This could include modifying monitoring configurations, accessing sensitive host and service data, or creating backdoor accounts for persistent access.

Detection Methods for CVE-2026-20915

Indicators of Compromise

  • Unusual or suspicious content in pending change descriptions containing script tags, event handlers (e.g., onerror, onload), or encoded JavaScript
  • Unexpected pending changes created by users who do not typically perform such actions
  • Browser console errors or unexpected network requests when viewing the Pending Changes sidebar
  • Anomalous session activity or authentication events following sidebar access

Detection Strategies

  • Implement web application firewall (WAF) rules to detect common XSS payloads in HTTP requests to Checkmk endpoints
  • Enable and monitor Checkmk audit logs for pending change creation events with unusual patterns
  • Deploy browser-based XSS detection tools or content security policy (CSP) violation monitoring
  • Correlate user activity logs to identify pending changes created by compromised or suspicious accounts

Monitoring Recommendations

  • Configure alerting for CSP violations that may indicate attempted or successful XSS exploitation
  • Monitor for unusual patterns in Checkmk user session activity, particularly following pending change views
  • Implement network traffic analysis to detect exfiltration attempts to external domains from Checkmk users
  • Review pending change entries periodically for suspicious content or unauthorized modifications

How to Mitigate CVE-2026-20915

Immediate Actions Required

  • Upgrade Checkmk to version 2.5.0b2 or later immediately
  • Review existing pending changes for any suspicious or malicious content and remove them
  • Audit user accounts with pending change permissions and restrict access where appropriate
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact as a defense-in-depth measure

Patch Information

Checkmk has addressed this vulnerability in version 2.5.0b2. Organizations running Checkmk 2.5.0b1 or earlier beta versions should upgrade immediately. Detailed information about the fix is available in the Checkmk Security Update (Werk 19526).

Workarounds

  • Restrict the number of users with permissions to create pending changes to only essential personnel
  • Implement strict CSP headers to prevent inline script execution as a temporary mitigation
  • Consider temporarily disabling the Pending Changes sidebar feature if operationally feasible until patching is complete
  • Monitor all pending change activity and require manual review before changes are visible to other users

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 Score8.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/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
  • Vendor Resources
  • Checkmk Security Update
  • Related CVEs
  • CVE-2026-3466: Checkmk Dashboard XSS Vulnerability

  • CVE-2026-33276: Checkmk Stored XSS Vulnerability

  • CVE-2025-64999: Checkmk 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