A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-31143

CVE-2024-31143: Xen PCI MSI Race Condition Vulnerability

CVE-2024-31143 is a race condition vulnerability in Xen hypervisor affecting PCI MSI Multiple Message handling. An error path incorrectly releases a lock that may not be held. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2024-31143 Overview

CVE-2024-31143 is a locking flaw in the Xen hypervisor affecting how it handles the PCI Message Signaled Interrupts (MSI) "Multiple Message" feature. The feature allows a device to use multiple consecutive interrupt vectors, which Xen must configure in a single operation. During this setup, an error path can be reached under different conditions, with or without a particular lock held. The error path unconditionally releases the lock, even when the caller never acquired it. This affects Xen on x86 platforms and is tracked under Xen Project Security Advisory 458.

Critical Impact

A malicious or buggy guest with PCI passthrough access can trigger lock corruption in the hypervisor, leading to denial of service, information disclosure, or potential privilege escalation across the host.

Affected Products

  • Xen hypervisor on x86 architectures
  • Systems exposing PCI devices to guests via passthrough
  • Distributions shipping vulnerable Xen builds tracked by XSA-458

Discovery Timeline

  • 2024-07-18 - CVE-2024-31143 published to NVD
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2024-31143

Vulnerability Analysis

The vulnerability is an Exclusive Resource Management error [CWE-832], specifically the release of a lock that was never acquired. PCI MSI supports an optional capability called Multiple Message, in which a single device requests a contiguous block of interrupt vectors. Unlike MSI-X, vectors must be allocated atomically in one operation.

Xen's allocation routine for Multiple Message MSI vectors can fail at several points. The shared cleanup path that runs on these failures calls a lock release primitive without verifying the lock state for the current call context. When the error path is reached from a caller that did not take the lock, the hypervisor unlocks a resource it does not own.

Releasing an unheld lock corrupts the lock's internal accounting. Subsequent acquisitions may succeed when they should block, allowing concurrent access to shared MSI state. This produces race conditions in the hypervisor's interrupt remapping and vector allocation logic.

Root Cause

The root cause is improper error-handling logic. The shared cleanup label assumes the lock is always held, but the code paths leading to that label do not all acquire it. Because the cleanup runs unconditional release semantics, the invariant between caller context and lock ownership is broken.

Attack Vector

Exploitation requires a guest with access to a PCI device that supports MSI Multiple Message. The guest issues MSI configuration requests crafted to trigger the failing path inside the hypervisor's setup routine. Successful triggering corrupts the lock and enables follow-on races against MSI state. Network reachability is reflected in the CVSS vector because the malicious guest can be remotely controlled, but the trigger surface is local to the hypervisor.

No verified public proof-of-concept code is available. See the Xen Project Security Advisory 458 and the Openwall OSS Security Discussion for upstream technical details.

Detection Methods for CVE-2024-31143

Indicators of Compromise

  • Unexpected Xen hypervisor crashes, hangs, or BUG() assertions referencing MSI or IRQ allocation code paths.
  • Guests with PCI passthrough repeatedly attempting MSI reconfiguration or requesting unusual Multiple Message vector counts.
  • Host log entries from pci_enable_msi, msi_capability_init, or related Xen IRQ subsystem functions immediately before instability.

Detection Strategies

  • Inventory all Xen hosts and confirm build versions against the fixed releases listed in XSA-458.
  • Monitor xl dmesg and serial console output for hypervisor warnings tied to MSI setup failures.
  • Audit which guests have PCI passthrough configured, since only those domains can reach the vulnerable code path.

Monitoring Recommendations

  • Forward hypervisor logs to a centralized analytics platform and alert on repeated MSI configuration errors from the same domain.
  • Track guest reboots and device reset events that correlate with host stability issues.
  • Validate patch levels continuously through configuration management to detect drift on Xen hosts.

How to Mitigate CVE-2024-31143

Immediate Actions Required

  • Apply the patches referenced in Xen Project Security Advisory 458 to all affected Xen hypervisors.
  • Restrict PCI passthrough to trusted guests until patching is complete.
  • Audit guest configurations for devices that use MSI Multiple Message and reduce their privileges where possible.

Patch Information

The Xen Project has released corrected source patches through XSA-458. Distributions that ship Xen, including major Linux vendors, are issuing updated packages aligned to the advisory. Operators should rebuild or upgrade the hypervisor and reboot affected hosts to apply the fix.

Workarounds

  • Disable PCI passthrough for untrusted guests until the patched hypervisor is deployed.
  • Where feasible, prefer MSI-X over MSI Multiple Message for devices that support both, as MSI-X setup does not traverse the affected code path.
  • Consolidate sensitive workloads onto patched hosts and isolate unpatched hosts from production guests.
bash
# Verify the running Xen version on an affected host
xl info | grep xen_version

# Identify guests configured with PCI passthrough
for d in $(xl list --long | awk '/name/ {print $3}' | tr -d '"'); do
    echo "Domain: $d"
    xl pci-list "$d"
done

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechXen

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.57%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-832
  • Technical References
  • Openwall OSS Security Discussion
  • Vendor Resources
  • Xen Project Security Advisory 458

  • Xen Project Security Advisory 458
  • Related CVEs
  • CVE-2026-23558: Xen Race Condition Vulnerability

  • CVE-2025-58143: Xen Race Condition Vulnerability

  • CVE-2025-58142: Xen Race Condition Vulnerability

  • CVE-2026-23557: Xen Xenstored DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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