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)
Published: 2026-06-25
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the virtio transport module could accumulate an unbounded number of socket buffers when it receives zero‑length VIRTIO VSOCK packets marked with the end‑of‑message flag. Each such packet increases the queue count while the bytes counter remains zero, allowing an attacker to enqueue a very large number of skbs, exhausting kernel memory and destabilizing the system. This flaw provides a denial‑of‑service vector that can degrade or halt kernel functionality without requiring elevated privileges.

Affected Systems

Any Linux kernel that includes the virtio VSOCK transport prior to the fix is vulnerable. The affected code path exists in the standard virtio subsystem used by virtual machines and container runtimes. Specific kernel release information is not delineated in the advisory, so all kernels before the committed patch are considered at risk.

Risk and Exploitability

The flaw is exploitable by sending crafted virtio socket packets with zero length and the EOM flag. The attacker only needs to communicate with the virtio device, which may be achievable from within a guest VM or from a privileged container that can access the device. No public exploit is catalogued in CISA KEV, and EPSS data is unavailable, so the exact likelihood remains unknown. Nevertheless, the potential for severe resource exhaustion warrants prompt remediation.

Generated by OpenCVE AI on June 25, 2026 at 10:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a Linux kernel version that includes the fix for the virtio VSOCK transport.
  • If immediate kernel update is not possible, restrict or disable virtio socket traffic on vulnerable hosts.
  • Configure kernel hardening options, such as limiting skb queue sizes or dropping large zero‑length packets, to mitigate resource exhaustion.

Generated by OpenCVE AI on June 25, 2026 at 10:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
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)
Title vsock/virtio: fix potential unbounded skb queue
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-25T08:38:21.575Z

Reserved: 2026-06-09T07:44:35.386Z

Link: CVE-2026-53132

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T10:30:17Z

Weaknesses