CVE-2026-64601
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
06/08/2026
Última modificación:
06/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ALSA: us144mkii: capture_urb_complete: redundant usb_anchor_urb corrupts anchor list on each resubmission<br />
<br />
In capture_urb_complete(), usb_anchor_urb() is called on every<br />
completion callback, but the URB is already anchored from the<br />
initial submission in tascam_trigger_start(). Each redundant call<br />
corrupts the anchor&#39;s doubly-linked list and inflates the URB<br />
refcount. When usb_kill_anchored_urbs() traverses the list during<br />
stream stop / suspend / disconnect, the corrupted list leads to<br />
use-after-free.<br />
<br />
Remove the redundant usb_anchor_urb() from the resubmit path.



