VDB

CVE-2026-64552

CVE-2026-64552 PUBLISHED CVSS 8.4 HIGH

Reported by Linux · Published July 27, 2026

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.

EPSS 0.14% · 4.1th percentile

Risk Scores

CVSS 3.1
8.4
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score
0.14%
4.1th percentile

Affected Products

VendorProductVersions
LinuxLinux82f9028e83944a9eee5229cbc6fee9be1de8a62d, 946dec89c41726b94d31147ec528b96af0be1b5a, 82fe78065450d2d07f36a22e2b6b44955cf5ca5b
LinuxLinux6.18, 0, 6.1.178
LinuxLinux7.2, 6.12.58, 6.17.8
linuxlinux_kernel6.6.117, 6.12.58, 6.18

Timeline

  • Jul 27, 2026 CVE Published
  • Jul 28, 2026 Coalition ESS Score
  • Jul 28, 2026 Security Advisory
  • Aug 7, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›