VDB
DEBIAN-CVE-2025-37812
DEBIAN-CVE-2025-37812
PUBLISHED
CVSS 5.5 MEDIUM
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.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 6.1.128-1, 6.1.129-1, 6.1.119-1 |
| Debian:12 | linux | 6.1.94-1, 6.1.98-1, 6.1.99-1 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux | 5.10.70-1, 0, 5.10.103-1 |
| Debian:14 | linux | 0, 0 |
Exploit Intelligence
- 3510.3.8.yml (github-poc)
Timeline
- May 8, 2025 CVE Published
- Apr 28, 2026 CVE Updated