Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-26913

CVE-2024-26913: Linux Kernel Buffer Overflow Vulnerability

CVE-2024-26913 is a buffer overflow flaw in the Linux Kernel's AMD display driver that causes 8k30 underflow and corruption. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-26913 Overview

CVE-2024-26913 is an Integer Underflow vulnerability in the Linux kernel's AMD Display driver, specifically affecting the DCN35 (Display Core Next 3.5) component. The vulnerability occurs due to a missing ODM (Output Data Mapping) calculation in the pipe split policy determination logic, which can cause display underflow and corruption issues when rendering at high resolutions such as 8K at 30Hz.

Critical Impact

This vulnerability allows local attackers with low privileges to potentially achieve high impact on confidentiality, integrity, and availability of the affected system through the display subsystem.

Affected Products

  • Linux kernel with AMD Display DCN35 driver
  • Systems with AMD graphics hardware utilizing DCN35 architecture
  • Linux Linux Kernel

Discovery Timeline

  • 2024-04-17 - CVE CVE-2024-26913 published to NVD
  • 2025-03-07 - Last updated in NVD database

Technical Details for CVE-2024-26913

Vulnerability Analysis

The vulnerability exists within the AMD Display driver's DCN35 implementation in the Linux kernel. The root cause is a missing ODM (Output Data Mapping) calculation that is essential for proper pipe split policy determination. When this calculation is omitted, the display subsystem cannot correctly manage data flow for high-bandwidth display configurations, resulting in buffer underflow conditions.

The issue manifests primarily during high-resolution display operations, particularly when driving 8K displays at 30Hz refresh rates. The pipe splitting mechanism, which is designed to distribute display workload across multiple display pipes for bandwidth-intensive operations, fails to account for ODM requirements, leading to data corruption and visual artifacts.

Root Cause

The vulnerability stems from CWE-191 (Integer Underflow), where the absence of the ODM calculation in the pipe split policy code path causes incorrect buffer management. The display controller expects properly calculated values for distributing pixel data across display pipes, but without the ODM calculation, these values can underflow, leading to memory access violations and display corruption.

Attack Vector

This is a local attack vector requiring an authenticated user with low privileges to exploit. An attacker with local access to a system with vulnerable AMD DCN35 display hardware could potentially trigger the vulnerability by:

  1. Configuring display output to high-resolution modes (8K30)
  2. Triggering display pipe split operations through specific display configurations
  3. Exploiting the resulting underflow condition to impact system stability or potentially corrupt memory

The vulnerability does not require user interaction and operates within an unchanged security scope, meaning the impact is contained to the vulnerable component's security authority.

The fix adds the missing ODM calculation to ensure proper pipe split policy determination. The patch introduces the necessary computational logic to correctly handle high-resolution display configurations without causing underflow conditions.

Detection Methods for CVE-2024-26913

Indicators of Compromise

  • Display corruption or visual artifacts when using high-resolution output (8K30)
  • System logs showing display underflow errors from the amdgpu or drm kernel modules
  • Unexpected kernel warnings or errors related to DCN35 pipe split operations
  • System instability when driving high-bandwidth display configurations

Detection Strategies

  • Monitor kernel logs for drm/amd/display related error messages indicating underflow conditions
  • Check for kernel oops or warnings in dmesg output related to the AMD display driver
  • Audit installed kernel versions against fixed versions to identify vulnerable systems
  • Use SentinelOne Singularity platform to detect anomalous kernel behavior patterns

Monitoring Recommendations

  • Enable verbose logging for the AMD display driver module to capture underflow events
  • Implement system monitoring for kernel panic events or display subsystem crashes
  • Configure alerting for unusual display driver behavior in enterprise environments
  • Deploy SentinelOne agents to continuously monitor kernel-level activities and detect exploitation attempts

How to Mitigate CVE-2024-26913

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the ODM calculation fix
  • If updating is not immediately possible, avoid using 8K30 display configurations on affected systems
  • Review and apply the kernel patches from the official git commits
  • Monitor systems for signs of exploitation or display-related instability

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability. The fixes are available through the following kernel git commits:

  • Kernel Git Commit cdbe0be8874c
  • Kernel Git Commit faf51b201bc4

Organizations should update to kernel versions containing these patches through their Linux distribution's package management system.

Workarounds

  • Limit display resolution to below 8K to avoid triggering the vulnerable code path
  • Disable pipe splitting functionality if possible through kernel module parameters
  • Use alternative display drivers or configurations that do not utilize DCN35 features
  • Consider using a different graphics configuration until patches can be applied
bash
# Check current kernel version for vulnerability assessment
uname -r

# View AMD display driver messages for underflow errors
dmesg | grep -i "amd\|drm\|display\|underflow"

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

# Update kernel packages (RHEL/CentOS example)
sudo dnf update kernel

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.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-191
  • Vendor Resources
  • Kernel Git Commit

  • Kernel Git Commit
  • Related CVEs
  • CVE-2026-31449: Linux Kernel Buffer Overflow Vulnerability

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

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

  • CVE-2026-31450: 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