CVE-2026-68374
Received Received - Intake

Race Condition in Linux Kernel USB Core

Vulnerability report for CVE-2026-68374, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a race condition in the Linux kernel's USB core subsystem. The function bos_descriptors_read() accesses a USB device's BOS descriptors without proper synchronization. The udev->bos structure it accesses can be freed simultaneously in usb_reset_and_verify_device(), which is called frequently across the kernel.

Detection Guidance

This vulnerability is specific to the Linux kernel's USB core subsystem and may not have direct network detection methods. Monitor kernel logs for USB-related errors or crashes using commands like dmesg | grep -i usb or journalctl -k | grep -i usb. Check for kernel oops or panic messages that may indicate issues with USB device handling.

Impact Analysis

This could lead to system crashes, kernel panics, or potential privilege escalation if exploited. Users might experience sudden system freezes or unexpected behavior when using USB devices. Systems relying on USB peripherals could become unstable.

Mitigation Strategies

Apply the latest kernel updates from your Linux distribution to ensure the patched version is installed. Avoid using untrusted USB devices until the system is updated. If immediate patching is not possible, consider disabling USB devices if they are not required for system operation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68374. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart