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

CVE-2026-43170: Linux Kernel DWC3 USB DoS Vulnerability

CVE-2026-43170 is a denial of service vulnerability in the Linux kernel's DWC3 USB gadget driver caused by atomic context issues. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-43170 Overview

CVE-2026-43170 is a Linux kernel vulnerability in the DesignWare USB3 (dwc3) gadget driver. The flaw exists in the dwc3_gadget_vbus_draw() function, which can be invoked from atomic context. The function calls power-supply-core APIs that route to Power Management IC (PMIC) operations capable of sleeping. Calling sleeping functions from atomic context triggers a kernel panic, resulting in denial of service on affected systems.

The fix relocates the vbus_draw operation into a workqueue context, allowing the sleep-capable PMIC operations to execute safely. Patches have been merged across multiple stable kernel branches.

Critical Impact

Local denial of service through kernel panic when USB gadget vbus current draw negotiation occurs on systems where the PMIC power-supply driver contains sleeping operations.

Affected Products

  • Linux kernel usb/dwc3 gadget driver
  • Stable kernel branches receiving backports referenced in commits 2333653e, 54aaa3b3, 74a231e3, 76c1123f, and a7a80c25
  • Embedded and mobile platforms using DesignWare USB3 controllers paired with PMIC-backed power-supply drivers

Discovery Timeline

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

Technical Details for CVE-2026-43170

Vulnerability Analysis

The vulnerability is a sleeping-in-atomic-context bug [CWE-662 / CWE-833 class] inside the dwc3 USB gadget driver. The dwc3_gadget_vbus_draw() callback notifies the system of how much current the USB gadget intends to draw from VBUS during USB enumeration. The dwc3 driver invokes this function while holding spinlocks or running in interrupt-style atomic context.

Downstream, dwc3_gadget_vbus_draw() calls into power_supply_set_property() and related power-supply-core APIs. On platforms where the registered power supply is backed by a PMIC accessed over a sleeping bus such as I2C or SPMI, those property handlers can block. Sleeping while atomic violates kernel scheduling invariants and the kernel responds with a BUG: scheduling while atomic panic.

Root Cause

The root cause is a context mismatch between caller and callee. The dwc3 gadget code path holds a spinlock or executes in IRQ context when adjusting VBUS current. The power-supply-core path it calls makes no guarantee of being non-blocking and frequently invokes regulator or PMIC drivers that may sleep. The dwc3 driver assumed a synchronous, non-sleeping power-supply contract that does not hold across all platforms.

Attack Vector

Exploitation requires local USB activity that triggers gadget enumeration or current-draw renegotiation. An attacker with physical access who connects or reconnects USB peripherals can drive the code path on a vulnerable platform. There is no remote network attack vector and no privilege escalation primitive. The realistic outcome is a kernel panic and system crash.

No public proof-of-concept is available, and the EPSS probability is 0.018% (percentile 4.875), indicating very low expected exploitation activity.

The upstream fix moves the VBUS draw work onto a workqueue using a deferred worker, decoupling the sleeping power-supply call from the atomic caller. See the linked stable commits for the exact patch logic.

Detection Methods for CVE-2026-43170

Indicators of Compromise

  • Kernel log entries containing BUG: scheduling while atomic referencing dwc3_gadget_vbus_draw in the call trace
  • Unexpected kernel panics correlated with USB gadget connect, disconnect, or charger renegotiation events
  • Stack traces showing power_supply_set_property invoked from dwc3 interrupt handlers

Detection Strategies

  • Audit running kernel versions against the patched commits referenced in the stable tree to confirm whether the fix is present
  • Inspect dmesg and persistent kernel logs (/var/log/kern.log, journalctl -k) for atomic-context warnings tied to dwc3
  • Review crash dumps (kdump, pstore) on devices using DesignWare USB3 controllers with PMIC-driven power supplies

Monitoring Recommendations

  • Centralize kernel logs from Linux endpoints and embedded devices to detect repeated panics consistent with this defect
  • Track USB subsystem panics on fleet devices, particularly mobile, automotive, and IoT hardware using dwc3
  • Alert on kernel oops or panic counters increasing on hosts that have not yet received the stable kernel update

How to Mitigate CVE-2026-43170

Immediate Actions Required

  • Update affected Linux kernels to a stable release containing one of the fix commits (2333653e, 54aaa3b3, 74a231e3, 76c1123f, a7a80c25)
  • Identify systems using the dwc3 gadget driver with PMIC-backed power supplies and prioritize them for patching
  • Validate that downstream vendor kernels (Android, embedded distributions) have backported the workqueue refactor

Patch Information

The upstream fix moves the VBUS current draw notification into a workqueue context so that power-supply-core calls into sleeping PMIC drivers occur from a process context. The patch series is available in the mainline and stable trees through the following commits: Linux Kernel Commit 2333653e, Linux Kernel Commit 54aaa3b3, Linux Kernel Commit 74a231e3, Linux Kernel Commit 76c1123f, and Linux Kernel Commit a7a80c25.

Workarounds

  • Restrict physical USB access to affected devices until the kernel is updated
  • Where possible, disable USB gadget mode on systems that do not require it by unloading or blacklisting the dwc3 gadget configuration
  • On embedded platforms, consider configuring the power-supply backend to a non-sleeping driver if available, as a temporary measure pending the kernel update
bash
# Verify the running kernel and check for the dwc3 gadget driver
uname -r
lsmod | grep -E 'dwc3|udc'

# Inspect kernel logs for atomic-context warnings tied to dwc3
journalctl -k --no-pager | grep -E 'scheduling while atomic|dwc3_gadget_vbus_draw'

# Optional: prevent dwc3 gadget from loading on systems that do not need it
echo 'blacklist dwc3' | sudo tee /etc/modprobe.d/blacklist-dwc3.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
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit 2333653e

  • Linux Kernel Commit 54aaa3b3

  • Linux Kernel Commit 74a231e3

  • Linux Kernel Commit 76c1123f

  • Linux Kernel Commit a7a80c25
  • Related CVEs
  • CVE-2026-31739: Linux Kernel Tegra Crypto DoS Vulnerability

  • CVE-2026-43054: Linux Kernel tcm_loop DOS Vulnerability

  • CVE-2026-31736: Linux Kernel MTK PPE DoS Vulnerability

  • CVE-2026-31727: Linux Kernel USB Gadget 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