3 matches found
EUVD-2026-64564
In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have netiov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopyfillskbfromdevmem...
CVE-2026-74627
CVE-2026-74627 affects the Linux kernel net: devmem subsystem. The root cause is that zerocopy_fill_skb_from_devmem() permitted mixing of net_iov and page-backed frags within a single skb , which is not supported by the network stack. The description states this condition "blows up down the stack...
PT-2026-79632
In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have net iov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopy fill skb from devmem...