CVE-2026-63924
Received Received - Intake

IPv6 Hop-by-Hop Extension Header Pointer Refresh Vulnerability in Linux Kernel

Vulnerability report for CVE-2026-63924, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo() ipv6_hop_jumbo() calls pskb_trim_rcsum(), which can change skb pointers. Let's recompute nh pointer to make sure any change won't mess things up.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a pointer refresh issue in the IPv6 extension headers. The function ipv6_hop_jumbo() modifies packet data using pskb_trim_rcsum(), which can alter skb pointers. The fix ensures the nh pointer is recomputed to prevent potential corruption or misbehavior due to these changes.

Detection Guidance

This vulnerability is specific to the Linux kernel and relates to IPv6 extension headers. Detection requires checking the kernel version and verifying if the vulnerable code path is present. Use uname -a to check your kernel version and grep for the affected function in the kernel source.

Impact Analysis

If exploited, this vulnerability could lead to network packet processing errors, crashes, or unexpected behavior in systems running vulnerable Linux kernel versions. It may cause denial-of-service conditions or instability in IPv6 networking operations.

Compliance Impact

This vulnerability does not provide sufficient information to determine its impact on compliance with standards like GDPR or HIPAA. The CVE describes a low-level IPv6 networking issue in the Linux kernel without clear implications for data protection or privacy regulations.

Mitigation Strategies

Apply the latest kernel patches from your Linux distribution to ensure the fix is included. If patches are unavailable, consider disabling IPv6 extension headers if not required, or restrict IPv6 traffic through firewall rules until the kernel is updated.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63924. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart