Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-68374

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
10/08/2026
Última modificación:
18/08/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> usb: core: sysfs: add lock to bos_descriptors_read()<br /> <br /> Add a lock to the function bos_descriptors_read().<br /> <br /> This function accesses udev-&gt;bos, which could be simultaneously freed in<br /> usb_reset_and_verify_device(), a function that is commonly called in<br /> drivers all over the kernel.