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 uar…
Medium CVSS 5.5
Summary
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…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/293fe8f2d1b5ac464ca16a8eba09571bbbb34ba9
- https://git.kernel.org/stable/c/76b995bc57bd90cb6e954e1966fbd8786da47f0d Patch
- https://git.kernel.org/stable/c/ae38d9179190a956e2a87a69ef1dd6f451b51c4d Patch
- https://git.kernel.org/stable/c/b3155f2b78db21e99256bcf7eb902f24ff6d5338 Patch
Timeline
- nvd_ingest NVD