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

CVE-2025-29937: AMD PMF Out of Bounds Read Vulnerability

CVE-2025-29937 is an out of bounds read flaw in AMD Platform Management Framework (PMF) that enables attackers to read arbitrary memory locations. This post covers the technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2025-29937 Overview

CVE-2025-29937 is an out-of-bounds read vulnerability [CWE-125] in the AMD Platform Management Framework (PMF). The flaw allows a local attacker with low privileges to trigger a read from an arbitrary memory location. Successful exploitation can result in loss of availability or confidentiality on affected systems.

The vulnerability requires local access and low privileges, with no user interaction needed. AMD has published a security bulletin tracking the issue as AMD-SB-4015. The vulnerability primarily impacts system availability, with secondary risk of information disclosure through memory contents read outside intended bounds.

Critical Impact

A local authenticated attacker can trigger arbitrary memory reads through the AMD PMF driver, leading to denial of service or disclosure of sensitive kernel memory contents.

Affected Products

  • AMD Platform Management Framework (PMF) driver
  • AMD client platforms shipping with PMF support
  • Refer to AMD Security Bulletin AMD-SB-4015 for the complete affected product list

Discovery Timeline

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

Technical Details for CVE-2025-29937

Vulnerability Analysis

The vulnerability resides within the AMD Platform Management Framework, a driver and firmware framework that coordinates power, thermal, and performance management on AMD client platforms. PMF exposes interfaces that the operating system uses to query and configure platform telemetry.

An out-of-bounds read condition [CWE-125] exists in how PMF processes input data when accessing memory buffers. The driver fails to properly validate index or length parameters before performing a read operation. As a result, the read can extend beyond the bounds of the intended buffer into adjacent memory.

Because PMF runs with elevated platform privileges, the disclosed memory may contain sensitive kernel data, cryptographic material, or driver state. The same condition can also cause the driver to fault, producing a denial-of-service outcome on the host.

Root Cause

The root cause is missing or insufficient bounds checking on attacker-controlled parameters passed to PMF read paths. When these parameters are not validated against the size of the underlying buffer, the driver dereferences memory outside the allocated region.

Attack Vector

Exploitation requires local access and low-privileged authenticated access on the target system. An attacker interacts with the PMF interface, supplying crafted parameters that cause the driver to read from an arbitrary memory location. No user interaction is required. Public proof-of-concept code is not available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The EPSS score is 0.016%, indicating low likelihood of exploitation in the near term.

No verified public exploit code is available. Technical details are described in the AMD Security Bulletin.

Detection Methods for CVE-2025-29937

Indicators of Compromise

  • Unexpected crashes or bug checks referencing the AMD PMF driver in Windows Event Logs or kernel crash dumps
  • Loading of the PMF driver by unprivileged or unusual user processes
  • Anomalous IOCTL traffic targeting the PMF device interface from non-standard processes

Detection Strategies

  • Monitor kernel-mode driver telemetry for repeated faults or exceptions originating in the PMF driver module
  • Build behavioral rules that flag local processes issuing high volumes of device control requests to platform management interfaces
  • Correlate driver load events with process lineage to identify unexpected callers of PMF

Monitoring Recommendations

  • Enable Windows Error Reporting and forward kernel crash artifacts to a centralized analytics platform for review
  • Track patch state of AMD chipset and PMF drivers across the fleet using endpoint inventory tooling
  • Alert on privilege-context anomalies where standard users interact with platform management device objects

How to Mitigate CVE-2025-29937

Immediate Actions Required

  • Apply the AMD-supplied PMF driver and firmware updates referenced in AMD-SB-4015 as soon as they are available for your platform
  • Inventory AMD client systems to identify hosts running vulnerable PMF driver versions
  • Restrict local logon and limit the number of standard users on shared or kiosk systems running affected hardware

Patch Information

AMD has published mitigation guidance in AMD Security Bulletin AMD-SB-4015. System administrators should obtain updated PMF driver packages from the OEM or AMD support channel and deploy them through standard patch management workflows. Verify driver version after installation to confirm remediation.

Workarounds

  • Where patching is not immediately feasible, restrict interactive logon to trusted administrators on affected endpoints
  • Disable the PMF driver only after confirming that platform power and thermal management can be handled by alternate mechanisms, as disabling may degrade system behavior
  • Apply application allow-listing to reduce the ability of arbitrary local code to interact with the PMF device interface
bash
# Verify AMD PMF driver presence and version on Windows
pnputil /enum-drivers | findstr /I "AMD PMF"
Get-WmiObject Win32_PnPSignedDriver | Where-Object { $_.DeviceName -like "*AMD PMF*" } | Select-Object DeviceName, DriverVersion, DriverDate

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAmd

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • AMD Security Bulletin
  • Related CVEs
  • CVE-2024-36345: AMD OverDrive SMM Information Disclosure

  • CVE-2025-0028: AMD PMF Information Disclosure Flaw

  • CVE-2025-48513: AMD PMF Information Disclosure Flaw

  • CVE-2025-48520: AMD PMF Driver Information Disclosure 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