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

CVE-2025-29938: AMD Platform Management Framework RCE Flaw

CVE-2025-29938 is a remote code execution vulnerability in AMD Platform Management Framework caused by an unchecked return value. Attackers can write to arbitrary memory, causing denial of service or code execution.

Published: May 21, 2026

CVE-2025-29938 Overview

CVE-2025-29938 is a vulnerability in the AMD Platform Management Framework (PMF) caused by an unchecked return value [CWE-252]. A local attacker with low privileges can leverage this flaw to write to an arbitrary memory address. Successful exploitation can result in denial of service or arbitrary code execution within a privileged context. AMD documented the issue in security bulletin AMD-SB-4015. The vulnerability requires local access and a present attack precondition, limiting remote exploitation. EPSS data places exploitation probability at 0.017% (4.077 percentile), and no public proof-of-concept code or in-the-wild exploitation has been reported.

Critical Impact

Local attackers can achieve arbitrary memory writes within the AMD PMF, enabling denial of service or arbitrary code execution at elevated privilege.

Affected Products

  • AMD Platform Management Framework (PMF)
  • AMD client platforms shipping the PMF driver stack
  • Refer to AMD Security Bulletin AMD-SB-4015 for the authoritative affected version list

Discovery Timeline

  • 2026-05-15 - CVE-2025-29938 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2025-29938

Vulnerability Analysis

The vulnerability resides in the AMD Platform Management Framework, a component that coordinates power, thermal, and performance optimization on AMD client systems. PMF runs with elevated privileges and interacts with firmware interfaces, kernel drivers, and user-space services. The defect is classified under [CWE-252] (Unchecked Return Value). A function within PMF fails to validate the return value of a downstream call before using its output as a pointer or length parameter. An attacker who controls inputs to this code path can steer execution into a state where PMF writes attacker-influenced data to an arbitrary memory address. The result is corruption of kernel or driver memory, which an attacker can shape into arbitrary code execution or trigger as a denial of service.

Root Cause

The root cause is missing validation of a function return value within the PMF code path. When the called function fails or returns an unexpected status, PMF continues execution as if the operation succeeded. Subsequent operations use the uninitialized or attacker-influenced value as a destination for a memory write, producing the arbitrary write primitive.

Attack Vector

The attack vector is local. An authenticated local user with low privileges interacts with the PMF interface to trigger the unchecked path. The CVSS 4.0 vector indicates an attack requirement (AT:P) is present, meaning specific conditions must exist for exploitation. Successful exploitation yields high availability impact on the vulnerable component and high impact on subsequent system components, consistent with kernel-level memory corruption.

No verified exploitation code is publicly available. See the AMD Security Bulletin AMD-SB-4015 for vendor-supplied technical details.

Detection Methods for CVE-2025-29938

Indicators of Compromise

  • Unexpected crashes or bugchecks involving the AMD PMF driver or related kernel modules
  • Abnormal process behavior from user-mode components that communicate with PMF IOCTL interfaces
  • Privilege escalation events originating from low-integrity processes that interact with platform management interfaces

Detection Strategies

  • Inventory endpoints running affected AMD PMF versions using vendor build identifiers from AMD-SB-4015
  • Monitor for anomalous IOCTL calls from non-system processes to the PMF driver
  • Correlate local privilege escalation telemetry with kernel memory integrity events on AMD client systems

Monitoring Recommendations

  • Enable kernel-mode crash dump collection and alert on faults referencing PMF driver modules
  • Audit driver load events and verify PMF driver versions against the patched baseline
  • Forward endpoint telemetry to a centralized data lake to enable retrospective hunting once exploitation patterns are documented

How to Mitigate CVE-2025-29938

Immediate Actions Required

  • Apply the firmware and driver updates referenced in AMD Security Bulletin AMD-SB-4015 as soon as vendor packages are available from OEMs
  • Restrict local logon rights on affected AMD client systems to reduce the population of users able to trigger the flaw
  • Inventory AMD client endpoints and prioritize systems used by privileged or high-risk users for remediation

Patch Information

AMD has published remediation guidance in security bulletin AMD-SB-4015. Refer to the AMD Security Bulletin AMD-SB-4015 for fixed driver versions, BIOS/firmware updates, and OEM distribution channels. Deploy updates through OEM channels rather than installing generic AMD packages, since OEMs validate platform-specific firmware.

Workarounds

  • Disable the AMD PMF service or driver on systems where platform management features are not required, accepting potential thermal or power management impact
  • Enforce application allowlisting to prevent unauthorized local processes from interacting with PMF interfaces
  • Apply least-privilege controls so that interactive user accounts cannot load arbitrary code that targets PMF
bash
# Example: query the AMD PMF driver state on Windows to confirm presence
sc.exe query AMDPMF

# Example: list loaded drivers and filter for AMD platform management components
driverquery /v | findstr /i "AMDPMF PlatformManagement"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAmd

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:H/SC:H/SI:H/SA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-252
  • Technical References
  • AMD Security Bulletin AMD-SB-4015
  • Related CVEs
  • CVE-2023-31317: AMD Secure Processor RCE Vulnerability

  • CVE-2023-20514: AMD Secure Processor RCE Vulnerability

  • CVE-2023-31313: AMD Power Management Firmware RCE Flaw

  • CVE-2024-36345: AMD OverDrive SMM Information Disclosure
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