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

CVE-2025-0028: AMD PMF Information Disclosure Flaw

CVE-2025-0028 is an information disclosure vulnerability in AMD Platform Management Framework (PMF) caused by an unchecked return value. Attackers can exploit this to read or modify arbitrary addresses. This article covers the technical details, impact, and available mitigations.

Published: May 21, 2026

CVE-2025-0028 Overview

CVE-2025-0028 is a local privilege escalation vulnerability in the AMD Platform Management Framework (PMF). An unchecked return value within the PMF driver allows an authenticated local attacker to read or modify arbitrary memory addresses. Successful exploitation can lead to loss of confidentiality, integrity, and availability on affected systems. The flaw is categorized under [CWE-252: Unchecked Return Value] and was disclosed by AMD in security bulletin AMD-SB-4015. Because PMF runs at a privileged level on AMD client platforms, exploitation provides an attacker with the ability to corrupt kernel state or disclose sensitive data from kernel memory.

Critical Impact

An authenticated local attacker can read or modify arbitrary memory through the AMD PMF driver, enabling privilege escalation and full system compromise on affected AMD platforms.

Affected Products

  • AMD Platform Management Framework (PMF) driver
  • AMD client platforms shipping the PMF software stack
  • See AMD Security Bulletin AMD-SB-4015 for the authoritative list of affected SKUs and driver versions

Discovery Timeline

  • 2026-05-15 - CVE-2025-0028 published to NVD
  • 2026-05-15 - Last updated in NVD database
  • Reference - AMD Security Bulletin AMD-SB-4015

Technical Details for CVE-2025-0028

Vulnerability Analysis

The AMD Platform Management Framework is a userspace and kernel-mode stack that coordinates thermal, power, and performance telemetry on AMD client systems. The PMF driver exposes interfaces that accept parameters from less-privileged callers. Within one of these code paths, the driver invokes an internal function but does not validate the function's return value before acting on its output. The driver subsequently treats an attacker-influenceable pointer or status as valid, leading to a memory access operation against an address the attacker controls. The result is an arbitrary read or arbitrary write primitive executed at the driver's privilege level.

Root Cause

The root cause is an instance of [CWE-252: Unchecked Return Value]. The driver assumes that an internal call always succeeds and proceeds without inspecting the returned status code. When the underlying operation fails or returns attacker-controlled data, the driver continues execution using uninitialized or unvalidated state. This state is then dereferenced or written to, producing the arbitrary memory access primitive. The defect is a logic flaw in defensive coding rather than a classic memory-safety bug such as a buffer overflow.

Attack Vector

Exploitation requires local access and low privileges on the target. An attacker with the ability to load code as a standard user can open a handle to the PMF driver and issue crafted requests that drive the vulnerable code path. By influencing the inputs that determine the unchecked return value, the attacker steers the driver into performing reads or writes against memory locations of their choice. This primitive is sufficient to corrupt kernel structures, disable security mitigations, or disclose secrets such as credential material from kernel memory. No user interaction is required. Vulnerability mechanism details are documented in the AMD advisory; no public proof-of-concept exploit code is available at this time.

Detection Methods for CVE-2025-0028

Indicators of Compromise

  • Unexpected user-mode processes opening handles to the AMD PMF device interface, particularly from non-system or non-OEM binaries.
  • Kernel crashes, bug checks, or memory corruption events that correlate with activity from the PMF driver.
  • New or unsigned binaries enumerating AMD power management IOCTLs shortly after initial access.

Detection Strategies

  • Monitor driver IOCTL telemetry for anomalous request patterns directed at the PMF driver, especially from non-administrative processes.
  • Use endpoint detection telemetry to flag local privilege escalation sequences that follow PMF driver interaction.
  • Correlate process creation events with subsequent token elevation or kernel object modification to identify post-exploitation behavior.

Monitoring Recommendations

  • Inventory all endpoints running AMD client platforms and confirm the installed PMF driver version against the fixed versions listed in AMD-SB-4015.
  • Alert on installation or sideloading of older, vulnerable PMF driver versions, including bring-your-own-vulnerable-driver scenarios.
  • Audit Windows Event Logs for driver load events referencing PMF components signed prior to the fix.

How to Mitigate CVE-2025-0028

Immediate Actions Required

  • Apply the fixed AMD PMF driver and firmware updates referenced in AMD Security Bulletin AMD-SB-4015 to every affected endpoint.
  • Restrict local logon rights and remove unnecessary local administrator privileges to reduce the attacker population that can reach the driver.
  • Enable Microsoft's vulnerable driver blocklist on Windows systems to prevent downgrade attacks that reintroduce the unpatched driver.

Patch Information

AMD has released updated PMF driver and platform firmware versions addressing CVE-2025-0028. Refer to AMD Security Bulletin AMD-SB-4015 for the specific fixed versions and OEM distribution guidance. Endpoints should receive updates through the OEM update channel or AMD chipset software, depending on platform vendor policy.

Workarounds

  • No vendor-supplied workaround replaces patching; the fixed driver should be deployed as soon as it is available from the system OEM.
  • Where immediate patching is not possible, restrict access to the PMF device interface through application allowlisting and least-privilege controls.
  • Monitor for and block known-vulnerable PMF driver hashes using driver allowlisting or Windows Defender Application Control policies.

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

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:H/SC:H/SI:N/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-2024-36345: AMD OverDrive SMM Information Disclosure

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

  • 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