The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-48518

CVE-2025-48518: AMD Graphics Driver Buffer Overflow Flaw

CVE-2025-48518 is a buffer overflow vulnerability in AMD Graphics Driver caused by improper input validation. Attackers can exploit this flaw to write out of bounds, leading to integrity loss or denial of service.

Published: February 13, 2026

CVE-2025-48518 Overview

CVE-2025-48518 is an improper input validation vulnerability in the AMD Graphics Driver that could allow a local attacker to perform an out-of-bounds write operation. This vulnerability affects systems running AMD graphics hardware with vulnerable driver versions, potentially resulting in loss of data integrity or denial of service conditions.

Critical Impact

A local attacker with low privileges can exploit improper input validation in the AMD Graphics Driver to write data outside allocated memory boundaries, potentially corrupting system memory or causing system instability.

Affected Products

  • AMD Graphics Driver (specific versions not disclosed)
  • Systems with AMD graphics hardware running vulnerable driver versions

Discovery Timeline

  • 2026-02-11 - CVE CVE-2025-48518 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2025-48518

Vulnerability Analysis

This vulnerability stems from improper input validation within the AMD Graphics Driver, classified as CWE-787 (Out-of-bounds Write). The driver fails to properly validate user-supplied input before using it in memory write operations, allowing an attacker to write data beyond the boundaries of allocated buffers.

Out-of-bounds write vulnerabilities in graphics drivers are particularly concerning because these drivers operate at a privileged level within the operating system kernel. While successful exploitation requires local access to the system, the vulnerability could be chained with other attack techniques to escalate privileges or destabilize the target system.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-787) in the AMD Graphics Driver. When processing certain input data, the driver does not adequately verify that write operations remain within the bounds of allocated memory regions. This allows malicious input to cause writes to unintended memory locations, potentially corrupting adjacent data structures or causing system instability.

Attack Vector

The attack vector for CVE-2025-48518 requires local access to the target system. An attacker with low-level privileges can craft malicious input that triggers the out-of-bounds write condition when processed by the AMD Graphics Driver. The vulnerability does not require user interaction to exploit.

The exploitation mechanism involves sending specially crafted data to the graphics driver through system interfaces that do not properly validate input boundaries. When the driver processes this malicious input, it performs write operations outside the intended memory buffer, leading to memory corruption.

For detailed technical information about this vulnerability, refer to the AMD Security Bulletin #6024.

Detection Methods for CVE-2025-48518

Indicators of Compromise

  • Unexpected system crashes or blue screen of death (BSOD) events related to AMD graphics driver components
  • Anomalous memory access patterns in kernel-level monitoring tools
  • System instability or graphics rendering issues following suspicious local activity
  • Unexpected modifications to graphics driver memory regions

Detection Strategies

  • Monitor for unusual interactions with AMD graphics driver interfaces
  • Implement kernel-level integrity monitoring to detect out-of-bounds memory operations
  • Use endpoint detection and response (EDR) solutions to identify exploitation attempts targeting graphics drivers
  • Deploy application whitelisting to prevent unauthorized programs from interacting with driver interfaces

Monitoring Recommendations

  • Enable Windows Driver Verifier for AMD graphics driver components during testing
  • Monitor system event logs for driver-related crash events and memory violations
  • Implement behavioral analysis to detect unusual patterns in graphics driver interactions
  • Regularly audit installed driver versions against known vulnerable versions

How to Mitigate CVE-2025-48518

Immediate Actions Required

  • Review the AMD Security Bulletin #6024 for specific patch and remediation guidance
  • Update AMD Graphics Drivers to the latest patched version as specified in the security bulletin
  • Implement the principle of least privilege to limit local user access where possible
  • Monitor systems for unusual graphics driver activity while awaiting patch deployment

Patch Information

AMD has released security updates to address this vulnerability. Administrators should consult the AMD Security Bulletin #6024 for specific patch downloads and installation instructions. Ensure all systems with AMD graphics hardware are updated to the latest driver version that addresses CVE-2025-48518.

Workarounds

  • Restrict local access to systems with AMD graphics hardware to trusted users only
  • Implement application control policies to limit programs that can interact with graphics driver interfaces
  • Monitor and log all local user activity on affected systems
  • Consider disabling non-essential graphics features if operationally feasible until patches can be applied
bash
# Check current AMD driver version on Windows (PowerShell)
Get-WmiObject Win32_PnPSignedDriver | Where-Object {$_.DeviceName -like "*AMD*" -or $_.DeviceName -like "*Radeon*"} | Select-Object DeviceName, DriverVersion

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 Graphics Driver

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • 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-787
  • Technical References
  • AMD Security Bulletin #6024
  • Related CVEs
  • CVE-2024-36324: AMD Graphics Driver RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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