PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64585 Linux CVE debrief

A vulnerability was found in the Linux kernel's CAN subsystem, specifically in the esd_usb driver. The issue occurs during device disconnection, where the driver frees the CAN netdevs before killing the anchored URBs. This can lead to a use-after-free vulnerability, as the driver attempts to access the freed memory. To fix this, the teardown process has been reordered to kill the anchored URBs before freeing the netdevs.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-06
Original CVE updated
2026-08-23
Advisory published
2026-08-06
Advisory updated
2026-08-23

Who should care

Linux kernel developers, CAN subsystem maintainers, and users of Linux-based systems with CAN subsystem enabled should be aware of this vulnerability. Operators of affected systems should prioritize patching to prevent potential use-after-free errors. Security teams should review system logs and monitor for unusual CAN subsystem behavior. Platform maintainers should ensure the patch is applied and verify system stability. Vulnerability management teams should track this issue and ensure affected systems are remediated. Asset owners should inventory their Linux-based systems for CAN subsystem usage and prioritize patching accordingly. Change management teams should plan and verify the patch application through normal change control processes.

Technical summary

The esd_usb driver in the Linux kernel's CAN subsystem has a use-after-free vulnerability during device disconnection. The driver frees the CAN netdevs before killing the anchored URBs, leading to a potential memory access issue. The fix involves reordering the teardown process to kill the anchored URBs before freeing the netdevs, matching the implementation of other CAN/USB drivers. This change prevents the use-after-free vulnerability and ensures the stability of the CAN subsystem.

Defensive priority

Medium

Recommended defensive actions

  • Inventory and assess Linux kernel-based systems for CAN subsystem usage
  • Verify and apply the patch to reorder the teardown process in the esd_usb driver
  • Monitor for potential use-after-free vulnerabilities in the CAN subsystem
  • Review system logs for unusual CAN subsystem behavior
  • Perform a thorough vulnerability assessment of Linux-based systems
  • Implement additional monitoring and detection controls for CAN subsystem activity
  • Verify patch application through normal change control processes

Evidence notes

The issue was identified by an in-house static analysis tool. The fix involves reordering the teardown process to match other CAN/USB drivers in the same directory. To verify, defenders should review the CAN subsystem configuration, check for the esd_usb driver, and ensure the patch has been applied. Additional verification steps include reviewing system logs for potential use-after-free errors and monitoring for unusual CAN subsystem behavior.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64585 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64585

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64585 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64585

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5832c55b3c824ba2fe9c36ac3c411baddcce053e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/765ba1c91823a296447528791b89a6504947fd5c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/a02e1d8f191324583599544d54e59e6a2b74bb0e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/a3314f10369df70925140f59bbe069718f65a0b9

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/aa1d005927db38af783c1a4a8a00a39e0229ab2d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c43122fef328a70045fe7621c06de6b2b8e19264

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.