๐Ÿ” CVE Alert

CVE-2026-53365

UNKNOWN 0.0

vsock/virtio: fix zerocopy completion for multi-skb sends

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jul 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
581512a6dc939ef122e49336626ae159f3b8a345 < 76b995bc57bd90cb6e954e1966fbd8786da47f0d 581512a6dc939ef122e49336626ae159f3b8a345 < b3155f2b78db21e99256bcf7eb902f24ff6d5338 581512a6dc939ef122e49336626ae159f3b8a345 < ae38d9179190a956e2a87a69ef1dd6f451b51c4d
Linux / Linux
6.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/76b995bc57bd90cb6e954e1966fbd8786da47f0d git.kernel.org: https://git.kernel.org/stable/c/b3155f2b78db21e99256bcf7eb902f24ff6d5338 git.kernel.org: https://git.kernel.org/stable/c/ae38d9179190a956e2a87a69ef1dd6f451b51c4d