CVE-2026-64585: can: esd_usb: kill anchored URBs before freeing netdevs

Published Aug 6, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

can: esdusb: kill anchored URBs before freeing netdevs

esdusbdisconnect() frees each CAN netdev with freecandev() inside its per-netdev loop and only calls unlinkallurbs(dev) afterwards. The per-netdev private data (struct esdusbnetpriv) is embedded in the netdevice allocation returned by alloccandev(), so once freecandev() has run, dev->nets[i] points to freed memory. unlinkallurbs() then dereferences the freed dev->nets[i] to kill the per-netdev TX anchor (usbkillanchoredurbs(&priv->txsubmitted)), clear activetxjobs, and reset priv->txcontexts[].

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 emsusb, usb8dev and mcbausb, which unregister, then unlink, then free: unregister the netdevs first (which stops their TX queues), call unlinkallurbs(dev) once, then free the netdevs.

This issue was found by an in-house static analysis tool.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 6, 2026
CVE Published
via MITRE·07:06 AM
Data Sourced
via MITRE·07:06 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-64585?

CVE-2026-64585 has a risk rating of 21, indicating significant severity.

2

How do I fix CVE-2026-64585?

To fix CVE-2026-64585, update to the latest version of the Linux kernel where the vulnerability has been resolved.

3

What systems are affected by CVE-2026-64585?

CVE-2026-64585 affects the Linux kernel, specifically related to the CAN subsystem and esd_usb driver.

4

What type of vulnerability is CVE-2026-64585?

CVE-2026-64585 is a kernel vulnerability that involves improper handling of USB URBs during device disconnection.

5

Can CVE-2026-64585 be exploited remotely?

While explicit remote exploitation information is not provided, vulnerabilities in the kernel can lead to severe impacts if exploited.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203