CVE-2026-64552
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
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 82f9028e83944a9eee5229cbc6fee9be1de8a62d, 946dec89c41726b94d31147ec528b96af0be1b5a, 82fe78065450d2d07f36a22e2b6b44955cf5ca5b |
| Linux | Linux | 6.18, 0, 6.1.178 |
| Linux | Linux | 7.2, 6.12.58, 6.17.8 |
| linux | linux_kernel | 6.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