Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64585

7.8 · HIGH
Published Aug 6, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-64585 is a high-severity vulnerability. It was published on August 6, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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 foun

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64585?

CVE-2026-64585 is a high-severity vulnerability. It was published on August 6, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-64585?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-64585?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64585?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64585 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.