boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-53365MEDIUM
Linux Linux — vsock/virtio: fix zerocopy completion for multi-skb sends
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  N  N  H    5.5   .0013    2.8     —
AFFECTED
  Product  Versions                                    Fixed
  Linux    581512a6dc939ef122e49336626ae159f3b8a345 –  —
  Linux    6.7 –                                       6.12.97
TIMELINE
  Jun 9   Reserved by Linux
  Jul 13  Published (CNA: Linux)
  Aug 18  EXPLOIT PUBLISHED — CVE-2026-53365 (Linux). Public exploit reference added.
CWE-401, CWE-404 · CNA: Linux · CVSS v3.1 · 5 references · NVD status: Modified

Description

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix zerocopy completion for multi-skb sends When a large message is fragmented into multiple skbs, the zerocopy uarg is only allocated and attached to the last skb in the loop. Non-final skbs carry pinned user pages with no completion tracking, so the kernel has no way to notify userspace when those pages are safe to reuse. If the loop breaks early the uarg is never allocated at all, leaking pinned pages with no completion notification. Fix this by following the approach used by TCP: allocate the zerocopy uarg (if not provided by the caller) before the send loop and attach it to every skb via skb_zcopy_set(), which takes a reference per skb. Each skb's completion properly decrements the refcount, and the notification only fires after the last skb is freed. On failure, if no data was sent, the uarg is cleanly aborted via net_zcopy_put_abort(). This issue was initially discovered by sashiko while reviewing commit 1cb36e252211 ("vsock/virtio: fix MSG_ZEROCOPY pinned-pages accounting") but was pre-existing.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
June 9, 2026ReservedReserved by Linux
July 13, 2026PublishedPublished (CNA: Linux)
August 18, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-53365 (Linux). Public exploit reference added.

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinux581512a6dc939ef122e49336626ae159f3b8a345
LinuxLinux6.76.12.97

Weaknesses

CWE-401 · CWE-404

References (5)

Related

Authoritative record: CVE-2026-53365 at cve.org

Vendors: linux

Weaknesses: CWE-401 · CWE-404

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-53365 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.