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

CVE-2026-43247: Linux Kernel Media Driver DoS Vulnerability

CVE-2026-43247 is a denial of service flaw in the Linux kernel chips-media wave5 driver that causes kernel panic during video decoding. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-43247 Overview

CVE-2026-43247 is a Linux kernel vulnerability in the chips-media: wave5 video decoder driver. The flaw triggers an asynchronous SError interrupt that results in a kernel panic when the device closes. The root cause is the driver entering suspend mode after the autosuspend delay timeout, while userspace operations against the decoder are still in flight. The panic was observed in wave5_dec_clr_disp_flag during fluster conformance testing on a Texas Instruments J721S2 EVM running kernel 6.12.9. The issue affects systems using the Chips&Media WAVE5 VPU driver for hardware-accelerated video decoding.

Critical Impact

Local userspace activity against the wave5 V4L2 decoder can trigger an Asynchronous SError Interrupt and unrecoverable kernel panic, causing a denial-of-service condition on affected ARM64 systems.

Affected Products

  • Linux kernel media/chips-media/wave5 driver
  • ARM64 platforms using Chips&Media WAVE5 VPU (e.g., Texas Instruments J721S2)
  • Kernel version 6.12.9 confirmed in the panic trace

Discovery Timeline

  • 2026-05-06 - CVE-2026-43247 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43247

Vulnerability Analysis

The defect resides in the WAVE5 V4L2 decoder driver path used during buffer queue and display-flag clearing. When wave5_vpu_dec_buf_queue calls wave5_vpu_dec_clr_disp_flag, the driver reaches wave5_dec_clr_disp_flag and accesses VPU memory-mapped I/O registers. If the runtime power management subsystem has placed the device in suspend after the autosuspend timeout, the underlying clocks and power domains are gated. Accessing the VPU registers in this state on ARM64 generates an Asynchronous SError Interrupt, which the kernel cannot recover from and escalates to a panic via arm64_serror_panic.

The call chain captured in the panic trace flows from __arm64_sys_ioctl through v4l2_ioctl, vb2_qbuf, __enqueue_in_driver, and into the wave5 driver, demonstrating that ordinary V4L2 ioctl traffic from an unprivileged decoder client is sufficient to trigger the fault.

Root Cause

The driver fails to ensure the device is runtime-resumed before issuing register accesses in the display-flag clear path. Autosuspend timing creates a race between userspace queueing buffers and the kernel suspending the VPU, leading to register access on a powered-down device.

Attack Vector

A local user with permission to open the V4L2 decoder node can issue buffer queue ioctls that race with autosuspend. No authentication beyond access to /dev/video* is required. The result is a denial of service through kernel panic. See the upstream fixes referenced in the Linux kernel stable tree commit 27cb12b, commit 5da5524, and commit cbb9c0d for the corrected suspend handling.

Detection Methods for CVE-2026-43247

Indicators of Compromise

  • Kernel log entries containing SError Interrupt on CPU followed by Asynchronous SError Interrupt panic messages.
  • Stack traces referencing wave5_dec_clr_disp_flag, wave5_vpu_dec_clr_disp_flag, or wave5_vpu_dec_buf_queue immediately before the panic.
  • Unexpected reboots correlated with active V4L2 decoder workloads (e.g., v4l2h265dec0 worker threads).

Detection Strategies

  • Monitor /var/log/kern.log and dmesg output for SError and Kernel panic - not syncing messages tied to the wave5 module.
  • Audit running kernel versions and confirm whether the wave5 module is loaded on ARM64 media platforms.
  • Track crash dumps from kdump or persistent storage and inspect call traces for the wave5 symbols.

Monitoring Recommendations

  • Forward kernel ring buffer events to a centralized logging or SIEM platform for alerting on SError patterns.
  • Set telemetry thresholds for unexpected reboots on embedded ARM64 hosts running video decode pipelines.
  • Correlate decoder process crashes with kernel panic events to identify reproducible triggers.

How to Mitigate CVE-2026-43247

Immediate Actions Required

  • Apply the upstream Linux kernel patches that resolve the wave5 suspend race; see the kernel stable commits listed in the references.
  • Identify ARM64 systems running the wave5 driver and prioritize them for kernel updates.
  • Restrict access to /dev/video* decoder nodes to trusted users until patches are deployed.

Patch Information

The fix is committed to the Linux kernel stable tree across three commits: 27cb12b7dc88, 5da55243fe19, and cbb9c0d50e47. Rebuild and deploy a kernel that includes these commits, then reboot affected systems to load the patched module.

Workarounds

  • Disable runtime autosuspend on the wave5 device by writing to its power/control sysfs entry to keep the VPU resumed while a fix is staged.
  • Unload the wave5 module on systems that do not require hardware video decoding.
  • Limit concurrent V4L2 decoder sessions to reduce the likelihood of the suspend race triggering.
bash
# Configuration example: prevent autosuspend on the wave5 VPU device
# Replace <pci-or-platform-id> with the actual device path under /sys/devices
echo on | sudo tee /sys/devices/<platform-path>/wave5/power/control

# Verify the wave5 module is loaded and inspect kernel log for SError events
lsmod | grep wave5
dmesg | grep -E 'SError|wave5|Kernel panic'

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux

  • SeverityNONE

  • CVSS ScoreN/A

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

  • Kernel Git Commit Log

  • Kernel Git Commit Log
  • Related CVEs
  • CVE-2026-43060: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43251: Linux Kernel HID Prodikeys DOS Vulnerability

  • CVE-2026-43147: Linux Kernel SR-IOV DOS Vulnerability

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