PT-2026-47758 · Linux+2 · Linux Kernel+2
CVE-2026-46321
·
Published
2026-05-22
·
Updated
2026-09-07
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A memory leak occurs in the Linux kernel when the
tun xdp one() function returns -EINVAL for frames shorter than ETH HLEN without freeing the page allocated by vhost net build xdp(). Because tun sendmsg() discards the -EINVAL error and returns the total length, vhost tx batch() assumes success and fails to free the page, leading to the leak of one page-frag chunk per short frame in a batch. A local process with access to '/dev/net/tun' and '/dev/vhost-net' can exploit this by attaching a tun/tap device as the vhost-net backend and submitting TX descriptors with lengths below ETH HLEN (excluding the virtio-net header). This can exhaust host memory and trigger an OOM (Out of Memory) panic.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Infinite Loop
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu