DEBIAN-CVE-2026-63922
In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6parsetlv() caches skbnetworkheader(skb) in nh while walking IPv6 TLVs. ipv6desthao() may call pskbexpandhead() for a cloned skb, which can move the skb head and invalidate the cached network header pointer. Refresh nh after ipv6desthao() returns so any trailing padding or TLVs are parsed from the current skb head. This matches the existing pattern used in ip6parsetlv() after helpers that can modify skb header storage.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://security-tracker.debian.org/tracker/CVE-2026-63922