Description

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix WARNING in usb_tx_block The function usb_tx_block() submits cardp->tx_urb without ensuring that any previous transmission on this URB has completed. If a second call occurs while the URB is still active (e.g. during rapid firmware loading), usb_submit_urb() detects the active state and triggers a warning: 'URB submitted while active'. Fix this by enforcing serialization: call usb_kill_urb() before submitting the new request. This ensures the URB is idle and safe to reuse.

INFO

Published Date :

2026-05-06T11:28:44.522Z

Last Modified :

2026-05-07T17:15:08.483Z

Source :

Linux
AFFECTED PRODUCTS

The following products are affected by CVE-2026-43255 vulnerability.

Vendors Products
Linux
  • Linux Kernel

CVSS Vulnerability Scoring System