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-2025-58144

CVE-2025-58144: Xen Use-After-Free Vulnerability

CVE-2025-58144 is a use-after-free vulnerability in Xen hypervisor caused by improper assertion handling in page mapping operations, potentially leading to NULL pointer de-reference. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 15, 2026

CVE-2025-58144 Overview

CVE-2025-58144 is a null pointer dereference vulnerability in the Xen hypervisor affecting the mapping of pages belonging to other domains. The vulnerability stems from an incorrect assertion in the page mapping code path, where a specific edge case requires proper handling but instead triggers an assertion failure. On release builds where assertions are disabled, this results in a NULL pointer dereference that can lead to a denial of service condition.

This vulnerability is part of a pair of related issues documented in Xen Project Advisory XSA-473. While CVE-2025-58144 addresses the null pointer dereference, a related vulnerability (CVE-2025-58145) addresses a P2M (Physical-to-Machine) lock timing issue that could allow domain boundary violations.

Critical Impact

A malicious guest domain could exploit this vulnerability to crash the Xen hypervisor, causing a denial of service affecting all virtual machines running on the host.

Affected Products

  • Xen Hypervisor (ARM architecture)
  • Xen-based virtualization platforms on ARM systems
  • Cloud infrastructure utilizing Xen on ARM processors

Discovery Timeline

  • 2025-09-11 - CVE-2025-58144 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-58144

Vulnerability Analysis

The vulnerability exists in Xen's page mapping functionality specifically when handling pages that belong to other domains. The code contains an assertion that fails to account for a particular edge case condition. In debug builds, this triggers an assertion failure, but in production release builds where assertions are compiled out, the code path continues execution with invalid state, leading to a NULL pointer dereference.

The ARM-specific nature of this vulnerability (as indicated by the CPE configuration) suggests the issue lies within ARM-specific memory management code paths in Xen. The P2M (Physical-to-Machine) mapping subsystem is responsible for translating guest physical addresses to machine addresses, and improper handling during cross-domain page access creates this exploitable condition.

Root Cause

The root cause is an incorrect assertion in the page mapping code that was intended to validate assumptions about page ownership but fails to handle a legitimate edge case. When the assertion condition evaluates to false on release builds, the code proceeds with a null or invalid pointer, resulting in a dereference when subsequent operations attempt to use the pointer.

The CWE-476 (NULL Pointer Dereference) classification indicates that the code fails to properly validate pointer values before use, specifically in the context of mapping pages across domain boundaries.

Attack Vector

The vulnerability can be exploited remotely through network-accessible guest virtual machines. An attacker with the ability to run code within a Xen guest domain on ARM architecture can trigger the vulnerable code path by performing specific memory operations that involve cross-domain page mapping.

The attack does not require user interaction and can be executed without special privileges within the guest context. Successfully exploiting this vulnerability would cause the hypervisor to crash, resulting in denial of service for all guest domains hosted on the affected system.

Since no proof-of-concept exploits are publicly available and the vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, active exploitation in the wild has not been confirmed at this time.

Detection Methods for CVE-2025-58144

Indicators of Compromise

  • Unexpected Xen hypervisor crashes or system reboots on ARM-based hosts
  • Kernel panic logs referencing null pointer dereferences in P2M or page mapping code
  • Guest domain activity immediately preceding host crashes that involves memory-intensive operations
  • XL dmesg output showing assertion failures or null dereference errors in debug builds

Detection Strategies

  • Monitor hypervisor logs for crash events and null pointer dereference errors in the P2M subsystem
  • Implement host-level monitoring to detect unexpected hypervisor terminations or reboots
  • Deploy crash dump analysis to identify stack traces pointing to page mapping functions
  • Review Xen console output for assertion failures that may indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for Xen's memory management subsystem during security assessments
  • Configure automated alerting for any hypervisor crash events on ARM-based Xen deployments
  • Implement system stability monitoring to track unexpected restarts of virtualization hosts
  • Monitor guest VM behavior for unusual patterns of memory operations that could indicate exploitation attempts

How to Mitigate CVE-2025-58144

Immediate Actions Required

  • Review the Xen Project Advisory XSA-473 for specific patch information and affected versions
  • Apply the latest Xen security patches to all ARM-based hypervisor hosts
  • Assess exposure by identifying all Xen deployments running on ARM architecture
  • Consider temporarily restricting untrusted guest workloads until patches are applied

Patch Information

The Xen Project has released security patches addressing this vulnerability as part of XSA-473. Administrators should consult the official advisory for version-specific patch files and application instructions. The patches correct the assertion logic and ensure proper null pointer checking in the page mapping code path.

Additional technical discussion is available on the OpenWall Security Mailing List where the vulnerability disclosure was coordinated.

Workarounds

  • Limit guest domain privileges to reduce the attack surface for untrusted workloads
  • Consider migrating critical workloads to patched hosts or non-ARM architectures temporarily
  • Implement network segmentation to limit exposure of vulnerable hypervisor hosts
  • Enable hypervisor debug builds in test environments to detect exploitation attempts via assertion failures
bash
# Verify Xen version and check for pending security updates
xl info | grep xen_version
# Apply security patches following your distribution's update mechanism
# For source builds, apply patches from XSA-473 advisory

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechXen

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • OpenWall Security Mailing List

  • Xen Project Advisory XSA-473
  • Vendor Resources
  • Xen Project Advisory XSA-473
  • Related CVEs
  • CVE-2025-27466: Xen Use-After-Free Vulnerability

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

  • CVE-2026-23555: Xenstored Denial of Service Vulnerability

  • CVE-2026-23553: Xen Privilege Escalation Vulnerability
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