CVE-2025-39801
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
If your system uses the affected Linux kernel USB driver and is configured with panic_on_warn enabled, this vulnerability can cause unexpected kernel panics during rapid USB device connect and disconnect operations. This can lead to system instability or crashes. Without panic_on_warn enabled, it may cause unnecessary kernel warning messages and call trace prints, which could clutter logs but not crash the system.
Can you explain this vulnerability to me?
This vulnerability involves a rarely observed endpoint command timeout in the Linux kernel's USB driver (dwc3). During fast software-controlled connect/disconnect test cases, certain USB control transfers from a previous connection may not complete before a disconnect sequence begins, causing a timeout. This timeout triggers a WARN_ON warning, which can lead to a kernel panic if the system is configured to panic on warnings. The fix removes these WARN_ON calls to prevent unnecessary kernel panics and call trace prints caused by these timeouts.