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

CVE-2025-10010: Cpsd Cryptopro Secure Disk RCE Flaw

CVE-2025-10010 is a remote code execution vulnerability in Cpsd Cryptopro Secure Disk allowing attackers to execute arbitrary code as root by modifying unvalidated configuration files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2025-10010 Overview

A security vulnerability has been identified in CPSD CryptoPro Secure Disk, a pre-boot authentication solution that integrates with Microsoft BitLocker. The application boots a small Linux operating system to perform user authentication before using BitLocker to decrypt the Windows partition. This Linux system resides on a separate unencrypted partition accessible to anyone with physical access to the hard disk.

The vulnerability exists in the integrity validation mechanism of the pre-boot environment. While multiple checks are performed to validate the integrity of the Linux operating system and CryptoPro Secure Disk application files—including the Linux kernel's Integrity Measurement Architecture (IMA)—configuration files are not validated by IMA. This oversight allows an attacker with physical access to modify these configuration files, bypassing other integrity checks, and execute arbitrary code in the context of the root user.

Critical Impact

An attacker with physical access to the hard disk can bypass integrity checks to execute arbitrary code as root in the pre-boot environment, potentially planting backdoors and accessing encrypted data during system execution.

Affected Products

  • CPSD CryptoPro Secure Disk (BitLocker integration)
  • Systems using CryptoPro Secure Disk pre-boot authentication
  • Environments relying on IMA for pre-boot integrity validation

Discovery Timeline

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

Technical Details for CVE-2025-10010

Vulnerability Analysis

This vulnerability represents a Missing Support for Integrity Check (CWE-353) in the pre-boot authentication mechanism of CPSD CryptoPro Secure Disk. The application implements a defense-in-depth approach using the Linux kernel's Integrity Measurement Architecture (IMA) to validate system files before allowing the Windows partition to be decrypted via BitLocker.

However, the IMA configuration fails to include critical configuration files in its integrity measurement scope. Since the pre-boot Linux partition is unencrypted and accessible to anyone with physical access to the storage device, an attacker can directly modify these unprotected configuration files. When the system boots, these modified configurations are loaded without integrity verification, potentially altering the behavior of the pre-boot environment in ways that enable code execution with root privileges.

The physical attack vector requires direct access to the target system's storage, which could occur through stolen devices, temporary physical access to unattended systems, or malicious insider scenarios.

Root Cause

The root cause is an incomplete implementation of the Integrity Measurement Architecture (IMA) policy. While the IMA framework is designed to measure and verify the integrity of executable files, kernel modules, and critical system files, the configuration for CryptoPro Secure Disk fails to extend these protections to all security-relevant configuration files. This gap in the integrity verification chain allows configuration files to be modified without detection, effectively creating a bypass path around the intended security controls.

Attack Vector

The attack requires physical access to the target system's hard disk. An attacker could:

  1. Remove or access the storage device containing the CryptoPro Secure Disk pre-boot partition
  2. Mount the unencrypted Linux partition from another system
  3. Identify and modify configuration files that are not validated by IMA
  4. Inject malicious commands or alter execution paths in these configuration files
  5. Return the storage device to the target system
  6. Wait for the legitimate user to boot the system, triggering execution of the attacker's code with root privileges

The attacker could leverage this access to plant persistent backdoors, capture authentication credentials, or access decrypted data when the system is in use. The exploitation does not require authentication, making it particularly dangerous for scenarios involving lost or stolen devices.

Detection Methods for CVE-2025-10010

Indicators of Compromise

  • Unexpected modifications to files on the CryptoPro Secure Disk pre-boot partition
  • Changes to configuration files that are not covered by IMA policy
  • Unusual processes or services running in the pre-boot Linux environment
  • Evidence of the pre-boot partition being mounted or accessed from external systems

Detection Strategies

  • Implement file integrity monitoring (FIM) on all pre-boot partition files, including configuration files not covered by IMA
  • Monitor for boot sequence anomalies or unexpected delays during pre-boot authentication
  • Deploy tamper-evident seals on physical hardware to detect unauthorized access
  • Review system logs for evidence of the pre-boot environment being accessed from external operating systems

Monitoring Recommendations

  • Enable comprehensive logging of all pre-boot authentication events
  • Implement hardware attestation mechanisms such as TPM-based measurements for additional integrity verification
  • Monitor for unauthorized physical access to systems in data centers or secure areas
  • Establish baseline hashes for all pre-boot partition files and alert on any deviations

How to Mitigate CVE-2025-10010

Immediate Actions Required

  • Assess exposure by identifying all systems using CPSD CryptoPro Secure Disk with BitLocker integration
  • Implement physical security controls to restrict access to affected systems
  • Monitor the SEC Consult Security Advisory for vendor patches and updates
  • Consider additional encryption or integrity protection for the pre-boot partition as an interim measure

Patch Information

Refer to the SEC Consult Security Advisory for the latest information on available patches and remediation guidance from CPSD. Organizations should contact CPSD directly for updated software versions that address this IMA configuration gap.

Workarounds

  • Extend IMA policy to include all configuration files in integrity measurements where possible through custom policy modifications
  • Implement full disk encryption on the pre-boot partition using additional mechanisms independent of the vulnerable application
  • Restrict physical access to affected systems through access controls, surveillance, and tamper-evident mechanisms
  • Consider hardware security modules or TPM-based boot attestation as an additional layer of integrity verification
  • Use secure boot chains with signed bootloaders where supported to establish trust before the vulnerable component loads

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCpsd Cryptopro Secure Disk

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-353
  • Technical References
  • SEC Consult Security Advisory
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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