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

CVE-2026-43301: Linux Kernel Privilege Escalation Flaw

CVE-2026-43301 is a privilege escalation vulnerability in the Linux Kernel's chips-media wave5 driver that causes PM runtime usage count underflow. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43301 Overview

CVE-2026-43301 is an integer underflow vulnerability [CWE-191] in the Linux kernel's chips-media: wave5 video codec driver. The flaw resides in the driver's power management (PM) runtime handling. During module removal, the driver calls pm_runtime_put_sync() unconditionally, which decrements the usage counter even when autosuspend has already suspended the device. This drops the reference count from 0 to -1, triggering a runtime PM usage count underflow.

The issue produces a kernel warning at kernel/kthread.c:1430 in kthread_destroy_worker() during module unload. Exploitation requires local access with low privileges and affects availability of the kernel subsystem.

Critical Impact

Local low-privileged users can trigger a kernel runtime PM reference count underflow during module unload, causing kernel warnings and potential denial of service on systems using the wave5 video codec driver.

Affected Products

  • Linux Kernel versions containing the chips-media: wave5 driver prior to the fix commits
  • Systems using the Chips&Media WAVE5 series video codec (vdec driver, e.g., on 30210000.video-codec hardware)
  • Linux distributions shipping the unpatched media subsystem

Discovery Timeline

  • 2026-05-08 - CVE-2026-43301 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43301

Vulnerability Analysis

The vulnerability is an integer underflow [CWE-191] in the Linux kernel wave5 media driver's removal path. The driver registers autosuspend behavior via pm_runtime_use_autosuspend() during probe. When the device idles, autosuspend transitions it to a suspended state and sets the runtime PM usage counter to 0.

During module removal, the driver invokes pm_runtime_put_sync() unconditionally. This call decrements the already-zero usage counter to -1, an invalid state for the runtime PM subsystem. The kernel detects the underflow and emits Runtime PM usage count underflow! along with a WARNING at kthread_destroy_worker+0x84/0x98.

The fix replaces pm_runtime_put_sync() with pm_runtime_dont_use_autosuspend() to correctly pair with the probe-time pm_runtime_use_autosuspend(). This allows pm_runtime_disable() to clean up reference counts regardless of the current suspend state.

Root Cause

The root cause is asymmetric pairing of PM runtime API calls between probe and remove paths. The probe path enables autosuspend, but the remove path uses pm_runtime_put_sync() instead of disabling autosuspend. When the device is already suspended at module unload, the put operation underflows the unsigned usage counter.

Attack Vector

An attacker with local low-privileged access on a system using the affected vdec video codec driver can trigger the condition by loading and unloading the kernel module while the device is in an autosuspended state. The result is a kernel warning, taint, and possible disruption of the video codec subsystem. Network exploitation is not possible.

No public proof-of-concept code is available. The vulnerability manifests through standard module lifecycle operations against the affected hardware path. See the upstream kernel commits referenced below for the patch details.

Detection Methods for CVE-2026-43301

Indicators of Compromise

  • Kernel log entries containing Runtime PM usage count underflow! originating from the vdec driver (e.g., vdec 30210000.video-codec)
  • WARNING traces in dmesg at kthread_destroy_worker+0x84/0x98 in kernel/kthread.c:1430
  • Kernel taint flag set following unload of the wave5 media driver module

Detection Strategies

  • Monitor dmesg and /var/log/kern.log for runtime PM underflow warnings tied to the wave5 codec driver
  • Audit installed kernel versions against the patched commits 0bffda02317989f8d5cdc2d4462a4110b1290cf0, 3a278a55ead50db2444c8f01410c7f5a68723990, and 9cf4452e824c1e2d41c9c0b13cc8a32a0a7dec38
  • Track module load and unload events for wave5 and vdec on systems exposing video codec hardware to non-root users

Monitoring Recommendations

  • Forward kernel ring buffer warnings to a centralized log aggregator and alert on the underflow signature
  • Inventory embedded and SoC systems shipping Chips&Media WAVE5 codec hardware to scope exposure
  • Validate kernel build versions on production hosts after distribution updates to confirm the fix is present

How to Mitigate CVE-2026-43301

Immediate Actions Required

  • Apply the upstream Linux kernel patches from the referenced stable tree commits to all systems running the wave5 driver
  • Restrict the ability of unprivileged users to load and unload kernel modules using modules_disabled or capability controls
  • Reboot affected systems after patching to ensure the fixed driver replaces the in-memory module

Patch Information

The fix is committed upstream and backported via the Linux stable tree. Reference the following patches: Kernel Git Commit 0bffda02, Kernel Git Commit 3a278a55, and Kernel Git Commit 9cf4452e. The patch replaces pm_runtime_put_sync() with pm_runtime_dont_use_autosuspend() in the driver's remove path.

Workarounds

  • Avoid unloading the wave5 module on production systems until the patched kernel is deployed
  • Blacklist the wave5 driver on hosts that do not require video codec acceleration to eliminate the attack surface
  • Limit access to module management commands such as rmmod and modprobe -r through sudoers policy
bash
# Prevent runtime module unloading until patched kernel is deployed
sysctl -w kernel.modules_disabled=1

# Optional: blacklist the wave5 driver where codec hardware is not needed
echo "blacklist wave5" | sudo tee /etc/modprobe.d/blacklist-wave5.conf

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

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

  • Kernel Git Commit

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

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

  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

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