Threats Tagged 'cve-2026-64552'
View all threats tagged with 'cve-2026-64552'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2026-64552'
Click on any threat for detailed analysis and mitigation recommendations
In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix len check in receive_big() receive_big() bounds the… (CVE-2026-64552)CVE-2026-64552 0 A vulnerability in the Linux kernel's virtio-net driver was resolved involving an incorrect length check in the receive_big() function. The function's bounds check for device-announced packet length was too loose, allowing a malicious virtio backend to specify a length that causes an out-of-bounds write past the static fragment array. This results in a NULL fragment being passed up the receive path, potentially leading to memory corruption. The issue was fixed by tightening the length bounds to match the actual buffer size advertised by add_recvbuf_big(). Join the discussion | GCVE Database | 07/27/2026, 21:31:27 UTC Added: 07/30/2026, 15:50:40 UTC |
Linux hwe edge: In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix len check in receive_big() receive_big() bounds the… (CVE-2026-64552)CVE-2026-64552 0 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. Join the discussion | GCVE Database | 07/27/2026, 21:17:00 UTC Added: 07/28/2026, 23:52:11 UTC |
Showing 1 to 2 of 2 results