3 matches found
CVE-2026-63924
In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh pointer after ipv6hopjumbo ipv6hopjumbo calls pskbtrimrcsum, which can change skb pointers. Let's recompute nh pointer to make sure any change won't mess things up...
CVE-2026-63924
CVE-2026-63924 is a Linux kernel issue where in ipv6_hop_jumbo(), calling pskb_trim_rcsum() can change skb pointers. The fix recomputes the neighbor header (nh) pointer to ensure it remains correct after potential skb pointer changes, mitigating pointer misalignment risks. The vulnerability is de...
CVE-2026-63922 ipv6: exthdrs: refresh nh after handling HAO option
In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6parsetlv caches skbnetworkheaderskb in nh while walking IPv6 TLVs. ipv6desthao may call pskbexpandhead for a cloned skb, which can move the skb head and invalidate the cached...