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
    • 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-46722

CVE-2024-46722: Linux Kernel Buffer Overflow Vulnerability

CVE-2024-46722 is a buffer overflow flaw in the Linux Kernel's AMDGPU driver that causes out-of-bounds memory reads. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-46722 Overview

CVE-2024-46722 is a memory safety vulnerability in the Linux kernel's AMDGPU Direct Rendering Manager (DRM) driver. The vulnerability exists in the mc_data array handling code, where an out-of-bounds read condition can occur when accessing mc_data[i-1]. This flaw was identified through static analysis warnings and has been resolved through proper bounds checking in multiple kernel versions.

Critical Impact

Local attackers with low-privilege access can exploit this out-of-bounds read vulnerability to disclose sensitive kernel memory contents or cause a denial of service condition, potentially leading to system instability on systems with AMD graphics hardware.

Affected Products

  • Linux Kernel (multiple versions with AMDGPU driver support)
  • Debian Linux (addressed in LTS security updates)
  • Systems with AMD GPU hardware using the amdgpu DRM driver

Discovery Timeline

  • September 18, 2024 - CVE-2024-46722 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2024-46722

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read) and affects the AMDGPU DRM driver within the Linux kernel. The flaw exists in the memory controller data handling logic where array index calculations can result in accessing memory locations outside the intended buffer boundaries.

The vulnerability requires local access to exploit, meaning an attacker must have some level of access to the target system. With low privilege requirements, an authenticated local user could potentially trigger this condition through interactions with the graphics subsystem. The impact primarily affects confidentiality and availability—sensitive kernel memory could be disclosed, and system stability could be compromised through denial of service conditions.

Root Cause

The root cause of this vulnerability stems from improper array bounds validation in the AMDGPU driver's memory controller data handling code. When iterating through the mc_data array, the code performs an access to mc_data[i-1] without adequately verifying that i-1 results in a valid index. When i equals 0 at the start of iteration, this calculation produces an index of -1, which causes the read operation to access memory before the start of the allocated buffer.

Attack Vector

The attack vector is local, requiring an authenticated user with low privileges to interact with the vulnerable AMDGPU driver code path. An attacker could potentially trigger this vulnerability by:

  1. Sending specially crafted input through the graphics driver interface
  2. Exploiting the memory controller initialization or configuration routines
  3. Forcing the driver into a state where the vulnerable array access is executed with a boundary-violating index

The vulnerability mechanism involves improper array index calculation in the mc_data handling routine. When the loop counter i is at its initial value, accessing mc_data[i-1] results in an underflow condition that reads memory from an unintended location before the array boundary. The kernel patch addresses this by adding proper bounds validation before the array access operation. For complete technical details, see the kernel git commits referenced in the advisory.

Detection Methods for CVE-2024-46722

Indicators of Compromise

  • Kernel log messages indicating out-of-bounds access warnings in AMDGPU driver components
  • Unexpected system crashes or kernel panics related to the DRM subsystem on AMD GPU systems
  • Memory corruption symptoms when loading or using the amdgpu kernel module

Detection Strategies

  • Monitor kernel logs (dmesg) for AMDGPU driver warnings or errors related to memory access violations
  • Implement kernel address sanitizer (KASAN) in development and testing environments to detect out-of-bounds accesses
  • Use SentinelOne Singularity Platform's kernel-level monitoring to detect anomalous driver behavior patterns
  • Review system crash dumps for evidence of exploitation attempts targeting graphics subsystem components

Monitoring Recommendations

  • Enable kernel debugging features to capture detailed information about DRM driver operations
  • Configure centralized logging for kernel messages across systems with AMD GPU hardware
  • Establish baseline metrics for AMDGPU driver stability and monitor for deviations
  • Deploy endpoint detection solutions capable of monitoring kernel module behavior and memory access patterns

How to Mitigate CVE-2024-46722

Immediate Actions Required

  • Identify all systems running affected Linux kernel versions with AMD GPU hardware
  • Prioritize patching for systems where local user access is permitted
  • Review kernel version and compare against fixed versions to determine vulnerability status
  • Apply available kernel updates from distribution repositories

Patch Information

The Linux kernel development team has released patches across multiple stable kernel branches to address this vulnerability. The fixes add proper bounds checking to prevent the out-of-bounds read condition in the mc_data array access. Patches are available through the official kernel git repository:

  • Kernel Git Commit 2097edede72e
  • Kernel Git Commit 310b9d8363b8
  • Kernel Git Commit 345bd3ad387f
  • Kernel Git Commit 51dfc0a4d609
  • Kernel Git Commit 578ae965e8b9
  • Kernel Git Commit 5fa4df25ecfc
  • Kernel Git Commit b862a0bc5356
  • Kernel Git Commit d0a43bf367ed

Debian users should refer to the Debian LTS Security Announcements for distribution-specific updates.

Workarounds

  • Limit local user access to systems with AMD GPU hardware where immediate patching is not feasible
  • Consider disabling the amdgpu kernel module on systems where AMD GPU functionality is not required
  • Implement strict access controls to limit which users can interact with the graphics subsystem
  • Monitor affected systems closely for signs of exploitation until patches can be applied
bash
# Check current kernel version and amdgpu module status
uname -r
lsmod | grep amdgpu

# Temporarily blacklist amdgpu module if not needed (workaround only)
echo "blacklist amdgpu" | sudo tee /etc/modprobe.d/blacklist-amdgpu.conf
sudo update-initramfs -u

# Update kernel packages (Debian/Ubuntu example)
sudo apt update && sudo apt upgrade linux-image-$(uname -r)

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Debian LTS Announcement 2024-10

  • Debian LTS Announcement 2025-01
  • Vendor Resources
  • Kernel Git Commit Update 1

  • Kernel Git Commit Update 2

  • Kernel Git Commit Update 3

  • Kernel Git Commit Update 4

  • Kernel Git Commit Update 5

  • Kernel Git Commit Update 6

  • Kernel Git Commit Update 7

  • Kernel Git Commit Update 8
  • Related CVEs
  • CVE-2026-23448: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-23447: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31395: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31402: Linux Kernel Buffer Overflow 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