A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-0045

CVE-2025-0045: AMD Secure Processor Buffer Overflow Flaw

CVE-2025-0045 is a buffer overflow vulnerability in the AMD Secure Processor (ASP) PCI driver caused by improper input validation. Attackers can exploit this to trigger crashes or denial of service. This article covers technical details, affected systems, impact analysis, and mitigation strategies.

Published: May 21, 2026

CVE-2025-0045 Overview

CVE-2025-0045 is an improper input validation vulnerability in the AMD Secure Processor (ASP) PCI driver. The flaw allows a local authenticated attacker to trigger a buffer overflow condition through crafted input to the driver. Successful exploitation can crash the affected system, resulting in denial of service.

The vulnerability is tracked under [CWE-120] (Buffer Copy without Checking Size of Input). It requires local access and low privileges, with no user interaction needed. AMD published security bulletins SB-3047 and SB-4015 to document affected products and provide remediation guidance.

Critical Impact

Local attackers with low privileges can crash systems running affected AMD Secure Processor PCI drivers, causing service disruption on impacted hosts.

Affected Products

  • AMD Secure Processor (ASP) PCI driver — see AMD Security Bulletin SB-3047
  • AMD platforms enumerated in AMD Security Bulletin SB-4015
  • Refer to AMD bulletins for the complete list of affected processors and firmware versions

Discovery Timeline

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

Technical Details for CVE-2025-0045

Vulnerability Analysis

The vulnerability resides in the AMD Secure Processor (ASP) PCI driver, which mediates communication between the host operating system and the AMD Secure Processor. The driver fails to properly validate input boundaries before copying data into a fixed-size buffer. An attacker with local access and low privileges can supply crafted input that exceeds the expected size, triggering a buffer overflow.

The overflow results in memory corruption within the driver context. Because the ASP PCI driver typically runs with elevated privileges, the overflow leads to a system crash and denial of service. The vulnerability does not appear to provide a direct path to code execution based on the published advisory, but availability impact is high.

The Exploit Prediction Scoring System currently reflects a low probability of exploitation in the wild, and no public proof-of-concept has been released.

Root Cause

The root cause is improper input validation prior to a memory copy operation in the ASP PCI driver. The driver does not enforce length checks against the destination buffer size, allowing oversized input from user space to corrupt adjacent kernel memory. This pattern matches the classic [CWE-120] buffer copy weakness.

Attack Vector

Exploitation requires local access to an affected system with at least low-privileged credentials. An attacker invokes the ASP PCI driver interface — typically through IOCTL or device file operations — and submits malformed input that exceeds the validated bounds. The driver processes the input without sanitization, corrupting memory and crashing the kernel or driver thread.

No network access or user interaction is required. The attack complexity is low, but the local access requirement limits remote exposure.

No verified public exploit code is available. Refer to AMD's bulletins for technical advisory details.

Detection Methods for CVE-2025-0045

Indicators of Compromise

  • Unexpected kernel crashes, bug checks, or system reboots referencing the AMD Secure Processor driver in crash dumps
  • Kernel log entries referencing amdsp, ccp, or AMD ASP driver modules immediately preceding a fault
  • Repeated process executions from low-privileged users issuing IOCTLs against the ASP PCI device

Detection Strategies

  • Monitor kernel crash telemetry and Windows minidumps or Linux kdump output for faults attributed to the AMD ASP PCI driver
  • Audit local user activity against /dev/crypto style device interfaces or AMD ASP device handles for anomalous IOCTL volumes
  • Correlate driver crash events with preceding non-administrative process activity to identify exploitation attempts

Monitoring Recommendations

  • Forward kernel event logs and crash reports to a centralized logging platform for retrospective analysis
  • Track driver versions deployed across the fleet and alert on hosts running outdated AMD chipset packages
  • Enable host-based telemetry that records process-to-driver interactions, particularly low-privilege calls to platform security devices

How to Mitigate CVE-2025-0045

Immediate Actions Required

  • Review AMD Security Bulletin SB-3047 and AMD Security Bulletin SB-4015 to identify affected products in your environment
  • Inventory systems running AMD platforms and confirm AMD chipset driver versions
  • Apply vendor-supplied updates to the AMD Secure Processor PCI driver as soon as they are available for your platform

Patch Information

AMD has published security bulletins SB-3047 and SB-4015 documenting affected products and fixed driver versions. Administrators should consult both bulletins, identify the relevant platform entries, and deploy the updated AMD chipset driver package distributed through AMD or the system OEM. Validate driver version after installation to confirm remediation.

Workarounds

  • Restrict local interactive access to trusted users on affected systems until patches are applied
  • Enforce least-privilege policies that prevent untrusted code from executing on platforms running vulnerable ASP drivers
  • Monitor for and investigate kernel faults referencing the AMD ASP driver as a compensating control while patching is in progress

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechAmd Secure Processor

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/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-120
  • Technical References
  • AMD Security Bulletin SB-3047

  • AMD Security Bulletin SB-4015
  • Related CVEs
  • CVE-2025-29951: AMD Secure Processor Buffer Overflow Flaw

  • CVE-2025-66664: AMD Secure Processor Information Disclosure

  • CVE-2023-31316: AMD Secure Processor Privilege Escalation

  • CVE-2025-48521: AMD Secure Processor UAF Vulnerability
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