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-2026-31766

CVE-2026-31766: Linux Kernel Privilege Escalation Flaw

CVE-2026-31766 is a privilege escalation vulnerability in the Linux kernel's AMD GPU driver that allows improper doorbell offset validation, potentially corrupting kernel memory. This article covers technical details, impact, and fixes.

Published: May 7, 2026

CVE-2026-31766 Overview

CVE-2026-31766 is a Linux kernel vulnerability in the AMD GPU (amdgpu) Direct Rendering Manager (DRM) driver. The flaw resides in amdgpu_userq_get_doorbell_index(), which passes a user-supplied doorbell_offset to amdgpu_doorbell_index_on_bar() without bounds checking during user queue creation. An arbitrarily large doorbell_offset can produce a doorbell index outside the allocated doorbell buffer object (BO), corrupting kernel doorbell space.

Critical Impact

A local user with access to the AMD GPU device can corrupt kernel doorbell memory, leading to integrity loss and denial of service on affected Linux systems.

Affected Products

  • Linux kernel versions containing the unpatched amdgpu user queue creation code path
  • Distributions shipping the affected drm/amdgpu driver prior to backport of commit de1ef4ffd70e
  • Systems exposing AMD GPU user queue interfaces to unprivileged or low-privileged local users

Discovery Timeline

  • 2026-05-01 - CVE-2026-31766 published to NVD
  • 2026-05-03 - Last updated in NVD database

Technical Details for CVE-2026-31766

Vulnerability Analysis

The vulnerability is a missing bounds check in the AMD GPU kernel driver user queue (userq) doorbell handling logic. When user space creates a queue, it supplies a doorbell_offset value used to compute the queue's doorbell index on the GPU's PCI Base Address Register (BAR). The driver function amdgpu_userq_get_doorbell_index() forwarded the attacker-controlled offset to amdgpu_doorbell_index_on_bar() without verifying it stayed within the bounds of the allocated doorbell BO.

The upstream fix validates that doorbell_offset falls inside the doorbell BO before computing the BAR index and uses 64-bit (u64) arithmetic to prevent integer overflow during the calculation. This classifies as an out-of-bounds write tied to improper input validation in a kernel driver.

Root Cause

The root cause is the absence of input validation on a user-controlled offset before it is used in pointer arithmetic. The original code accepted doorbell_offset and applied it directly, trusting user space. Combined with arithmetic that could overflow at 32-bit width, the calculated index could land outside the doorbell BO and reference kernel-managed doorbell space used by other queues or driver state.

Attack Vector

Exploitation requires local access and the ability to invoke the amdgpu user queue creation ioctl path. A low-privileged local user submits a crafted user queue creation request specifying an oversized doorbell_offset. The driver computes a doorbell index outside the allocated BO and writes into adjacent kernel doorbell memory. This can corrupt queue submission state for other contexts, destabilize the GPU subsystem, or be chained with other primitives to influence kernel behavior. No user interaction beyond the attacker's own process is required, and remote exploitation is not possible.

No public proof-of-concept exploit is currently available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. Technical detail is available in the upstream kernel commits (3543005, 86b732f, and a018d18).

Detection Methods for CVE-2026-31766

Indicators of Compromise

  • Kernel log entries from the amdgpu driver referencing doorbell index errors, GPU resets, or queue submission failures shortly after a process opens /dev/dri/renderD* or /dev/dri/card* devices
  • Unexpected GPU hangs, display corruption, or compute job failures correlated with non-graphical local processes performing queue creation ioctls
  • System instability or kernel oops traces involving amdgpu_userq_get_doorbell_index or amdgpu_doorbell_index_on_bar

Detection Strategies

  • Audit kernel versions across the Linux fleet against the patched commits (3543005a42d7, 86b732fbc37c, a018d1819f15) to identify hosts still running vulnerable drm/amdgpu code
  • Monitor processes invoking DRM_IOCTL_AMDGPU_* user queue creation calls and correlate with low-privileged accounts that have no legitimate GPU workload
  • Use eBPF or auditd rules to record ioctl calls against AMD GPU device nodes, focusing on anomalous doorbell_offset parameter values

Monitoring Recommendations

  • Forward kernel ring buffer (dmesg) and journalctl -k output to a centralized log platform and alert on amdgpu driver faults
  • Track GPU device file access by user identity to detect unprivileged users interacting with amdgpu user queue interfaces
  • Establish baselines for GPU reset frequency per host and alert on deviations following local user activity

How to Mitigate CVE-2026-31766

Immediate Actions Required

  • Apply the upstream Linux kernel patches referenced in commits 3543005a42d7, 86b732fbc37c, and a018d1819f15 or upgrade to a distribution kernel that has incorporated them
  • Restrict access to AMD GPU device nodes (/dev/dri/render*, /dev/dri/card*) to trusted users and groups using filesystem permissions or device cgroups
  • Inventory hosts using AMD GPUs with the amdgpu driver and prioritize multi-tenant systems, shared workstations, and container hosts for patching

Patch Information

The fix adds bounds validation for doorbell_offset against the doorbell BO and switches the index computation to u64 arithmetic to prevent overflow. It is backported from upstream commit de1ef4ffd70e1d15f0bf584fd22b1f28cbd5e2ec. Patched kernel trees are available via the Kernel Git Commit 3543005, Kernel Git Commit 86b732f, and Kernel Git Commit a018d18 references.

Workarounds

  • Where patching is not immediately possible, restrict membership of the video and render groups and remove unnecessary local accounts from systems with AMD GPUs
  • On servers without a graphical workload, blacklist the amdgpu module if no AMD GPU functionality is required
  • For container and multi-tenant environments, deny access to /dev/dri/* from untrusted workloads using device cgroup rules or seccomp profiles
bash
# Example: deny GPU device access in a systemd service unit
[Service]
DeviceAllow=
PrivateDevices=yes

# Example: blacklist amdgpu where not needed
echo 'blacklist amdgpu' | sudo tee /etc/modprobe.d/blacklist-amdgpu.conf
sudo update-initramfs -u

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

  • EPSS Probability0.01%

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

  • Kernel Git Commit 86b732f

  • Kernel Git Commit a018d18
  • 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