4 matches found
CVE-2026-64453
CVE-2026-64453 affects the Linux kernel USB subsystem (usbio) where usbio_disconnect() could use a freed object while iterating the usbio->cli_list in reverse during client teardown, leading to slab-use-after-free (KASAN) reported in the vulnerability validation. The root cause is iterating wi...
EUVD-2026-48797
In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client teardown usbiodisconnect walks usbio-clilist in reverse and uninitializes each auxiliary device. auxiliarydeviceuninit drops the device reference, and for an unbound child that can r...
CVE-2026-64453 usb: misc: usbio: fix disconnect UAF in client teardown
In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client teardown usbiodisconnect walks usbio-clilist in reverse and uninitializes each auxiliary device. auxiliarydeviceuninit drops the device reference, and for an unbound child that can r...
UBUNTU-CVE-2025-38377
In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rosertdevicedown There are two bugs in rosertdevicedown that can cause use-after-free: 1. The loop bound t-count is modified within the loop, which can cause the loop to terminate early an...