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

CVE-2025-29939: SEV Privilege Escalation Vulnerability

CVE-2025-29939 is a privilege escalation vulnerability in AMD secure encrypted virtualization (SEV) that allows privileged attackers to compromise guest memory confidentiality. This article covers the technical details.

Published: February 13, 2026

CVE-2025-29939 Overview

CVE-2025-29939 is an improper access control vulnerability affecting AMD's Secure Encrypted Virtualization (SEV) technology. The flaw exists in the Reverse Map Page (RMP) handling during Secure Nested Paging (SNP) initialization, which could allow a privileged attacker with local access to write to the RMP table. Successful exploitation could result in a loss of guest memory confidentiality and integrity, undermining the fundamental security guarantees that SEV-SNP is designed to provide.

Critical Impact

A privileged attacker could compromise the confidentiality and integrity of protected guest virtual machine memory by manipulating the Reverse Map Page during SNP initialization.

Affected Products

  • AMD processors with Secure Encrypted Virtualization (SEV) support
  • AMD SEV-SNP enabled hypervisors and virtualization platforms
  • Systems utilizing AMD secure nested paging technology

Discovery Timeline

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

Technical Details for CVE-2025-29939

Vulnerability Analysis

This vulnerability is classified as CWE-284 (Improper Access Control), indicating a failure in the access control mechanisms that should protect the Reverse Map Page (RMP) during the SEV-SNP initialization process. The RMP is a critical data structure in AMD's SEV-SNP architecture that tracks the ownership and security state of each page of physical memory.

During the SNP initialization phase, there exists a window where a privileged attacker with local access can exploit improper access controls to write to the RMP. This is particularly concerning because the RMP is responsible for enforcing memory isolation between the hypervisor and guest virtual machines—a core security guarantee of SEV-SNP technology.

The attack requires high privileges and local access to the target system, along with specific timing conditions during the SNP initialization process. While this limits the attack surface, the potential impact on guest VM confidentiality and integrity is significant for environments relying on SEV-SNP for workload isolation.

Root Cause

The root cause of this vulnerability lies in improper access control validation during the Secure Nested Paging initialization sequence. The RMP table, which is fundamental to maintaining memory isolation guarantees in SEV-SNP, is not adequately protected during this initialization window. This allows a privileged attacker to manipulate RMP entries before proper security constraints are fully established.

Attack Vector

The attack vector is local, requiring the attacker to have high privileges on the target system. The attacker must time their exploitation attempt during the SNP initialization phase when the improper access control condition exists. By writing malicious entries to the RMP during this window, the attacker can potentially:

  1. Modify the ownership assignments of memory pages
  2. Alter the security state of protected guest memory regions
  3. Bypass the memory isolation guarantees provided by SEV-SNP

This attack could be leveraged by a malicious hypervisor administrator or through a separate privilege escalation vulnerability to compromise the confidentiality and integrity of guest virtual machines that should otherwise be protected from the hypervisor itself.

Detection Methods for CVE-2025-29939

Indicators of Compromise

  • Unexpected modifications to RMP table entries during or after SEV-SNP initialization
  • Anomalous memory access patterns targeting SEV-protected guest memory regions
  • Unusual timing of SNP initialization sequences or repeated initialization attempts

Detection Strategies

  • Monitor SEV-SNP initialization events and validate RMP table integrity post-initialization
  • Implement firmware-level logging for RMP access operations during the initialization phase
  • Deploy hypervisor integrity monitoring to detect unauthorized modifications to memory protection structures
  • Audit privileged operations that occur during the SEV-SNP boot sequence

Monitoring Recommendations

  • Enable AMD Platform Security Processor (PSP) logging where available to track SEV-related events
  • Implement attestation verification for SEV-SNP guests to detect compromised memory isolation
  • Monitor for unauthorized firmware or microcode modifications on systems with SEV capability
  • Deploy SentinelOne Singularity Platform for comprehensive endpoint visibility on virtualization hosts

How to Mitigate CVE-2025-29939

Immediate Actions Required

  • Review the AMD Security Bulletin #3023 for vendor-specific guidance and patches
  • Apply firmware updates from AMD as they become available for affected processors
  • Limit privileged access to systems running SEV-SNP protected workloads
  • Audit and restrict administrative access to hypervisor management interfaces
  • Consider additional isolation measures for highly sensitive SEV-SNP workloads until patches are applied

Patch Information

AMD has published Security Bulletin AMD-SB-3023 addressing this vulnerability. Organizations should consult the AMD Security Bulletin #3023 for specific patch availability, affected processor models, and updated firmware versions. Firmware updates should be applied following vendor guidelines and thorough testing in non-production environments.

Workarounds

  • Restrict local privileged access to systems utilizing SEV-SNP to only essential personnel
  • Implement strong authentication and authorization controls for hypervisor administration
  • Consider temporarily disabling SEV-SNP for non-critical workloads if patches are not yet available and the risk is unacceptable
  • Deploy additional monitoring and alerting for SEV-SNP initialization events
  • Implement network segmentation to limit exposure of virtualization management interfaces
bash
# Example: Verify SEV-SNP status and review system configuration
# Check if SEV is enabled on the system
dmesg | grep -i sev

# Review AMD-specific security features status
cat /sys/module/kvm_amd/parameters/sev
cat /sys/module/kvm_amd/parameters/sev_es
cat /sys/module/kvm_amd/parameters/sev_snp

# List running SEV-protected VMs (requires libvirt)
virsh list --all | while read line; do
  virsh dumpxml $(echo $line | awk '{print $2}') 2>/dev/null | grep -q "sev" && echo "$line - SEV enabled"
done

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:N/VI:H/VA:N/SC:H/SI:H/SA:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • AMD Security Bulletin #3023
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal 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