PT-2026-47758
In the Linux kernel, the following vulnerability has been resolved: tun: free page on short-frame rejection in tun xdp one tun xdp one returns -EINVAL on a frame shorter than ETH HLEN without freeing the page that vhost net build xdp allocated for it. tun sendmsg discards that -EINVAL and still...