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-2024-36316

CVE-2024-36316: AMD Graphics Driver DoS Vulnerability

CVE-2024-36316 is an integer overflow flaw in AMD Graphics Driver that enables attackers to bypass size checks and cause denial of service. This article covers the technical details, affected systems, and mitigation.

Updated: May 14, 2026

CVE-2024-36316 Overview

CVE-2024-36316 is an integer overflow vulnerability [CWE-190] in the AMD Graphics driver. An attacker with local, low-privileged access can bypass size validation checks within the driver. Successful exploitation results in a denial of service condition on the affected system.

The issue affects systems running vulnerable versions of the AMD Graphics driver. The vulnerability does not require user interaction and does not impact confidentiality or integrity, but availability impact is high.

Critical Impact

A local, authenticated attacker can trigger an integer overflow that bypasses size checks in the AMD Graphics driver, causing the affected system to enter a denial of service state.

Affected Products

  • AMD Graphics driver (refer to AMD Security Bulletin #6024 for affected versions)
  • Systems running impacted AMD GPU driver components
  • Workstations and endpoints with vulnerable AMD graphics software stacks

Discovery Timeline

  • 2026-02-11 - CVE-2024-36316 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-36316

Vulnerability Analysis

The vulnerability is an integer overflow within the AMD Graphics driver. Integer overflow conditions occur when an arithmetic operation produces a value that exceeds the maximum representable value for the integer type. The wrapped result then becomes a smaller number than intended.

In this case, the overflowed value is used in subsequent size validation logic. The driver's size check operates on the corrupted value rather than the intended one. This allows an attacker to bypass safeguards designed to prevent invalid memory operations.

The resulting condition causes the driver to enter an inconsistent state, terminating availability of the graphics subsystem and the host operating system. The classification under [CWE-190] aligns with arithmetic boundary errors leading to security-relevant logic bypass.

Root Cause

The root cause is improper validation of arithmetic operations involving user-controllable size parameters. The driver computes a size value without checking for overflow before passing it to a length validation routine. Because the overflowed value falls within an accepted range, the check passes and downstream code operates on incorrect assumptions.

Attack Vector

Exploitation requires local access with low privileges. The attacker submits crafted input through driver interfaces, such as IOCTL calls or graphics API entry points, that trigger the vulnerable arithmetic path. No user interaction is required.

The attack does not enable code execution or data disclosure based on the available scoring data. The realized impact is loss of availability, which can manifest as a system crash, driver fault, or unresponsive graphics stack. No public proof-of-concept exploit is currently available.

For authoritative technical details, consult the AMD Security Bulletin #6024.

Detection Methods for CVE-2024-36316

Indicators of Compromise

  • Unexpected AMD graphics driver crashes or repeated TDR (Timeout Detection and Recovery) events on Windows hosts
  • System bug checks referencing AMD display or kernel-mode driver modules
  • Unprivileged processes issuing unusual sequences of graphics-related IOCTLs prior to system instability

Detection Strategies

  • Monitor Windows Event Log entries with source Display and Event ID 4101 indicating recovered or failed AMD driver responses
  • Correlate kernel crash dumps that name AMD graphics driver modules with preceding low-privileged process activity
  • Inspect endpoint telemetry for processes making repeated, malformed calls to graphics device handles

Monitoring Recommendations

  • Track AMD driver version inventory across managed endpoints to identify hosts running unpatched releases
  • Alert on repeated system reboots or graphics subsystem resets correlated with the same user session
  • Aggregate kernel-mode crash telemetry centrally to identify clusters of driver-related denial of service events

How to Mitigate CVE-2024-36316

Immediate Actions Required

  • Identify endpoints running AMD Graphics drivers and review version data against the vendor advisory
  • Apply the AMD-supplied driver update referenced in AMD Security Bulletin #6024 once available for your platform
  • Restrict local interactive and remote session access to trusted users on systems pending patch deployment

Patch Information

AMD has published guidance in AMD Security Bulletin #6024. Administrators should obtain the corrected driver package from the OEM or AMD download portal that corresponds to the affected GPU and operating system. Validate driver version after installation to confirm remediation.

Workarounds

  • Limit local logon rights on shared workstations to reduce the population of users able to invoke the vulnerable code path
  • Apply application allowlisting to prevent execution of untrusted binaries that could trigger the vulnerable driver interface
  • Where graphics acceleration is not required, disable or restrict access to discrete GPU functions on impacted hosts
bash
# Example: Query installed AMD display driver version on Windows
wmic path win32_VideoController get Name,DriverVersion,DriverDate

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAmd

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • AMD Security Bulletin #6024
  • Related CVEs
  • CVE-2026-0481: AMD ROCm Device Metrics Exporter DoS Flaw

  • CVE-2024-36345: AMD OverDrive SMM Information Disclosure

  • CVE-2025-52540: AMD PMF Driver Privilege Escalation Flaw

  • CVE-2025-54517: AMD 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