Home/CVE/In the Linux kernel, the following vulnerability has been resolved: USB: dummy-hcd: Fix locking/synchronization error
CVE

CVE-2026-43327

In the Linux kernel, the following vulnerability has been resolved: USB: dummy-hcd: Fix locking/synchronization error

In the Linux kernel, the following vulnerability has been resolved: USB: dummy-hcd: Fix locking/synchronization error Syzbot testing was able to provoke an addressing exception and crash in the usb_gadget_udc_reset() routine in drivers/usb/gadgets/udc/core.c, resulting from the fact that the routine was called with a second ("driver") argument of NULL. The bad caller was set_link_state() in dummy_hcd.c, and the problem arose because of a race between a USB reset and driver unbind. These sorts of races were not supposed to be possible.

commit 7dbd8f4cabd9 ("USB: dummy-hcd: Fix erroneous synchronization change"), along with a few followup commits, was written specifically to prevent them. As it turns out, there are (at least) two errors remaining in the code. Another patch will address the second error.

this one is concerned with the first. The error responsible for the syzbot crash occurred because the stop_activity() routine will sometimes drop and then re-acquire the dum-lock spinlock. A call to stop_activity() occurs in set_link_state() when handling an emulated USB reset, after the test of dum-ints_enabled and before the increment of dum-callback_usage. This allowed another thread (doing a driver unbind) to sneak in and grab the spinlock, and then clear dum-ints_enabled and dum-driver. Normally this other thread would have to wait for dum-callback_usage to go down to 0 before it would clear dum-driver, but in this case it didn't have to wait since dum-callback_usage had not yet been incremented. The fix is to increment dum-callback_usage _before_ calling stop_activity() instead of after. Then the thread doing the unbind will not clear dum-driver until after the call to usb_gadget_udc_reset() safely returns and dum-callback_usage has been decremented again.

MEDIUM · CVSS 5.5 EPSS 0.00012
Monitor
  • No active-exploitation, high-EPSS, or public-exploit signals - routine patching cadence
Sigma rules0 YARA rules0

Weakness Classification

Affected Products & Versions

13
linux kernel>= 3.2.97 and < 3.3
linux kernel>= 3.16.52 and < 3.17
linux kernel>= 4.1.46 and < 4.2
linux kernel>= 4.4.92 and < 4.5
linux kernel>= 4.9.55 and < 4.10
linux kernel>= 4.14 and < 5.10.253
linux kernel>= 5.11 and < 5.15.203
linux kernel>= 5.16 and < 6.1.168

Scoring & Timeline

5.5
MEDIUM · CVSS v3.1 · 416baaa9-dc9f-4396-8d5f-8c081fb06d67
View on NVD
Attack Vector
Network Adjacent Local Physical
Attack Complexity
Low High
Privileges Required
None Low High
User Interaction
None Required
Scope
Unchanged Changed
Confidentiality
None Low High
Integrity
None Low High
Availability
None Low High
Published to NVD08 May 2026 · 02:16 PM
CVSS VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Intelligence Graph · click any node to traverse
CVETechnique ActorTool Family
drag to reposition · click any node to traverse · button top-right enlarges
External lookups - second-class, for what we don’t hold ourselves
Vulnerabilities
CISA KEV catalog
CWE weaknesses
CAPEC attack patterns
Package vulnerabilities
Threat intelligence
Threat actors
Tools & malware
ATT&CK techniques
IOCs
Detection & defense
Sigma rules
YARA rules
Atomic Red Team tests
D3FEND countermeasures
Compliance
NIST 800-53
ISO 27001:2022
SOC 2 TSC
PCI-DSS v4.0
CIS Controls v8.1
About
All capabilities
Live statistics
Data sources
Privacy policy
Terms of service
threatengine.sh  ·  Open-source threat intelligence platform  ·  100+ authoritative sources  ·  Every fact traces to its origin