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

CVE-2026-23034: Linux Kernel Use-After-Free Vulnerability

CVE-2026-23034 is a use-after-free vulnerability in the Linux kernel's drm/amdgpu/userq component that causes a fence reference leak during queue teardown. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-23034 Overview

A memory leak vulnerability has been identified in the Linux kernel's AMD GPU driver (drm/amdgpu/userq). The vulnerability exists in the user mode queue teardown process where a fence reference is not properly released when the queue is destroyed. This results in the amdgpu_userq_fence slab cache retaining allocated objects after driver unload, triggering kernel warnings and potentially leading to memory exhaustion over time.

Critical Impact

Memory leak in AMD GPU driver can cause system instability and kernel warnings during driver unload, with potential for memory exhaustion in long-running systems.

Affected Products

  • Linux kernel with AMD GPU driver (drm/amdgpu module)
  • Systems utilizing AMD graphics hardware with user mode queue functionality
  • Kernel versions prior to the fix commit 8e051e38a8d45caf6a866d4ff842105b577953bb

Discovery Timeline

  • 2026-01-31 - CVE CVE-2026-23034 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2026-23034

Vulnerability Analysis

This vulnerability is a memory leak caused by improper resource management in the AMD GPU kernel driver. The user mode queue implementation maintains a pointer (userq->last_fence) to track the most recent fence object, which holds an extra dma_fence reference. During queue teardown, the fence driver and its xarray are properly freed, but the code fails to release the last_fence reference via dma_fence_put().

The consequence is that the last fence object remains allocated in the amdgpu_userq_fence slab cache even after the driver unloads. This manifests as visible kernel errors during module unload, specifically BUG amdgpu_userq_fence: Objects remaining on __kmem_cache_shutdown() and kmem_cache_destroy amdgpu_userq_fence: Slab cache still has objects.

Root Cause

The root cause is a missing dma_fence_put() call during the amdgpu_userq_fence_driver_free() function. When user mode queues are destroyed, the cleanup routine properly frees most resources but neglects to decrement the reference count on userq->last_fence. Since DMA fences use reference counting for memory management, failing to release this reference prevents the fence object from being deallocated, resulting in a memory leak.

Attack Vector

While this vulnerability does not have a direct remote attack vector, it represents a local denial of service risk. An attacker with local access could potentially trigger repeated driver load/unload cycles or create and destroy multiple user mode queues to accelerate memory exhaustion. The vulnerability primarily affects system stability and reliability rather than providing a pathway for privilege escalation or code execution.

The fix involves adding dma_fence_put(userq->last_fence) and clearing the pointer during the fence driver free routine, ensuring proper reference counting and clean slab cache shutdown.

Detection Methods for CVE-2026-23034

Indicators of Compromise

  • Kernel log messages containing BUG amdgpu_userq_fence: Objects remaining on __kmem_cache_shutdown()
  • Warning messages about kmem_cache_destroy amdgpu_userq_fence: Slab cache still has objects
  • Call traces in kernel logs referencing kmem_cache_destroy, amdgpu_userq_fence_slab_fini, and amdgpu_exit
  • Gradual memory consumption increase in systems with AMD GPU drivers

Detection Strategies

  • Monitor kernel logs (dmesg) for AMD GPU driver slab cache warnings during module unload
  • Track slab cache statistics via /proc/slabinfo for amdgpu_userq_fence entries that persist after driver unload
  • Implement automated log parsing for kernel BUG messages related to amdgpu memory management

Monitoring Recommendations

  • Configure system logging to alert on kernel slab cache destruction failures
  • Establish baseline memory usage patterns for systems running AMD GPU workloads
  • Monitor for unusual patterns of driver load/unload operations
  • Use kernel memory debugging tools such as kmemleak to identify persistent allocations

How to Mitigate CVE-2026-23034

Immediate Actions Required

  • Update the Linux kernel to a version containing the fix commit
  • Minimize driver load/unload cycles until patched
  • Monitor system memory usage on affected systems
  • Review kernel logs for evidence of exploitation or impact

Patch Information

The vulnerability has been resolved in the Linux kernel. The fix adds a dma_fence_put() call for userq->last_fence and clears the pointer during amdgpu_userq_fence_driver_free(). The patch was cherry-picked from commit 8e051e38a8d45caf6a866d4ff842105b577953bb.

Kernel maintainers have published the fix through the stable kernel trees:

  • Kernel Git Commit b2426a211dba
  • Kernel Git Commit e1a30e1ab33f

Workarounds

  • Avoid unloading the amdgpu kernel module on production systems until patched
  • Reboot systems periodically to reclaim leaked memory if patching is delayed
  • Disable user mode queue functionality if not required for your workload (requires kernel configuration changes)
  • Consider using kernel live patching solutions for critical production environments
bash
# Check current kernel version and amdgpu module status
uname -r
lsmod | grep amdgpu

# Monitor slab cache for potential memory leaks
cat /proc/slabinfo | grep amdgpu_userq_fence

# Check kernel logs for related warnings
dmesg | grep -i "amdgpu_userq_fence"

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Log

  • Kernel Git Commit Log
  • Related CVEs
  • CVE-2026-31414: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31426: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31427: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31419: Linux Kernel Use-After-Free 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