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...
EUVD-2026-45697
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...