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

CVE-2026-23213: Linux Kernel AMD PM DOS Vulnerability

CVE-2026-23213 is a denial of service vulnerability in the Linux kernel AMD power management driver that causes system hangs during SMU Mode 1 reset. This article covers the technical details, affected versions, and mitigations.

Published: February 20, 2026

CVE-2026-23213 Overview

A race condition vulnerability has been identified in the Linux kernel's AMD GPU driver (drm/amd/pm) that can lead to system instability during SMU (System Management Unit) Mode 1 reset operations. During the reset cycle, the ASIC becomes temporarily inaccessible via PCIe, but other driver components may still attempt to access MMIO (Memory-Mapped I/O) registers, resulting in incomplete PCIe transactions that can cause NMI (Non-Maskable Interrupt) panics or complete system hangs.

Critical Impact

Systems with AMD GPUs may experience kernel panics or complete system hangs when the GPU driver triggers a Mode 1 reset while other driver threads or interrupt handlers attempt concurrent MMIO register access.

Affected Products

  • Linux kernel with AMD GPU driver (drm/amd/pm module)
  • Systems with AMD graphics hardware utilizing SMU Mode 1 reset functionality
  • Linux distributions shipping affected kernel versions

Discovery Timeline

  • 2026-02-18 - CVE CVE-2026-23213 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-23213

Vulnerability Analysis

This vulnerability stems from a race condition in the AMD GPU power management subsystem within the Linux kernel. When the driver initiates a Mode 1 reset of the System Management Unit, the ASIC (Application-Specific Integrated Circuit) undergoes a reset cycle during which it becomes temporarily unavailable on the PCIe bus.

The core issue is that during this reset window, other driver components—including interrupt handlers and concurrent driver threads—may still attempt to access MMIO registers. Since the hardware is offline, these PCIe transactions cannot complete successfully. The result is uncompleted PCIe transactions that the system's NMI watchdog or PCIe error handling mechanisms interpret as fatal errors, leading to kernel panics or complete system hangs.

The fix introduces a no_hw_access flag that is set immediately after triggering the reset, signaling to other driver components that they should skip any register access attempts. A memory barrier (smp_mb()) ensures this flag update is visible across all CPU cores before the driver enters its sleep/wait state for the reset to complete.

Root Cause

The root cause is a missing synchronization mechanism between the SMU Mode 1 reset path and other driver components that perform hardware register access. Without proper coordination, there is a timing window where:

  1. The reset is initiated and the ASIC goes offline
  2. Other threads or interrupt handlers attempt MMIO access
  3. PCIe transactions fail because the target device is unreachable
  4. The system responds to these failures with NMI panics or hangs

The absence of a globally visible flag and appropriate memory barriers allowed this race condition to manifest, particularly on multi-core systems where different CPU cores might be executing driver code simultaneously.

Attack Vector

This vulnerability is triggered during normal GPU driver operations rather than through external attack vectors. The race condition occurs internally within the driver when Mode 1 reset is invoked. While not directly exploitable for remote code execution, it can cause denial of service through system instability.

The vulnerability manifests when concurrent access patterns occur during the reset window. The fix addresses this by implementing proper synchronization through the no_hw_access flag combined with memory barrier instructions to ensure visibility across all processor cores. For detailed implementation, see the kernel git commits referenced in the patch.

Detection Methods for CVE-2026-23213

Indicators of Compromise

  • Kernel panic messages referencing NMI watchdog timeouts during GPU operations
  • System logs showing PCIe transaction errors related to AMD GPU device
  • Crash dumps indicating faults in drm/amd/pm or SMU-related kernel functions
  • Unexpected system hangs occurring during GPU workload transitions or power management events

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for NMI panic messages or PCIe errors associated with AMD GPU devices
  • Implement crash dump collection to capture kernel oops/panic events for post-mortem analysis
  • Review system stability logs for patterns of hangs correlating with GPU activity or power state changes
  • Use SentinelOne Singularity platform to detect anomalous kernel behavior and crash patterns

Monitoring Recommendations

  • Enable kernel crash dump collection (kdump) to capture diagnostic information during system failures
  • Configure kernel logging to capture PCIe error events and driver debug messages
  • Implement system health monitoring to detect unexpected reboots or hangs in production environments
  • Deploy SentinelOne agents for real-time kernel integrity monitoring and threat detection

How to Mitigate CVE-2026-23213

Immediate Actions Required

  • Update to a patched Linux kernel version containing the fix (commit 7edb503fe4b6d67f47d8bb0dfafb8e699bb0f8a4)
  • Apply vendor-provided kernel updates from your Linux distribution
  • If updates cannot be applied immediately, consider reducing GPU workloads that may trigger Mode 1 resets
  • Review system stability and ensure crash dump mechanisms are in place to capture any occurrences

Patch Information

The vulnerability has been addressed through kernel patches that introduce the no_hw_access flag and appropriate memory barriers. The fix is available through multiple stable kernel branches:

  • Kernel Git Commit 0de604d0357d
  • Kernel Git Commit c1853ebbec98
  • Kernel Git Commit cd7ff7fd3e4b

Organizations should apply kernel updates from their Linux distribution vendor that incorporate these fixes.

Workarounds

  • Apply vendor-provided kernel patches as the primary mitigation
  • If patching is not immediately possible, avoid operations that may trigger GPU Mode 1 resets
  • Implement system monitoring to detect and respond to crash events quickly
  • Consider temporarily using alternative graphics drivers if available and compatible with your workload
bash
# Check current kernel version and update to patched version
uname -r

# For Debian/Ubuntu systems
sudo apt update && sudo apt upgrade linux-image-generic

# For RHEL/CentOS/Fedora systems
sudo dnf update kernel

# Reboot to apply the updated kernel
sudo reboot

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit 2

  • Kernel Git Commit 3
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 DoS 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