Description
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Fix deadlock when using NCM gadget The cdns3 driver has the same NCM deadlock as fixed in cdnsp by commit 58f2fcb3a845 ("usb: cdnsp: Fix deadlock issue during using NCM gadget"). Under PREEMPT_RT the deadlock can be readily triggered by heavy network traffic, for example using "iperf --bidir" over NCM ethernet link. The deadlock occurs because the threaded interrupt handler gets preempted by a softirq, but both are protected by the same spinlock. Prevent deadlock by disabling softirq during threaded irq handler.
References (10)
Scores
CVSS v3
5.5
EPSS
0.0005
EPSS Percentile
15.8%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-667
Status
published
Products (10)
debian/debian_linux
11.0
linux/Kernel
5.11.0 - 5.15.181linux
linux/Kernel
5.16.0 - 6.1.136linux
linux/Kernel
5.4.0 - 5.4.293linux
linux/Kernel
5.5.0 - 5.10.237linux
linux/Kernel
6.13.0 - 6.14.5linux
linux/Kernel
6.2.0 - 6.6.89linux
linux/Kernel
6.7.0 - 6.12.26linux
linux/linux_kernel
6.15 rc1 (3 CPE variants)
linux/linux_kernel
5.4 - 5.4.293
Published
May 08, 2025
Tracked Since
Feb 18, 2026