CVE Catalog

CVE-2026-97483

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel (USB HCD) there is a possible deadlock during control transfers to root hubs. When handling SCSI errors, memory allocations must not trigger I/O, but device resetting involves control transfers to the parent hub (possibly a root hub); usbcore does not properly pass flags to usb_submit_urb() in such cases. The issue affects all storage drivers.

Risk Assessment

This vulnerability can hang the system while error handling in UAS and storage drivers is in progress, leading to unresponsiveness and requiring a manual restart.

Recommendation

Apply a kernel patch that respects the flags passed to usb_submit_urb() when processing control transfers to root hubs, preventing the deadlock.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS