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
    • 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-31944

CVE-2025-31944: Intel TDX Module Race Condition DoS Flaw

CVE-2025-31944 is a race condition denial of service vulnerability in Intel TDX Module before version tdx1.5 that allows privileged attackers to cause system unavailability. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2025-31944 Overview

CVE-2025-31944 is a race condition vulnerability affecting Intel Trust Domain Extensions (TDX) Module versions prior to tdx1.5. The vulnerability exists within Ring 0 (Hypervisor level) and can be exploited by an authorized adversary with privileged user access to cause a denial of service condition. This vulnerability requires local access, high attack complexity, and specific attack prerequisites to be present for successful exploitation.

Critical Impact

Privileged attackers with local access can exploit this race condition to cause denial of service, potentially disrupting virtualized workloads and confidential computing environments protected by Intel TDX technology.

Affected Products

  • Intel TDX Module versions prior to tdx1.5
  • Systems utilizing Intel Trust Domain Extensions for confidential computing
  • Hypervisor environments leveraging TDX for workload isolation

Discovery Timeline

  • 2026-02-10 - CVE-2025-31944 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-31944

Vulnerability Analysis

This vulnerability is classified under CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization), commonly known as a race condition. The flaw resides in the Intel TDX Module, which provides hardware-based isolation for confidential computing workloads through Trust Domains.

The race condition occurs within Ring 0 operations, specifically in the hypervisor context where the TDX Module manages secure memory and execution states for Trust Domains. When specific timing conditions are met, concurrent operations can interfere with each other, leading to an inconsistent state that results in denial of service.

The vulnerability requires a privileged user with local access to the system, combined with the ability to trigger specific timing-dependent operations. While the primary impact is high availability disruption, subsequent system availability may also experience low-level degradation. Confidentiality and integrity are not affected by this vulnerability.

Root Cause

The root cause is improper synchronization during concurrent execution within the TDX Module's Ring 0 operations. The module fails to properly handle simultaneous access to shared resources, creating a Time-of-Check Time-of-Use (TOCTOU) window that can be exploited under specific conditions.

Race conditions in hypervisor-level code are particularly concerning as they affect the foundational security layer responsible for isolating confidential workloads. The TDX Module's failure to implement adequate locking mechanisms or atomic operations during critical sections enables this vulnerability.

Attack Vector

The attack requires local access to the vulnerable system and privileged user permissions. An attacker must:

  1. Obtain privileged access to a system running an affected TDX Module version
  2. Identify the specific timing window where the race condition can be triggered
  3. Execute carefully timed operations to exploit the synchronization flaw
  4. Cause the TDX Module to enter an inconsistent state resulting in denial of service

The high complexity requirement indicates that successful exploitation is non-trivial and requires precise timing and knowledge of the system's internal state. The attack does not require user interaction but does require specific attack prerequisites to be present.

Due to the nature of this vulnerability, no verified code examples are available. The race condition exists within proprietary Intel TDX Module code at the hypervisor level. Technical details can be found in the Intel Security Advisory SA-01397.

Detection Methods for CVE-2025-31944

Indicators of Compromise

  • Unexpected crashes or restarts of Trust Domain workloads without clear application-level cause
  • System logs indicating TDX Module errors or hypervisor-level synchronization failures
  • Abnormal patterns in privileged process execution timing around TDX operations
  • Repeated denial of service events affecting confidential computing workloads

Detection Strategies

  • Monitor system event logs for TDX Module errors and hypervisor exceptions at Ring 0
  • Implement behavioral analysis to detect unusual patterns of privileged operations targeting TDX functionality
  • Deploy endpoint detection solutions capable of monitoring hypervisor-level activity and Trust Domain state changes
  • Correlate timing anomalies with privileged user activity to identify potential exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for Intel TDX Module operations and hypervisor events
  • Configure alerts for unexpected Trust Domain terminations or state inconsistencies
  • Monitor privileged user activity on systems running TDX-enabled workloads
  • Implement continuous integrity monitoring for TDX Module configuration and state

How to Mitigate CVE-2025-31944

Immediate Actions Required

  • Identify all systems running Intel TDX Module versions prior to tdx1.5
  • Review privileged user access to TDX-enabled systems and implement least-privilege principles
  • Schedule maintenance windows to apply the TDX Module update to version tdx1.5 or later
  • Increase monitoring on affected systems until patches can be applied

Patch Information

Intel has addressed this vulnerability in TDX Module version tdx1.5 and later. Organizations should update their TDX Module to the latest available version as recommended in the Intel Security Advisory SA-01397.

The patch implements proper synchronization mechanisms to prevent the race condition from occurring during concurrent Ring 0 operations. Contact Intel or your hardware vendor for specific update procedures applicable to your deployment environment.

Workarounds

  • Restrict privileged user access to TDX-enabled systems to trusted personnel only
  • Implement additional access controls and monitoring for hypervisor-level operations
  • Consider temporarily isolating critical confidential computing workloads until patches are applied
  • Enable enhanced audit logging for all privileged operations on affected systems
bash
# Verify TDX Module version (example command structure may vary by platform)
# Consult Intel documentation for specific version verification procedures
dmesg | grep -i "tdx"
# Check for TDX Module version information in system logs
journalctl -k | grep -i "tdx module"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechTdx

  • SeverityMEDIUM

  • CVSS Score5.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-362
  • Technical References
  • Intel Security Advisory SA-01397
  • Related CVEs
  • CVE-2025-27572: Intel TDX Information Disclosure Flaw

  • CVE-2025-27940: TDX Module Information Disclosure Flaw

  • CVE-2025-32007: Intel TDX Module Information Disclosure

  • CVE-2025-22885: Intel TDX Module Privilege Escalation
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