CVE-2026-64329
Last modified
CVE-2026-64329 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove The threaded IRQ handler ccg_irq_handler() calls ucsi_notify_common(), which on a connector-change event calls ucsi_connector_change() and schedules connector work. In ucsi_ccg_remove(), ucsi_destroy() frees uc->ucsi (kfree) before free_irq() is called, so a handler invocation already in flight may access the freed object after ucsi_destroy(). CPU 0 (remove) | CPU 1 (threaded IRQ) ucsi_destroy(uc->ucsi) | ccg_irq_handler() kfree(ucsi) // FREE | ucsi_notify_common(uc->ucsi) // USE Move free_irq() before ucsi_destroy() in the remove path. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove The threaded IRQ handler ccg_irq_handler() calls ucsi_notify_common(), which on a connector-change event calls ucsi_connector_change() and schedules connector work. In ucsi_ccg_remove(), ucsi_destroy() frees uc->ucsi (kfree) before free_irq() is called, so a handler invocation already in flight may access the freed object after ucsi_destroy(). CPU 0 (remove) | CPU 1 (threaded IRQ) ucsi_destroy(uc->ucsi) | ccg_irq_handler() kfree(ucsi) // FREE | ucsi_notify_common(uc->ucsi) // USE Move free_irq() before ucsi_destroy() in the remove path. It is kept after ucsi_unregister(): ucsi_unregister() cancels connector work whose handler issues GET_CONNECTOR_STATUS through ucsi_send_command_common(), which waits for a completion that is signalled from the IRQ handler, so the IRQ must stay active until that work has been cancelled. The probe error path already orders free_irq() before ucsi_destroy(). This bug was found by static analysis.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < f1adeb1ff8bef1467d6961059810795d02bbad5d; >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < 99381e762273a2410a3f0216000be32b013c0ea9; >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < 1a160076d3d0dcd4a98a4599ad96eec0790b099b; >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < c32df11147822d22facee8fa30c2e8971d12f426; >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < 86c9ee928c4a370e323e432aaf8dca79c4ba7c85; >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < f5c772b76bbd95de8be51cf849c6098f6af6fcf9; >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < dbb500bad02146b388041877574829016591ddc8; >= e32fd989ac1c45f993fbe89ad0a89aa9ea6993d2, < 1f0bdc2884b67de337215079bba166df0cdf4ac5 |
| Linux | Linux | 5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64329?
How severe is CVE-2026-64329?
How do I fix CVE-2026-64329?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64323In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64324In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64325In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64326In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64327In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64328In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6433The Custom css-js-php WordPress plugin through 2.0.7 does no…7.3
- CVE-2026-64330In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64331In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64332In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64333In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64334In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64329?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
