NONE · 0

CVE-2026-93117

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...

Vulnerability 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.

References

FAQ

What is CVE-2026-93117?

CVE-2026-93117 is a documented vulnerability. 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...

How severe is CVE-2026-93117?

CVSS scoring is not yet available for CVE-2026-93117. Check NVD for updates.

Is there a patch for CVE-2026-93117?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.