CVE-2026-63970
The CVE-2026-63970 issue affects the Linux kernel’s vsock/virtio path. The root cause is that virtio_transport_send_pkt_info() allocates or reuses the zerocopy uarg before the send loop, but virtio_transport_alloc_skb() may fill the skb before it inherits the uarg. When fixed-buffer vectored zero...