3 matches found
CVE-2026-68374 usb: core: sysfs: add lock to bos_descriptors_read()
In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...
CVE-2026-68374
The CVE-2026-68374 entry concerns the Linux kernel USB core: sysfs bos_descriptors_read(). The root cause is missing synchronization around udev->bos, which can be freed concurrently by usb_reset_and_verify_device() invoked by drivers across the kernel, creating a use-after-free condition. Imp...
EUVD-2026-55560
In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...