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)
Core 10
Core References
Mailing List, Third Party Advisory
https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html
Mailing List, Third Party Advisory
https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html
Scores
CVSS v3
5.5
EPSS
0.0013
EPSS Percentile
2.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 (28)
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
< 5.4
Linux/Linux
5.10.237 - 5.10.*
... and 18 more
Published
May 08, 2025
Tracked Since
Feb 18, 2026