PT-2026-52001 · Linux · Linux
Published
2026-06-24
·
Updated
2026-06-24
·
CVE-2026-53107
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
wifi: libertas: don't kill URBs in interrupt context
Serialization for the TX path was enforced by calling
usb kill urb()/usb kill anchored urbs(), to prevent transmission before
a previous URB was completed. usb tx block() can be called from
interrupt context (e.g. in the HCD giveback path), so we can't always
use it to kill in-flight URBs.
Prevent sleeping during interrupt context by checking the tx submitted
anchor for existing URBs. We now return -EBUSY, to indicate there's
a pending request.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux