In the Linux kernel, the following vulnerability has been resolved:
wifi: libertas: fix WARNING in usbtxblock
The function usbtxblock() submits cardp->txurb 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), usbsubmit_urb() detects the active state and triggers a warning: 'URB submitted while active'.
Fix this by enforcing serialization: call usbkillurb() before submitting the new request. This ensures the URB is idle and safe to reuse.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43255.json"
}