7.1
/ 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
Description
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
with VIRTIO_VSOCK_SEQ_EOM.
If fed with packets with len == 0 and VIRTIO_VSOCK_SEQ_EOM,
a very large number of packets can be queued
because vvs->rx_bytes stays at 0.
Fix this by estimating the skb metadata size:
(Number of skbs in the queue) * SKB_TRUESIZE(0)
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
with VIRTIO_VSOCK_SEQ_EOM.
If fed with packets with len == 0 and VIRTIO_VSOCK_SEQ_EOM,
a very large number of packets can be queued
because vvs->rx_bytes stays at 0.
Fix this by estimating the skb metadata size:
(Number of skbs in the queue) * SKB_TRUESIZE(0)
Basic Information
ID
CVE-2026-53132
Source
Linux
Published
Jun 25, 2026 at 08:38
Modified
Jun 28, 2026 at 06:39
Affected Product
Vendor
Linux
Product
Linux
Version
077706165717686a2a6a71405fef036cd5b37ae0
Affected Versions
Linux Linux 077706165717686a2a6a71405fef036cd5b37ae0
Linux Linux 077706165717686a2a6a71405fef036cd5b37ae0
Linux Linux 077706165717686a2a6a71405fef036cd5b37ae0
Linux Linux 077706165717686a2a6a71405fef036cd5b37ae0
Linux Linux 5852a2b573f7a3a29df46296e56aa3491e589cdf
Linux Linux 6.1.63
Linux Linux 6.3
Linux Linux 077706165717686a2a6a71405fef036cd5b37ae0
Linux Linux 077706165717686a2a6a71405fef036cd5b37ae0
Linux Linux 077706165717686a2a6a71405fef036cd5b37ae0
Linux Linux 5852a2b573f7a3a29df46296e56aa3491e589cdf
Linux Linux 6.1.63
Linux Linux 6.3