Re: [PATCH net-next v7 00/10] ipv6: Address ext hdr DoS vulnerabilities
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-02-06 02:45:13
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-02-06 02:45:13
On Wed, 4 Feb 2026 14:51:44 -0800 Tom Herbert wrote:
IPv6 extension headers are defined to be quite open ended with few limits. For instance, RFC8200 requires a receiver to process any number of extension headers in a packet in any order. This flexibility comes at the cost of a potential Denial of Service attack. The only thing that might mitigate the DoS attacks is the fact that packets with extension headers experience high drop rates on the Internet so that a DoS attack based on extension wouldn't be very effective at Internet scale.
Patch 10 never arrived..