PT-2026-61239 · Linux · Linux
CVE-2026-63922
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
In the Linux kernel, the following vulnerability has been resolved:
ipv6: exthdrs: refresh nh after handling HAO option
ip6 parse tlv() caches skb network header(skb) in nh while walking
IPv6 TLVs.
ipv6 dest hao() may call pskb expand head() for a cloned skb, which can
move the skb head and invalidate the cached network header pointer.
Refresh nh after ipv6 dest hao() returns so any trailing padding or TLVs
are parsed from the current skb head.
This matches the existing pattern used in ip6 parse tlv() after helpers
that can modify skb header storage.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux