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.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A bug in the Linux kernel’s IPv6 hop‑by‑hop header path causes the ipv6_hop_jumbo() function to trim the socket buffer with pskb_trim_rcsum(). Without recomputing the next‑header pointer afterward, the kernel can keep a stale pointer that references invalid memory. This flaw, classified as CWE‑825, can lead to memory corruption and a kernel crash when an attacker processes a crafted IPv6 packet.

Affected Systems

All installations of the Linux kernel that have not incorporated the patch recomputing the next‑header pointer after a hop‑jumbo trim are potentially vulnerable. The CNA lists only Linux as the affected vendor, and no distribution or kernel version is specified, so any default kernel prior to the fix may be susceptible.

Risk and Exploitability

The CVSS score of 9.8 indicates a very high potential severity. The EPSS score of less than 1 % suggests that large‑scale exploitation is currently uncommon, and the vulnerability is not yet catalogued in CISA’s KEV list. An attacker who can deliver crafted IPv6 packets to the target can trigger the flaw, potentially causing memory corruption, a kernel crash, or other instability. The attack vector is inferred to be remote, relying on the victim’s network stack.

Generated by OpenCVE AI on August 5, 2026 at 02:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that recomputes the next‑header pointer after the buffer trim
  • Upgrade the kernel to the latest stable release that includes the fix
  • If the patch cannot be applied immediately, block or filter incoming IPv6 hop‑by‑hop packets using firewall rules or disable IPv6 on the affected interfaces

Generated by OpenCVE AI on August 5, 2026 at 02:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Important


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
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.
Title ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:37:19.118Z

Reserved: 2026-07-19T07:54:57.021Z

Link: CVE-2026-63924

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63924 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T02:45:17Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference