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

8.4 · HIGH
Published Jul 27, 2026 EPSS 0.14% (4th pctl)

Overview

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

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

virtio-net: fix len check in receive_big()

receive_big() bounds the device-announced length by

(big_packets_num_skbfrags + 1) * PAGE_SIZE. That is still too loose:

add_recvbuf_big() sets sg[1] to start at offset

sizeof(struct padded_vnet_hdr) into the first page, so the chain

actually carries hdr_len + (PAGE_SIZE - sizeof(padded_vnet_hdr)) +

big_packets_num_skbfrags * PAGE_SIZE bytes -- 20 bytes less than the

check allows for the common hdr_len == 12 case.

A malicious virtio backend can announce a len in that gap. page_to_skb()

then walks one frag past the page chain, storing a NULL page->private

into skb_shinfo()->frags[MAX_SKB_FRAGS], which is both an out-of-bounds

write past the static frag array and a NULL frag handed up the rx path.

Bound len by the size add_recvbuf_big() actually advertised.

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

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

How severe is CVE-2026-64552?

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

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

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