Junglewise Threat Intelligence

CVE-2026-52915: Linux Kernel out-of-bounds access in netfilter ip6t_hbh

CVE-2026-52915 · Severity: info · CVSS 5.5 · Published 2026-06-24

Technologies: Linux. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's networking subsystem that could allow a local user to crash the system. The issue exists in the Netfilter component, which handles network traffic filtering and firewall rules. By providing an unexpectedly large list of options when configuring firewall rules, an attacker can trigger a system error, leading to a denial-of-service condition.

Technical details

An out-of-bounds array access vulnerability exists in net/ipv6/netfilter/ip6t_hbh.c within the Linux kernel. The 'struct ip6t_opts' structure uses a fixed-size array defined by IP6T_OPTS_OPTSNR (16), but the hbh_mt6_check() function failed to validate the 'optsnr' value provided by userspace during rule installation. A local attacker with the ability to modify ip6tables rules can provide a value greater than 16, leading to an off-by-one or greater out-of-bounds access during packet matching. This has been resolved by adding a check in the checkentry path to reject oversized option lists.

Affected products

  • Linux Linux 2.6.12-rc2 to 6.13

Timeline

  • 2026-05-13: other: Patch authored
  • 2026-06-24: advisory: CVE published

References