high · CVSS v3 7.1
CVE-2026-93117
A use‑after‑free flaw in the Linux kernel’s USB subsystem could be triggered when a USB device probe runs concurrently with the removal of a
Overview
A use‑after‑free flaw in the Linux kernel’s USB subsystem could be triggered when a USB device probe runs concurrently with the removal of a dynamic ID. The issue allows an attacker to potentially cause a crash or gain elevated privileges by manipulating USB devices during the probe phase.
Description
In the Linux kernel, the following vulnerability has been resolved: usb: fix UAF when probe runs concurrent to dyn ID removal Dynamic IDs are only guaranteed to be valid when usb_dynids_lock is held, as remove_id_store can free the node. Thus, make a copy in usb_probe_interface. Clarify the documentation that the id parameter is only valid during the probe. USB serial has the same pattern, but it does not need fixing as the IDs cannot be removed via sysfs.
Impact
If exploited, an attacker could cause a kernel crash (availability loss) or execute arbitrary code with kernel privileges (confidentiality and integrity compromise). The risk is limited to systems that allow dynamic USB ID removal and expose the USB subsystem to untrusted devices.
Remediation
Apply the latest kernel update that includes the fix for CVE‑2026‑93117. Verify that the kernel version is at least the one where the patch was merged (see distribution release notes). Disable or restrict dynamic USB ID removal if not required, and ensure USB device access is governed by proper udev rules or SELinux/AppArmor policies.
Risk context
High severity (CVSS 7.1). No EPSS data available. The vulnerability is mitigated in current kernel releases; unpatched systems remain vulnerable until the patch is applied.
Affected products
- Linux kernel
- Ubuntu
- Debian
- Red Hat Enterprise Linux
- CentOS
- Fedora
- SUSE Linux Enterprise Server
- Arch Linux
Scores
- Severity
- high
- CVSS v2
- 2.1
- CVSS v3
- 7.1
- CVSS v4
- —
- EPSS
- —