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-56775

CVE-2024-56775: Linux Kernel Privilege Escalation Flaw

CVE-2024-56775 is a privilege escalation vulnerability in the Linux Kernel affecting the AMD display driver's plane refcount handling. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2024-56775 Overview

CVE-2024-56775 is a Linux kernel vulnerability in the AMD Display driver (drm/amd/display). The flaw resides in the backup and restore mechanism for plane states, which fails to maintain proper reference counts. When the plane refcount changes between backup and restore operations, the kernel can experience memory leaks [CWE-401] or double-free conditions [CWE-415] leading to invalid memory access. A local authenticated attacker can exploit the condition to corrupt kernel memory or trigger denial of service. The issue affects Linux kernel builds shipping the AMD GPU display driver and has been resolved upstream by caching and re-applying the current refcount during plane state restoration.

Critical Impact

Local privilege escalation and kernel memory corruption are possible through double-free or use-after-free conditions in the AMD display driver's plane state handling.

Affected Products

  • Linux Kernel (mainline, prior to fix commit 27227a234c14)
  • Linux Kernel stable branches receiving backport 8cb2f6793845
  • Distributions shipping AMD GPU (amdgpu) display driver builds

Discovery Timeline

  • 2025-01-08 - CVE CVE-2024-56775 published to NVD
  • 2025-10-01 - Last updated in NVD database

Technical Details for CVE-2024-56775

Vulnerability Analysis

The vulnerability exists in the AMD Display Core (DC) component of the Linux kernel's Direct Rendering Manager (DRM) subsystem. The driver maintains a mechanism to backup plane states and restore them later during display configuration changes. This backup/restore routine copies plane state structures without preserving their kref reference counts.

When the kernel restores a backed-up plane state, the stored refcount overwrites whatever value existed at restore time. If the refcount increased between backup and restore, the lower stored value causes premature object release, leading to a double free [CWE-415] or use-after-free condition. If the refcount decreased, the stored higher value prevents object cleanup, producing a memory leak [CWE-401].

The issue is locally exploitable by an attacker with low privileges who can trigger display state operations. Successful exploitation impacts confidentiality, integrity, and availability of the system.

Root Cause

The backup and restore logic for dc_plane_state objects did not preserve the embedded reference counter. State copies treated plane structures as plain data, ignoring lifetime management. The fix caches the current refcount before restore and re-applies it after the structure copy completes.

Attack Vector

An unprivileged local user invokes DRM ioctls or KMS (Kernel Mode Setting) operations that trigger plane state backup/restore sequences on systems using the amdgpu driver. By racing or sequencing operations that alter the plane refcount during the window between backup and restore, the attacker forces an inconsistent refcount state. The resulting double free or use-after-free can be shaped into kernel memory corruption suitable for privilege escalation.

No public proof-of-concept exploit is available. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Refer to the upstream patches for technical detail: Kernel commit 27227a234c14 and stable backport 8cb2f6793845.

Detection Methods for CVE-2024-56775

Indicators of Compromise

  • Kernel KASAN or SLUB warnings referencing dc_plane_state, amdgpu_dm, or related DRM symbols in dmesg and /var/log/kern.log.
  • Unexpected GPU driver crashes, display freezes, or oops messages mentioning drm/amd/display after userspace KMS activity.
  • Gradual kernel memory growth attributable to amdgpu slab caches without matching workload changes.

Detection Strategies

  • Audit installed kernel package versions against vendor advisories to identify hosts lacking the fix commits 27227a234c14 or 8cb2f6793845.
  • Enable kernel debugging features such as KASAN, KFENCE, and SLUB_DEBUG on test systems to surface refcount-related corruption during display workloads.
  • Correlate process activity invoking DRM ioctls with subsequent kernel error messages to identify abnormal exploitation attempts.

Monitoring Recommendations

  • Forward kernel logs to a centralized SIEM and alert on AMD display driver oops, BUG, or KASAN entries.
  • Track running kernel versions across the fleet and flag systems still on vulnerable builds.
  • Monitor for repeated GPU resets or display subsystem restarts from non-administrative user sessions.

How to Mitigate CVE-2024-56775

Immediate Actions Required

  • Apply the latest stable kernel updates from your Linux distribution that include commits 27227a234c14 and 8cb2f6793845.
  • Inventory all systems running AMD GPUs with the amdgpu driver and prioritize patching multi-user hosts.
  • Restrict local shell access to trusted users on systems that cannot be patched immediately.

Patch Information

The upstream fix caches the current kref value of the plane state before restore and re-applies it after the copy. Patches are available at kernel.org commit 27227a234c14 and the stable backport at kernel.org commit 8cb2f6793845. Update to a distribution-supplied kernel that incorporates these commits and reboot to load the fixed driver.

Workarounds

  • Where patching is delayed, limit interactive logins and disable graphical sessions on shared hosts that do not require them.
  • Blacklist or unload the amdgpu module on servers that do not need AMD display functionality using modprobe -r amdgpu and a persistent blacklist entry.
  • Apply SELinux or AppArmor profiles that restrict unprivileged access to /dev/dri/* device nodes.
bash
# Verify running kernel version and check for AMD display driver use
uname -r
lsmod | grep amdgpu

# Disable amdgpu on systems that do not require it (requires reboot)
echo "blacklist amdgpu" | sudo tee /etc/modprobe.d/blacklist-amdgpu.conf
sudo update-initramfs -u

# Restrict DRM device access to the video group only
sudo chmod 0660 /dev/dri/card*
sudo chown root:video /dev/dri/card*

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

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

  • CWE-415
  • Vendor Resources
  • Kernel Git Commit Message

  • Kernel Git Commit Message
  • Related CVEs
  • CVE-2026-46228: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-46226: Linux Kernel SPI Privilege Escalation

  • CVE-2026-46225: Linux Kernel RSPI Privilege Escalation

  • CVE-2026-46205: Linux Kernel 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