4 matches found
CVE-2026-72250
The CVE-2026-72250 entry concerns the Linux kernel netfilter nf_conntrack_reasm bug. Specifically, nf_ct_frag6_reasm() unconditionally advances skb->mac_header after defragmenting IPv6 fragments, which can wrap the unset mac_header sentinel (u16 ~0U) and cause skb_mac_header_was_set() to repor...
CVE-2026-72250 netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...
EUVD-2026-59149
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...
CVE-2012-2744
net/ipv6/netfilter/nfconntrackreasm.c in the Linux kernel before 2.6.34, when the nfconntrackipv6 module is enabled, allows remote attackers to cause a denial of service NULL pointer dereference and system crash via certain types of fragmented IPv6 packets...