CVE-2026-72348 PUBLISHED

netfilter: ip6tables: mark malformed IPv6 extension headers for hotdrop

Assigner: Linux
Reserved: 09.08.2026 Published: 15.08.2026 Updated: 17.08.2026

In the Linux kernel, the following vulnerability has been resolved:

netfilter: ip6tables: mark malformed IPv6 extension headers for hotdrop

The ah, hbh and rt matches check that the fixed extension header is present, then use the header length field to derive the advertised extension header length for matching.

For the ah match, add the missing advertised-length check. For hbh and rt, update the existing advertised-length checks. In all three cases, set hotdrop to true before returning false when the advertised extension header length exceeds the available skb data.

Returning false treats the packet as a rule mismatch. Set hotdrop to true and drop malformed packets so they cannot bypass rules intended to drop packets with these IPv6 extension headers.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 9.1

AV:N - Malformed IPv6 packets reach ah/hbh/rt ip6tables match functions through netfilter PREROUTING, INPUT, and FORWARD hooks on internet-facing servers, routers, and gateways without any local access. AC:L - An attacker reliably crafts IPv6 packets with AH, HBH, or routing extension headers whose length field exceeds available skb data; no race, timing window, or uncontrollable victim state is required. PR:N - Exploitation requires only sending IPv6 traffic to a host with ip6tables rules using the ah, hbh, or rt matches; no authentication, local access, or CAP_NET_ADMIN is needed by the attacker. UI:N - No victim interaction is required; exploitation is achieved solely by sending crafted network packets to a system running vulnerable ip6tables extension-header match rules. S:U - Impact is confined to bypassing kernel netfilter policy enforcement on the affected host or gateway; it does not cross VM, container, or IOMMU security boundaries. C:H - Bypassing DROP rules intended to block AH, HBH, or routing-header traffic can admit packets to previously firewalled services and confidential data on protected internal networks. I:H - Malformed packets are treated as rule non-matches instead of hotdrop failures, allowing traffic administrators configured ip6tables to reject, bypassing enforced network access controls. A:N - The flaw is a logic error in match handling that neither corrupts memory nor triggers kernel oops, panic, or hang; there is no direct availability impact from the bug itself.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to f16d856b6af5fd0e7cb0b0212f70825b599ef72e (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to fc416870100cf16d5b9495199355a679c3a02d48 (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to f775fcf384b06f35b612f78fa5601fee99eb6513 (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to 2fd89a50a9783eed8ed23866b11c8b3d8779a7a8 (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to 3578b6d92a5b1e603ae6e8c8f5538a709f03aba4 (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to 3d441be2b1c5e98167302fa1c7b61960a067b112 (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to d5e39e5eb6b30bc4a3bb7aba54c293cf36a806c7 (excl.)
  • affected from 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 to 43ccc20b5a733226417832cf16ef45322e594990 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.12 is affected
  • unaffected from 0 to 2.6.12 (excl.)
  • unaffected from 5.10.261 to 5.10.* (incl.)
  • unaffected from 5.15.212 to 5.15.* (incl.)
  • unaffected from 6.1.178 to 6.1.* (incl.)
  • unaffected from 6.6.145 to 6.6.* (incl.)
  • unaffected from 6.12.97 to 6.12.* (incl.)
  • unaffected from 6.18.40 to 6.18.* (incl.)
  • unaffected from 7.1.5 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References