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-64420

7.0 · HIGH
Published Jul 25, 2026

Overview

CVE-2026-64420 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.0, 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:

mfd: cros_ec: Delay dev_set_drvdata() until probe success

If ec_device_probe() fails, cros_ec_class_release releases memory for the

cros_ec_dev structure. However, because the drvdata was already set,

sub-drivers like cros_ec_typec can still retrieve the stale pointer via the

platform device. This leads to a use-after-free when cros_ec_typec attempts

to access &typec->ec->ec->dev on a device that has already been released.

Move dev_set_drvdata() to ensure that the pointer is only made available

once all initialization steps have succeeded.

sysfs: cannot create duplicate filename '/class/chromeos/cros_ec'

Call trace:

sysfs_do_create_link_sd+0x94/0xdc

sysfs_create_link+0x30/0x44

device_add_class_symlinks+0x90/0x13c

device_add+0xf0/0x50c

ec_device_probe+0x150/0x4f0

platform_probe+0xa0/0xe0

...

BUG: KASAN: invalid-access in __memcpy+0x44/0x230

Write at addr f5ffff809e2d33ac by task kworker/u32:5/125

Po

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-64420?

CVE-2026-64420 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2026-64420?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-64420?

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-64420?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64420 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.