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

CVE-2024-25743: Linux Kernel Privilege Escalation Flaw

CVE-2024-25743 is a privilege escalation vulnerability in Linux kernel affecting AMD SEV-SNP and SEV-ES, allowing hypervisors to inject virtual interrupts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-25743 Overview

CVE-2024-25743 is a high-severity vulnerability affecting the Linux kernel through version 6.9. The flaw allows an untrusted hypervisor to inject virtual interrupts 0 and 14 at any point in time, which can trigger the SIGFPE signal handler in userspace applications. This vulnerability specifically impacts systems using AMD Secure Encrypted Virtualization with Secure Nested Paging (SEV-SNP) and AMD Secure Encrypted Virtualization with Encrypted State (SEV-ES) technologies.

Critical Impact

An untrusted hypervisor can manipulate guest VM execution by injecting arbitrary virtual interrupts, potentially disrupting confidential computing workloads and undermining the security guarantees of AMD SEV technologies.

Affected Products

  • Linux kernel through version 6.9
  • Systems utilizing AMD SEV-SNP (Secure Encrypted Virtualization - Secure Nested Paging)
  • Systems utilizing AMD SEV-ES (Secure Encrypted Virtualization - Encrypted State)

Discovery Timeline

  • 2024-05-15 - CVE-2024-25743 published to NVD
  • 2025-03-14 - Last updated in NVD database

Technical Details for CVE-2024-25743

Vulnerability Analysis

This vulnerability represents an improper input validation issue (CWE-20) within the Linux kernel's handling of virtual interrupts in AMD SEV-SNP and SEV-ES environments. AMD's SEV technologies are designed to protect virtual machines from a potentially malicious hypervisor by encrypting guest memory and CPU state. However, this vulnerability undermines these protections by allowing the hypervisor to inject specific virtual interrupts that should not be controllable by untrusted code.

The vulnerability requires local access to exploit, meaning an attacker would need to control the hypervisor environment. When exploited, an untrusted hypervisor can inject interrupt 0 (divide-by-zero exception) and interrupt 14 (page fault exception) into a guest VM at arbitrary times. This injection capability allows the hypervisor to trigger unexpected SIGFPE signal handlers in userspace applications running within the protected guest, potentially leading to information disclosure or integrity violations.

Root Cause

The root cause of CVE-2024-25743 lies in insufficient validation of virtual interrupt sources within the Linux kernel's AMD SEV interrupt handling code. The kernel fails to properly verify that certain interrupts are genuine hardware exceptions rather than maliciously injected events from an untrusted hypervisor. Interrupts 0 and 14 should only be generated by actual CPU exceptions (division errors and page faults respectively), but the lack of origin validation allows the hypervisor to synthesize these interrupts and deliver them to the guest OS.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to control the hypervisor hosting the target virtual machine. In cloud computing environments where confidential computing with AMD SEV is deployed, this would typically require a compromised or malicious cloud provider infrastructure. The attacker exploits the vulnerability by:

  1. Identifying a guest VM protected by AMD SEV-SNP or SEV-ES
  2. Crafting and injecting virtual interrupt 0 or 14 into the guest at a chosen moment
  3. Causing the guest kernel to deliver a SIGFPE signal to userspace applications
  4. Observing application behavior or exploiting signal handler side effects to compromise confidentiality or integrity

The attack does not require user interaction and can be executed with low privileges from the hypervisor context. The vulnerability primarily impacts confidentiality and integrity without directly affecting availability.

Detection Methods for CVE-2024-25743

Indicators of Compromise

  • Unexpected SIGFPE signals in applications that do not perform division operations
  • Anomalous interrupt patterns in guest VM logs, particularly interrupts 0 and 14 occurring without corresponding CPU exceptions
  • Application crashes or unexpected signal handler invocations in SEV-protected VMs

Detection Strategies

  • Monitor for unusual SIGFPE signal delivery patterns in confidential computing workloads
  • Implement kernel-level logging to track interrupt injection events in SEV-protected guests
  • Review system logs for applications unexpectedly entering signal handlers without arithmetic operations
  • Deploy runtime integrity monitoring to detect anomalous interrupt behavior

Monitoring Recommendations

  • Enable enhanced logging for AMD SEV guest environments to capture interrupt delivery events
  • Implement alerting for applications that receive unexpected SIGFPE signals
  • Periodically audit kernel versions across confidential computing infrastructure to ensure patched versions are deployed
  • Monitor vendor security bulletins including AMD Security Bulletin SB-3008 for updates

How to Mitigate CVE-2024-25743

Immediate Actions Required

  • Update Linux kernel to a patched version that addresses CVE-2024-25743
  • Review AMD SEV-SNP and SEV-ES deployments for exposure to this vulnerability
  • Consult AMD Security Bulletin SB-3008 for vendor-specific guidance
  • Assess the trust model of your hypervisor environment, particularly in multi-tenant cloud scenarios

Patch Information

Security patches addressing this vulnerability are being tracked by major Linux distributions. For detailed patch information and status, refer to the following vendor resources:

  • Red Hat Bug Report #2270836
  • SUSE Bug Report #1223307
  • AMD Security Bulletin SB-3008

Organizations should apply kernel updates from their respective Linux distribution vendors as they become available.

Workarounds

  • Consider temporarily avoiding AMD SEV-SNP/SEV-ES for highly sensitive workloads until patches are applied
  • Implement application-level hardening to handle unexpected signals gracefully
  • Deploy workloads only on trusted hypervisor infrastructure where the risk of malicious interrupt injection is minimized
  • Monitor applications for unexpected signal handler behavior and implement defensive coding practices in signal handlers

Organizations should prioritize kernel patching as the primary remediation strategy, as workarounds do not fully address the underlying vulnerability.

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 Score7.1

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Red Hat Bug Report #2270836

  • SUSE Bug Report #1223307

  • AMD Security Bulletin SB-3008
  • 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