Security Advisory

CVE-2026-68374

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-10 12:03:52
Last updated 2026-08-18 06:55:59
Assigner Linux
CVSS score 7.8
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bos_descriptors_read() Add a lock to the function bos_descriptors_read(). This function accesses udev->bos, which could be simultaneously freed in usb_reset_and_verify_device(), a function that is commonly called in drivers all over the kernel.