CVE-2026-63970 is a Linux kernel memory-safety flaw in the vsock/virtio transport send path involving zerocopy skb handling. In virtio_transport_send_pkt_info(), a zerocopy user argument object is allocated or reused before the send loop, but the skb allocation path in virtio_transport_alloc_skb() previously filled the skb before that skb inherited the uarg. Under fixed-buffer vectored zerocopy conditions, when io_sg_from_iter() reaches MAX_SKB_FRAGS, it can partially attach managed fragments and return -EMSGSIZE. The error rollback path then calls kfree_skb() on an skb carrying managed fragment references but lacking the associated uarg. As a result, skb_release_data() follows the ordinary fragment unreference path instead of the managed-fragment lifetime path, creating incorrect ownership and reference handling that can lead to a use-after-free condition in kernel memory. The fix passes the uarg into virtio_transport_alloc_skb() and binds it before virtio_transport_fill_skb(), ensuring both successful and rollback paths follow the same lifetime rules.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
1 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.
No news coverage yet. Advisories and community discussion only.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.