CVE-2026-53132
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)
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
Debian Mixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 6.12.94-1 |
| sid | Fixed | 7.0.13-1 |
| forky | Affected | โ |
| bullseye | Fixed | 0 |
| bookworm | Affected | โ |
References
- https://git.kernel.org/stable/c/1eca304f97a34ed5e921e1f0e06c8b241f25bf12
- https://git.kernel.org/stable/c/9bdc637fde66b63d6cad0caacd034888bb7bf5f5
- https://git.kernel.org/stable/c/100d5b2ffdc6468b9e48532641f29e83efdcb63c
- https://git.kernel.org/stable/c/059b7dbd20a6f0c539a45ddff1573cb8946685b5
- https://security-tracker.debian.org/tracker/CVE-2026-53132
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.