Junglewise Threat Intelligence

CVE-2026-63992: Linux kernel out-of-bounds access in iptunnel_pmtud_check_icmp

CVE-2026-63992 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking subsystem could allow a remote attacker to cause a system crash or access restricted memory. This issue occurs when the system processes specific network tunnel traffic, potentially leading to an unstable operating environment. Administrators should apply kernel updates to ensure continued system availability and security.

Technical details

An out-of-bounds access vulnerability exists in the iptunnel_pmtud_check_icmp() function in net/ipv4/ip_tunnel_core.c. The issue arises because the code assumes the skb transport header is set, but in certain bridged IP packet scenarios, it may be uninitialized (returning a value of 65535). This leads to an invalid memory access when attempting to read the ICMP header. The fix involves validating the ICMP header presence relative to the IPv4 network header and ensuring the ICMP type is within the linear part of the socket buffer. Patches have been released across multiple stable kernel branches.

Affected products

  • Linux Linux 5.9 to 5.10.258, 5.15.209, 6.1.175, 6.6.105, 6.12.15, 6.13.3

Timeline

  • 2026-05-22: disclosed: Initial patch submitted by Eric Dumazet
  • 2026-07-19: advisory: CVE-2026-63992 published

References