The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-64998

CVE-2025-64998: Checkmk Session Hijacking Vulnerability

CVE-2025-64998 is a session hijacking flaw in Checkmk that exposes session signing secrets, allowing remote site administrators to forge cookies and hijack sessions. This post covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2025-64998 Overview

CVE-2025-64998 is a session hijacking vulnerability in Checkmk monitoring software caused by the exposure of session signing secrets. The vulnerability exists in Checkmk versions prior to 2.4.0p23, 2.3.0p45, and all versions of 2.2.0. An administrator of a remote site with config sync enabled can exploit this flaw to hijack sessions on the central site by forging session cookies.

This vulnerability is classified under CWE-522 (Insufficiently Protected Credentials), indicating that sensitive authentication material is being exposed in a manner that allows unauthorized access.

Critical Impact

An attacker with administrator privileges on a remote Checkmk site can leverage the exposed session signing secret to forge valid session cookies, enabling complete session hijacking on the central monitoring site.

Affected Products

  • Checkmk versions prior to 2.4.0p23
  • Checkmk versions prior to 2.3.0p45
  • Checkmk 2.2.0 (all versions)

Discovery Timeline

  • 2026-03-24 - CVE-2025-64998 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2025-64998

Vulnerability Analysis

The vulnerability stems from improper protection of the session signing secret used by Checkmk's authentication mechanism. In distributed Checkmk deployments where configuration synchronization is enabled between remote and central sites, the session signing secret is inadvertently exposed to administrators of remote sites.

Session signing secrets are cryptographic keys used to generate and validate session cookies. When these secrets are shared or exposed, any party with access to them can create valid session tokens for any user, including privileged accounts on the central site. This represents a significant trust boundary violation in multi-site Checkmk deployments.

The attack requires the attacker to have administrator access to a remote Checkmk site and for config sync to be enabled between that site and the central site. While this limits the attack surface to insider threats or compromised remote sites, the impact of successful exploitation is severe.

Root Cause

The root cause is the insufficient protection of session signing credentials during the configuration synchronization process between Checkmk sites. The session signing secret, which should remain isolated to the central site's authentication subsystem, is being transmitted or accessible as part of the sync mechanism. This violates the principle of credential isolation and allows remote site administrators to access sensitive authentication material belonging to the central site.

Attack Vector

The attack is network-based and requires authenticated access with administrative privileges on a remote Checkmk site. The attacker must also rely on configuration sync being enabled in the target deployment. The exploitation flow involves:

  1. Attacker gains or has administrator access to a remote Checkmk site
  2. Configuration sync is enabled between the remote and central sites
  3. Attacker extracts the exposed session signing secret from the synchronized configuration
  4. Attacker forges a valid session cookie for a privileged user on the central site
  5. Attacker uses the forged cookie to hijack sessions and gain unauthorized access to the central monitoring site

The vulnerability mechanism involves extracting the session signing secret from synchronized configuration data and using it to craft malicious session cookies. For detailed technical information, refer to the Checkmk Security Update.

Detection Methods for CVE-2025-64998

Indicators of Compromise

  • Unusual session activity on the central Checkmk site from IP addresses associated with remote sites
  • Multiple concurrent sessions for the same user account originating from different locations
  • Session tokens appearing for users who have not recently authenticated
  • Anomalous administrative actions performed from unexpected source systems

Detection Strategies

  • Monitor authentication logs for session creation events that bypass normal login workflows
  • Implement alerting on administrative sessions originating from remote site infrastructure
  • Audit configuration sync logs for unauthorized access patterns
  • Deploy session anomaly detection to identify forged or cloned session cookies

Monitoring Recommendations

  • Enable detailed logging for all Checkmk authentication and session management events
  • Configure SIEM rules to correlate session activity with authentication events
  • Implement network segmentation monitoring between Checkmk sites
  • Establish baseline session behavior patterns for privileged accounts to detect anomalies

How to Mitigate CVE-2025-64998

Immediate Actions Required

  • Upgrade Checkmk to version 2.4.0p23 or later (for 2.4.x branch)
  • Upgrade Checkmk to version 2.3.0p45 or later (for 2.3.x branch)
  • For Checkmk 2.2.0 users, migrate to a supported version as 2.2.0 is affected in all releases
  • Rotate all session signing secrets after applying the patch
  • Review and restrict config sync configurations to minimize trust relationships

Patch Information

Checkmk has released security patches addressing this vulnerability. Users should upgrade to the following versions or later:

  • Checkmk 2.4.0p23 for the 2.4.x branch
  • Checkmk 2.3.0p45 for the 2.3.x branch

For complete patch details and upgrade instructions, see the Checkmk Security Update.

Workarounds

  • Temporarily disable configuration synchronization between remote and central sites until patches can be applied
  • Implement network-level access controls to restrict communication between Checkmk sites
  • Increase session validation requirements and reduce session token validity periods
  • Monitor for suspicious session activity and force re-authentication for sensitive operations
  • Consider isolating the central Checkmk site from direct remote site administrative access
bash
# Example: Verify Checkmk version after upgrade
omd version
# Ensure output shows 2.4.0p23+ or 2.3.0p45+ depending on your branch

# Review active sessions and force logout if suspicious activity detected
omd su <site_name>
cmk --automation logout-all-users

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

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-522
  • Technical References
  • Checkmk Security Update
  • Related CVEs
  • CVE-2026-24097: Checkmk Information Disclosure Flaw

  • CVE-2026-2859: Checkmk Information Disclosure Flaw

  • CVE-2026-3466: Checkmk Dashboard XSS Vulnerability

  • CVE-2025-39666: Checkmk Privilege Escalation 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