Answer in brief
CVE-2026-97483 records a Unknown severity vulnerability in usb: core: hcd: fix possible deadlock in rh control transfers. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <fff917c85d37a294397c5440a795591ca9d6b602 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <549672a3fb6b36ea408238f89ecf9f41d2da6225 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <d5559f43d76b398392b26a15cbc16d731969cd1c || >=0 <6.12.111 || >=0 <6.18.53 | fff917c85d37a294397c5440a795591ca9d6b602, 549672a3fb6b36ea408238f89ecf9f41d2da6225, d5559f43d76b398392b26a15cbc16d731969cd1c, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: usb: core: hcd: fix possible deadlock in rh control transfers >From within the SCSI error handler memory allocations must not trigger IO. Handling errors in UAS and the storage driver may involve resetting a device. The thread doing the reset itself relies on VM magic. However, that is insufficient, as resetting a device involves resuming it. Resumption as well as resetting involves conrol transfers to the parent of the device to be reset. That may be a root hub. Hence usbcore must heed the flags passed to usb_submit_urb() processing control transfers to root hubs. The problem exist since the storage driver has been merged.
Quoted source text, attributed separately from HOL analysis.