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-2024-25744

CVE-2024-25744: Linux Kernel Privilege Escalation Flaw

CVE-2024-25744 is a privilege escalation vulnerability in Linux Kernel affecting versions before 6.6.7. An untrusted VMM can trigger int80 syscall handling. This article covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2024-25744 Overview

CVE-2024-25744 is a kernel vulnerability in the Linux kernel before version 6.6.7 that allows an untrusted Virtual Machine Monitor (VMM) to trigger int80 syscall handling at any given point. This vulnerability affects the confidential computing components, specifically the Intel TDX (Trust Domain Extensions) and AMD SEV (Secure Encrypted Virtualization) implementations found in arch/x86/coco/tdx/tdx.c and arch/x86/mm/mem_encrypt_amd.c.

Critical Impact

An untrusted VMM can manipulate int80 syscall handling to potentially compromise the confidentiality, integrity, and availability of protected virtual machines in confidential computing environments.

Affected Products

  • Linux Kernel versions prior to 6.6.7
  • Systems utilizing Intel TDX (Trust Domain Extensions)
  • Systems utilizing AMD SEV (Secure Encrypted Virtualization)

Discovery Timeline

  • 2024-02-12 - CVE-2024-25744 published to NVD
  • 2025-05-07 - Last updated in NVD database

Technical Details for CVE-2024-25744

Vulnerability Analysis

This vulnerability exists in the Linux kernel's confidential computing subsystem, specifically affecting the handling of legacy int80 syscalls within Intel TDX and AMD SEV protected environments. In confidential computing scenarios, the VMM (hypervisor) is considered untrusted, and the guest operating system must be protected from malicious VMM actions.

The vulnerability allows an untrusted VMM to inject int80 syscall events into the guest at arbitrary points during execution. This breaks the security model of confidential computing where the guest should be isolated from VMM manipulation. The int80 instruction is a legacy 32-bit syscall mechanism that, when triggered unexpectedly, can disrupt the normal execution flow of the protected guest operating system.

The affected code paths are located in:

  • arch/x86/coco/tdx/tdx.c - Intel Trust Domain Extensions handling
  • arch/x86/mm/mem_encrypt_amd.c - AMD Secure Encrypted Virtualization memory encryption

Root Cause

The root cause of this vulnerability is the insufficient validation of VMM-injected events in the confidential computing exception handlers. The kernel did not properly validate or restrict the circumstances under which int80 syscalls could be triggered, allowing an untrusted VMM to inject these events at arbitrary points in guest execution. This represents a Protection Mechanism Failure (CWE-693) where the security controls intended to isolate the guest from the untrusted VMM were inadequate.

Attack Vector

The attack requires local access where an attacker with control over the VMM can target protected guest virtual machines. The attacker can inject int80 syscall events into the guest at arbitrary execution points, potentially leading to:

  • Disruption of guest execution flow
  • Information disclosure from the protected guest
  • Potential privilege escalation within the guest context
  • Compromise of the confidentiality guarantees provided by TDX/SEV

The attack does not require user interaction and can be performed with low privileges on the host system, though the scope extends beyond the vulnerable component to affect the protected guest environment.

Detection Methods for CVE-2024-25744

Indicators of Compromise

  • Unexpected int80 syscall activity logged in protected guest environments
  • Anomalous VMM behavior patterns targeting TDX or SEV protected guests
  • Unusual exception handling activity in confidential computing workloads
  • System instability or crashes in protected virtual machines

Detection Strategies

  • Monitor kernel logs for unexpected syscall injection attempts in confidential computing environments
  • Implement runtime integrity monitoring for TDX and SEV protected guests
  • Deploy kernel-level auditing to track int80 syscall invocations in protected contexts
  • Use SentinelOne Singularity Platform to detect anomalous kernel-level activity and VMM manipulation attempts

Monitoring Recommendations

  • Enable verbose logging for confidential computing subsystems during security assessments
  • Implement continuous monitoring of guest VM behavior for signs of VMM manipulation
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level events
  • Establish baseline behavior profiles for protected workloads to detect deviations

How to Mitigate CVE-2024-25744

Immediate Actions Required

  • Update Linux kernel to version 6.6.7 or later immediately on all affected systems
  • Review and audit all confidential computing deployments using TDX or SEV technologies
  • Assess VMM trust boundaries and implement additional isolation measures where possible
  • Monitor Linux Kernel Security Advisories for related patches

Patch Information

The vulnerability has been addressed in Linux kernel version 6.6.7. The fix is available in the Linux Kernel Commit b82a8db. Organizations running affected versions should prioritize upgrading to the patched kernel version. Additional advisory information is available from NetApp Security Advisory NTAP-20241115-0006.

Workarounds

  • If immediate patching is not possible, consider isolating confidential computing workloads from untrusted VMM environments
  • Implement additional monitoring and alerting for TDX/SEV protected guest environments
  • Review and restrict access to VMM/hypervisor management interfaces
  • Consider deploying workloads on patched infrastructure while legacy systems are updated
bash
# Check current kernel version
uname -r

# Update kernel on Debian/Ubuntu systems
sudo apt update && sudo apt install linux-image-generic

# Update kernel on RHEL/CentOS systems
sudo yum update kernel

# Verify kernel version after update
uname -r

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-693
  • Technical References
  • Linux Kernel ChangeLog 6.6.7

  • NetApp Security Advisory NTAP-20241115-0006
  • Vendor Resources
  • Linux Kernel Commit b82a8db
  • Related CVEs
  • CVE-2026-31430: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-31443: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-31463: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-31459: Linux Kernel Privilege Escalation Flaw
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