CVE-2026-93117: usb: fix UAF when probe runs concurrent to dyn ID removal

Published Sep 17, 2026
·
Updated

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 usbdynidslock is held, as removeidstore can free the node. Thus, make a copy in usbprobeinterface. 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Linux kernel systems using USB dynamic IDs are exposed when a USB interface probe can run at the same time that a dynamic ID is removed through sysfs.

2

What conditions are required to trigger the use-after-free?

A USB probe must access a dynamic ID concurrently with removal of that ID. Dynamic IDs are only valid while usb_dynids_lock is held because remove_id_store can free the associated node.

3

Is USB serial affected by the same pattern?

USB serial uses the same pattern, but it does not require this fix because its IDs cannot be removed through sysfs.

4

What can be done before the fix is deployed?

Avoid removing USB dynamic IDs through sysfs while USB interface probing may be occurring. The resolved fix copies the ID in usb_probe_interface so it remains safe after the dynamic-ID lock is released.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203