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

7.7 · HIGH
Published Jul 25, 2026 EPSS 0.15% (4th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.7, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

hwrng: virtio: clamp device-reported used.len at copy_data()

random_recv_done() stores the device-reported used.len directly into

vi->data_avail. copy_data() then indexes vi->data[] using

vi->data_idx (advanced by previous copy_data() calls) and issues a

memcpy() without re-validating either value against the posted

buffer size sizeof(vi->data) (SMP_CACHE_BYTES bytes, typically 32

or 64).

A malicious or buggy virtio-rng backend can set used.len beyond

sizeof(vi->data), steering the memcpy() past the end of the inline

array into adjacent kmalloc-1k slab bytes. hwrng_fillfn() mixes

those bytes into the guest RNG, and guest root can also observe

them directly via /dev/hwrng.

Concrete impact is inside the guest:

- Memory-safety / hardening: any virtio-rng backend that

over-reports used.len causes the driver to read past vi->data

into unrelated slab contents. hwrng_fillfn() is a kernel thread

that runs as

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

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

How severe is CVE-2026-64456?

This vulnerability has a CVSS 3.1 base score of 7.7, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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