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

CVE-2025-29935: AMD PMF Privilege Escalation Vulnerability

CVE-2025-29935 is a privilege escalation flaw in AMD Platform Management Framework (PMF) caused by an out-of-bounds write. Attackers can execute code at elevated privileges. This article covers technical details, impact, and mitigation.

Published: May 21, 2026

CVE-2025-29935 Overview

CVE-2025-29935 is an out-of-bounds write vulnerability [CWE-787] in the AMD Platform Management Framework (PMF). The flaw resides in a kernel-mode component responsible for power, thermal, and system management policy enforcement on AMD-based platforms. An authenticated local attacker can write outside the bounds of an allocated buffer, corrupting adjacent kernel memory. Successful exploitation enables arbitrary code execution at an elevated privilege level. The result is full compromise of confidentiality, integrity, and availability on the affected host.

Critical Impact

Local privilege escalation to kernel-level code execution on systems running the AMD Platform Management Framework driver.

Affected Products

  • AMD Platform Management Framework (PMF) — see AMD Security Bulletin #4015 for the specific affected processor families and driver versions
  • AMD client platforms shipping the PMF driver stack
  • OEM systems integrating the AMD PMF runtime components

Discovery Timeline

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

Technical Details for CVE-2025-29935

Vulnerability Analysis

The AMD Platform Management Framework is a software stack that coordinates power, thermal, and performance decisions between firmware, the operating system, and applications. PMF exposes interfaces that user-mode components can invoke to query telemetry and submit policy requests. The vulnerability is classified as an out-of-bounds write [CWE-787], indicating that the PMF code writes data past the end of an allocated buffer. Because PMF executes within a privileged context, memory corruption translates directly into elevated code execution on the host.

Root Cause

The root cause is missing or inadequate bounds checking when PMF processes attacker-controlled input through one of its IOCTL or management interfaces. When the size or offset of input data is not validated against the destination buffer, the driver writes beyond the allocated region. Adjacent kernel objects, function pointers, or control structures can then be overwritten with attacker-supplied values. AMD has not published the specific affected function in public advisory text; refer to AMD Security Bulletin #4015 for vendor detail.

Attack Vector

Exploitation requires local access and low-level privileges on the target system. An attacker with the ability to run code as a standard user invokes the vulnerable PMF interface with crafted parameters. The malformed request triggers the out-of-bounds write, corrupting kernel memory in a controlled manner. The attacker then pivots from memory corruption to arbitrary code execution at the privilege level of the PMF component. No user interaction is required beyond initial code execution on the host.

No public proof-of-concept code has been verified for this vulnerability. Refer to the AMD Security Bulletin #4015 for technical detail.

Detection Methods for CVE-2025-29935

Indicators of Compromise

  • Unexpected loading or interaction with the AMD PMF driver from non-system processes or unsigned binaries
  • Kernel bug checks or system crashes referencing the PMF driver module
  • New or modified scheduled tasks, services, or drivers created shortly after PMF interaction
  • Privilege escalation events where a standard user process spawns a SYSTEM or kernel-context child

Detection Strategies

  • Inventory endpoints to identify systems with the AMD PMF driver installed and compare against patched versions listed in AMD Security Bulletin #4015
  • Monitor for processes opening handles to PMF device objects followed by anomalous IOCTL traffic
  • Correlate kernel crash telemetry with preceding user-mode process activity to identify potential exploitation attempts
  • Track integrity-level transitions where a medium-integrity process is followed by SYSTEM-level activity in the same session

Monitoring Recommendations

  • Enable kernel-mode driver load auditing and forward events to a centralized log platform
  • Capture and retain Windows Error Reporting (WER) crash dumps for offline triage of PMF-related faults
  • Baseline normal PMF driver activity per platform model to surface deviations
  • Alert on driver version mismatches between deployed endpoints and the AMD-approved patched baseline

How to Mitigate CVE-2025-29935

Immediate Actions Required

  • Apply the AMD PMF driver and firmware updates referenced in AMD Security Bulletin #4015 as soon as OEM-validated builds are available
  • Restrict local logon and code execution rights to trusted administrators on systems where patching is delayed
  • Audit installed driver versions across the AMD-based fleet and prioritize systems running outdated PMF builds
  • Enable Hypervisor-Protected Code Integrity (HVCI) and Memory Integrity on supported Windows hosts to constrain kernel exploitation primitives

Patch Information

AMD has published guidance in AMD Security Bulletin #4015. Customers should obtain the updated PMF driver through their OEM update channel (for example, Lenovo Vantage, HP Image Assistant, ASUS MyASUS, or Windows Update) rather than installing generic AMD packages, because PMF builds are tuned per platform.

Workarounds

  • Disable or unload the AMD PMF driver on systems that do not require dynamic power and thermal policy management, accepting the loss of PMF features
  • Apply application control policies (for example, Windows Defender Application Control) to block unauthorized processes from issuing IOCTLs to the PMF device
  • Limit administrative tooling and developer utilities on production endpoints to reduce the population of users capable of triggering the local attack path
bash
# Example: query the installed AMD PMF driver version on Windows
pnputil /enum-drivers | findstr /i "AMDPMF amdpmf"

# Example: query loaded kernel modules for AMD PMF
driverquery /v | findstr /i "AMDPMF"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAmd

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/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-787
  • Technical References
  • AMD Security Bulletin #4015
  • Related CVEs
  • CVE-2025-52540: AMD PMF Driver Privilege Escalation Flaw

  • CVE-2025-54517: AMD Driver Privilege Escalation Flaw

  • CVE-2025-48512: AMD GPIO Controller Privilege Escalation

  • CVE-2025-48519: AMD PMF Driver Privilege Escalation Flaw
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