In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client teardown usbio_disconnect() walks… (CVE-2026-64453)
A use-after-free vulnerability in the Linux kernel's usbio_disconnect() function was resolved. The issue occurs during client teardown when iterating over a list of auxiliary devices in reverse order, potentially dereferencing freed memory. This flaw could lead to kernel instability or crashes. The vulnerability has been fixed by changing the iteration method to safely handle device references during teardown.
AI Analysis
Technical Summary
The vulnerability in the Linux kernel involves a use-after-free (UAF) in the usbio_disconnect() function within the USB miscellaneous driver. The function walks the usbio->cli_list in reverse and uninitializes each auxiliary device. During this process, auxiliary_device_uninit() may free the usbio_client structure if the device is unbound, causing the iterator to dereference freed memory in the next iteration. The fix replaces list_for_each_entry_reverse() with list_for_each_entry_safe_reverse(), caching the previous client before uninitialization to prevent use-after-free. Validation reproduces a KASAN slab-use-after-free error confirming the issue.
Potential Impact
This vulnerability can cause use-after-free conditions in kernel memory during USB device teardown, potentially leading to kernel crashes or instability. There is no information about known exploits in the wild. The impact is limited to kernel reliability and potential denial of service due to memory corruption.
Mitigation Recommendations
A fix for this vulnerability has been implemented in the Linux kernel source code by modifying the iteration method in usbio_disconnect(). Users should update to a Linux kernel version that includes this fix. Since this is not a cloud service, remediation requires applying the updated kernel version. Patch status is not explicitly confirmed in the provided data; users should consult the official Linux kernel advisories or repositories for the fixed version.
In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client teardown usbio_disconnect() walks… (CVE-2026-64453)
Description
A use-after-free vulnerability in the Linux kernel's usbio_disconnect() function was resolved. The issue occurs during client teardown when iterating over a list of auxiliary devices in reverse order, potentially dereferencing freed memory. This flaw could lead to kernel instability or crashes. The vulnerability has been fixed by changing the iteration method to safely handle device references during teardown.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in the Linux kernel involves a use-after-free (UAF) in the usbio_disconnect() function within the USB miscellaneous driver. The function walks the usbio->cli_list in reverse and uninitializes each auxiliary device. During this process, auxiliary_device_uninit() may free the usbio_client structure if the device is unbound, causing the iterator to dereference freed memory in the next iteration. The fix replaces list_for_each_entry_reverse() with list_for_each_entry_safe_reverse(), caching the previous client before uninitialization to prevent use-after-free. Validation reproduces a KASAN slab-use-after-free error confirming the issue.
Potential Impact
This vulnerability can cause use-after-free conditions in kernel memory during USB device teardown, potentially leading to kernel crashes or instability. There is no information about known exploits in the wild. The impact is limited to kernel reliability and potential denial of service due to memory corruption.
Mitigation Recommendations
A fix for this vulnerability has been implemented in the Linux kernel source code by modifying the iteration method in usbio_disconnect(). Users should update to a Linux kernel version that includes this fix. Since this is not a cloud service, remediation requires applying the updated kernel version. Patch status is not explicitly confirmed in the provided data; users should consult the official Linux kernel advisories or repositories for the fixed version.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-5f44-jrgv-8f7h
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64453"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a6542089c2644c7f8082fe9
Added to database: 07/25/2026, 23:08:56 UTC
Last enriched: 07/25/2026, 23:21:25 UTC
Last updated: 07/26/2026, 04:12:05 UTC
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.