CVE-2026-64585
Last modified
CVE-2026-64585 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: can: esd_usb: kill anchored URBs before freeing netdevs esd_usb_disconnect() frees each CAN netdev with free_candev() inside its per-netdev loop and only calls unlink_all_urbs(dev) afterwards. The per-netdev private data (struct esd_usb_net_priv) is embedded in the net_device allocation returned by alloc_candev(), so once free_candev() has run, dev->nets[i] points to freed memory. unlink_all_urbs() then dereferences the freed dev->nets[i] to kill the per-netdev TX anchor (usb_kill_anchored_urbs(&priv->tx_submitted)), clear active_tx_jobs, and reset priv->tx_contexts[]. Reorder the teardown so the anchored URBs are killed before the netdevs are freed, matching other CAN/USB drivers in the same directory such as ems_usb, usb_8dev and mcba_usb, which unregister, then unlink, then free: unregister the netdevs first (which stops their TX queues), call unlink_all_urbs(dev) once, then free the netdevs. This issue was found by an in-house static analysis tool.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: can: esd_usb: kill anchored URBs before freeing netdevs esd_usb_disconnect() frees each CAN netdev with free_candev() inside its per-netdev loop and only calls unlink_all_urbs(dev) afterwards. The per-netdev private data (struct esd_usb_net_priv) is embedded in the net_device allocation returned by alloc_candev(), so once free_candev() has run, dev->nets[i] points to freed memory. unlink_all_urbs() then dereferences the freed dev->nets[i] to kill the per-netdev TX anchor (usb_kill_anchored_urbs(&priv->tx_submitted)), clear active_tx_jobs, and reset priv->tx_contexts[]. Reorder the teardown so the anchored URBs are killed before the netdevs are freed, matching other CAN/USB drivers in the same directory such as ems_usb, usb_8dev and mcba_usb, which unregister, then unlink, then free: unregister the netdevs first (which stops their TX queues), call unlink_all_urbs(dev) once, then free the netdevs. This issue was found by an in-house static analysis tool.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 96d8e90382dc336b5de401164597edfdc2e8d9f1, < aa1d005927db38af783c1a4a8a00a39e0229ab2d; >= 96d8e90382dc336b5de401164597edfdc2e8d9f1, < a02e1d8f191324583599544d54e59e6a2b74bb0e; >= 96d8e90382dc336b5de401164597edfdc2e8d9f1, < a3314f10369df70925140f59bbe069718f65a0b9; >= 96d8e90382dc336b5de401164597edfdc2e8d9f1, < 765ba1c91823a296447528791b89a6504947fd5c; >= 96d8e90382dc336b5de401164597edfdc2e8d9f1, < 5832c55b3c824ba2fe9c36ac3c411baddcce053e; >= 96d8e90382dc336b5de401164597edfdc2e8d9f1, < c43122fef328a70045fe7621c06de6b2b8e19264 |
| Linux | Linux | 2.6.36 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64585?
How severe is CVE-2026-64585?
How do I fix CVE-2026-64585?
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-6458Missing cryptographic step in Caliptra Core Firmware (aes_25…5.1
- CVE-2026-64580In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64581In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64582In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64583In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64584In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64586In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64587In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-64588In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64589In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6459The Essential Addons for Elementor – Popular Elementor Templ…6.4
- CVE-2026-64590In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64585?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
