PatchSiren cyber security CVE debrief
CVE-2026-64346 Linux CVE debrief
A Use-After-Free vulnerability was discovered in the Linux kernel's USB gadget subsystem. The vulnerability occurs when the udc structure is freed while still being accessed by the gadget_match_driver function, leading to a NULL pointer dereference. This issue arises from a race condition between usb_del_gadget and gadget_match_driver functions. The vulnerability impacts Linux kernel developers, maintainers, and users of Linux-based systems.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-25
- Original CVE updated
- 2026-07-25
- Advisory published
- 2026-07-25
- Advisory updated
- 2026-07-25
Who should care
Linux kernel developers and maintainers, as well as users of Linux-based systems, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing Linux kernel versions, applying patches, and monitoring for future updates related to this vulnerability.
Technical summary
The vulnerability is caused by a race condition between the usb_del_gadget function and the gadget_match_driver function. The usb_del_gadget function frees the udc memory, while the gadget_match_driver function accesses the freed memory, leading to a Use-After-Free vulnerability. The patch introduces a new usb_gadget_release routine to ensure the udc structure remains allocated until the gadget is released.
Defensive priority
High
Recommended defensive actions
- Apply the patch to the Linux kernel to fix the vulnerability
- Use a Linux kernel version that has the patch applied
- Monitor Linux kernel updates for future patches related to this vulnerability
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability was discovered and patched in the Linux kernel. The patch introduces a new usb_gadget_release routine to ensure the udc structure remains allocated until the gadget is released. Evidence is limited to CVE and NVD details. Defenders should verify Linux kernel versions, review configfs and USB gadget interactions, and monitor for related updates.
Official resources
-
CVE-2026-64346 CVE record
CVE.org
-
CVE-2026-64346 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-25T10:17:16.757Z and has not been modified since then.