| Summary | In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential unbounded skb queue virtio_transport_inc_rx_pkt() checks vvs->rx_bytes + len > vvs->buf_alloc. virtio_transport_recv_enqueue() skips coalescing for packets If fed with packets with len == 0 and VIRTIO_VSOCK_SEQ_EOM, Fix this by estimating the skb metadata size: (Number of skbs in the queue) * SKB_TRUESIZE(0) |
|---|---|
| Publication Date | June 25, 2026, 6:16 p.m. |
| Registration Date | June 27, 2026, 4:25 a.m. |
| Last Update | June 25, 2026, 6:16 p.m. |