The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-0012

CVE-2025-0012: AMD SMM Memory Privilege Escalation Flaw

CVE-2025-0012 is a privilege escalation vulnerability affecting AMD processors through improper handling of RMP and SMM memory overlap. Attackers can corrupt or infer SMM memory, compromising system integrity and confidentiality.

Published: February 13, 2026

CVE-2025-0012 Overview

CVE-2025-0012 is a firmware-level vulnerability affecting AMD processors where improper handling of overlap between the segmented reverse map table (RMP) and system management mode (SMM) memory could allow a privileged attacker to corrupt or partially infer SMM memory, resulting in loss of integrity or confidentiality.

Critical Impact

A privileged attacker could exploit this vulnerability to corrupt SMM memory or extract sensitive information from the protected SMM region, potentially compromising system integrity and confidentiality at the firmware level.

Affected Products

  • AMD Processors with SMM and RMP functionality
  • Systems utilizing AMD SEV (Secure Encrypted Virtualization) technology
  • AMD platforms with segmented reverse map table implementations

Discovery Timeline

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

Technical Details for CVE-2025-0012

Vulnerability Analysis

This vulnerability stems from improper memory overlap handling between two critical security components in AMD processors: the Reverse Map Table (RMP) and System Management Mode (SMM) memory. The RMP is a hardware-enforced data structure used in AMD's Secure Encrypted Virtualization (SEV) technology to track and validate memory page ownership and encryption status. SMM, on the other hand, is the most privileged execution mode on x86 processors, operating below the operating system and hypervisor levels.

When the RMP and SMM memory regions overlap, the boundary validation mechanisms fail to properly isolate these security-critical areas. This allows an attacker with elevated privileges (such as hypervisor or kernel-level access) to manipulate RMP entries in ways that affect SMM memory regions, or conversely, to use SMM operations to infer or modify RMP-protected data.

The vulnerability is classified under CWE-1260 (Improper Handling of Overlap Between Protected Memory Ranges), which describes situations where hardware memory protection mechanisms fail to properly account for overlapping address ranges.

Root Cause

The root cause lies in the firmware's failure to enforce strict separation between the RMP data structure boundaries and the SMRAM (System Management RAM) region. During system initialization or memory mapping operations, the firmware does not adequately validate that RMP segments cannot overlap with SMM-protected memory ranges. This architectural oversight allows privileged code to create memory configurations where operations intended for one protected region inadvertently affect another.

Attack Vector

Exploitation requires local access and high privileges, such as hypervisor-level or ring-0 access. An attacker could craft specific memory mapping requests that cause RMP entries to overlap with SMRAM. Once overlap is achieved, the attacker may:

  1. Integrity Attack: Modify RMP entries that affect SMM memory pages, potentially corrupting SMM handler code or data structures used during SMM operations.

  2. Confidentiality Attack: Leverage the overlap to infer contents of SMM memory by observing side effects of RMP validation operations, allowing partial extraction of sensitive data stored in SMRAM.

The attack does not enable remote exploitation but poses significant risk in virtualized environments where a malicious hypervisor or compromised guest VM could target the host's SMM protections.

Detection Methods for CVE-2025-0012

Indicators of Compromise

  • Unusual memory allocation patterns targeting addresses near SMRAM boundaries
  • Unexpected modifications to RMP entries during runtime operations
  • Anomalous SMI (System Management Interrupt) activity or SMM handler behavior
  • Memory access violations or corruption in firmware-protected regions

Detection Strategies

  • Monitor for privilege escalation attempts targeting hypervisor or kernel-level access
  • Implement firmware integrity monitoring to detect unauthorized SMRAM modifications
  • Utilize hardware-based attestation to verify SMM and RMP configurations
  • Deploy endpoint detection solutions capable of monitoring low-level firmware operations

Monitoring Recommendations

  • Enable AMD-specific telemetry for SEV and SMM operations where available
  • Monitor system logs for unexpected SMM-related errors or warnings
  • Implement periodic firmware integrity checks using vendor-provided tools
  • Track BIOS/UEFI update deployment status across affected systems

How to Mitigate CVE-2025-0012

Immediate Actions Required

  • Review the AMD Security Bulletin SB-3023 for specific affected products and firmware versions
  • Inventory all AMD-based systems to identify potentially affected hardware
  • Prioritize firmware updates for systems running virtualized or multi-tenant workloads
  • Restrict privileged access to hypervisor and kernel-level operations

Patch Information

AMD has released security updates addressing this vulnerability through Security Bulletin SB-3023. System administrators should obtain updated BIOS/UEFI firmware from their OEM vendors, as the fix requires firmware-level modifications to properly enforce memory separation between RMP and SMM regions.

For specific patch versions and affected product lists, consult the AMD Security Bulletin SB-3023 directly. Coordinate with system OEMs for updated BIOS packages that incorporate AMD's firmware fixes.

Workarounds

  • Limit privileged access to systems until firmware updates can be applied
  • Enable hardware-assisted virtualization security features to reduce attack surface
  • Implement strict access controls for hypervisor management interfaces
  • Monitor affected systems for signs of exploitation while awaiting patches

Firmware updates are the definitive remediation for this vulnerability. Workarounds provide defense-in-depth but do not fully address the underlying architectural issue. Organizations should prioritize patching based on system criticality and exposure to potential attackers with privileged access.

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.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/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-1260
  • Technical References
  • AMD Security Bulletin SB-3023
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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