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
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.
Security readout for executives and security teams
Plain-English summary
A Linux IPv6 parsing flaw can leave the kernel using an outdated memory pointer after processing a Home Address Option. Subsequent IPv6 options may then be read from the wrong location. The supplied CVSS rates remote impact as critical, although the sources do not document a demonstrated outcome such as code execution or system compromise.
Executive priority
Treat this as an urgent patch-verification issue because the supplied rating is critical and the vulnerable path is network-facing. Prioritize externally reachable Linux infrastructure first. Maintain measured escalation: the technical sources establish a stale-pointer defect and fixes, but do not establish active exploitation or a specific demonstrated compromise outcome.
Technical view
ip6_parse_tlv() caches the skb network-header pointer. For cloned packets, ipv6_dest_hao() can invoke pskb_expand_head(), relocating the skb head and invalidating that pointer. The published fix refreshes the pointer before parsing trailing padding or TLVs. The bundle reports CVSS 3.1 9.8: network-accessible, low complexity, unauthenticated, and requiring no user interaction.
Likely exposure
Potential exposure exists on Linux systems running affected or unpatched kernels that process attacker-controlled IPv6 traffic containing Home Address Options and trailing options. The supplied version data is ambiguous and does not identify distribution backports, so kernel package status should be verified with each vendor rather than inferred solely from version numbers.
Exploitation context
The CVSS vector describes network-reachable exploitation without privileges or user interaction. However, CVE-2026-63922 is not identified as KEV in the supplied bundle, and no source provided evidence of active exploitation, a public proof of concept, or reliable real-world impact. Absence from KEV does not prove exploitation has never occurred.
Researcher notes
The essential condition is pointer invalidation after ipv6_dest_hao() expands a cloned skb, followed by parsing of trailing padding or TLVs through the cached nh pointer. Validate fix presence branch-by-branch. The bundle supplies multiple stable commits but lacks branch mappings, affected-range semantics, CWE classification, crash traces, and proof of exploitability.
Mitigation direction
Install vendor kernel updates containing the applicable referenced stable fix.
Check distribution advisories for backported fixes before relying on kernel version comparisons.
Prioritize internet-facing systems and network infrastructure processing untrusted IPv6 traffic.
If updates are unavailable, request vendor-supported temporary mitigations; none are documented in the supplied sources.
Validation and detection
Inventory running kernel builds across Linux hosts, containers' hosts, appliances, and network infrastructure.
Map each kernel build to its distribution advisory or applicable stable-kernel fix commit.
Confirm patched systems booted into the updated kernel rather than retaining the vulnerable runtime kernel.
Review IPv6 reachability and whether untrusted traffic can reach affected hosts.
Use approved defensive regression testing to confirm IPv6 option processing remains stable after updating.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-63922 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.