3 matches found
CVE-2026-80793
This Linux kernel vulnerability affects the IPv4 fragmentation path in ip_do_fragment() . When the effective MTU is smaller than the IPv4 header length plus 8, the function passes a zero-length payload to ip_frag_next() , causing the fragmentation state to stall indefinitely. The result is a soft...
EUVD-2026-71436
In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ipdofragment ipdofragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ipfragnext. If the effective MTU is smaller than hlen + 8, ipfragnext round...
CVE-2026-80793
In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ipdofragment ipdofragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ipfragnext. If the effective MTU is smaller than hlen + 8, ipfragnext round...