Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp861289pxb; Tue, 1 Feb 2022 11:59:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJyl5TYiLU5Ykcll8QVo/Bss6X5LHx6hBzNGTNf3mi4zXrt/2LJPTlfisWgOOcSxZm/VKf74 X-Received: by 2002:a17:907:3e8b:: with SMTP id hs11mr22279835ejc.757.1643745546428; Tue, 01 Feb 2022 11:59:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643745546; cv=none; d=google.com; s=arc-20160816; b=rL1Lpwl47udKA+RPUWxHwm8t8u/G5uLbxhGW1d/3hZFAHSejcXKvYHg15zmTU3/DG6 aFlRpBCjD2yAmrS9Usm2iokmHrzLGCxdTkiQMOwiP/k9x88RlVVrY1M4y/R0P9T4BwRR 205IpGYWWBHnlWuJuJttuQF3AfV8wClxVKbZLOxGUkAPV5e6+6ByPuoQ5vJmPzKUI/hR Wgrr9lWLYtH3ZaX//sGg2ZNyVEg34x1CvLB98QGrFKsS8hmQFkOygyVlx5j/PwqavBt7 clmhcQZqpXHlnNHbE9CChg6igP0LoNUnP3U5CT99V1cC68+q6uyoHA8nMn856KK2bGy4 HL9w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=h/vGtSIfBNBRObIfhgV2cK6qdZNVVWMPhbUAQJOVDKQ=; b=AsWifu9S9gwAg3ZCqWkOy95fnGhSIY37IHYV6vbI09MLltX8hSqN27/oqx23kWUz9L bCdQimYIXRUb9DU0hdEQXH4xUbBn3F2msPmsxr17Fs9p/M3x3fUo5Ssi+0bc/BXAAJ9r zjFwxL85U3YZHsgtt1BiIQQ6sArTE41zDsSK7KL9n4D7IWmHbSfjl3LvD7B9yXsUOqLP ad/w1FiiiaeqZRsx/3+YQiZousAWqV6Af2qQTvRWTAfRGCflpMSXv+eM/3squglN7fxZ a4iYJGdo5kitBy5DS/vs/Sj/vFTZUgVKxDmia02H5bf9nXGtWkrfsOoe5NCTlhOFAOdK R6aA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="a48DE/2O"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i7si10228260edr.106.2022.02.01.11.58.41; Tue, 01 Feb 2022 11:59:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="a48DE/2O"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376521AbiAaLIf (ORCPT + 99 others); Mon, 31 Jan 2022 06:08:35 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:39888 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1359393AbiAaLFY (ORCPT ); Mon, 31 Jan 2022 06:05:24 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 195F960B28; Mon, 31 Jan 2022 11:05:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9239C340E8; Mon, 31 Jan 2022 11:05:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643627123; bh=PvqhyxCJZxpLaJ8L1wBqus7S7SnmSWuGiwYAapgizFM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a48DE/2OobGJM0F/OnQfi9Z8QQt6RZhnreEaMhXkadtHC34X5vQvLVBKXa7KZHz7z /M+s8+HNFsL9n+NKhy0hcrMr2mL+Mc1iJHDBeoYjDFkcKt/fA+Sh2vR3PAzatRW55G 8609n/2esPXaigPtG/ywCs9qHvT0/iKO6umbvEUY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, caixf , Jakub Kicinski , "David S. Miller" , Sasha Levin Subject: [PATCH 5.10 082/100] ipv4: fix ip option filtering for locally generated fragments Date: Mon, 31 Jan 2022 11:56:43 +0100 Message-Id: <20220131105223.204395895@linuxfoundation.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220131105220.424085452@linuxfoundation.org> References: <20220131105220.424085452@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jakub Kicinski [ Upstream commit 27a8caa59babb96c5890569e131bc0eb6d45daee ] During IP fragmentation we sanitize IP options. This means overwriting options which should not be copied with NOPs. Only the first fragment has the original, full options. ip_fraglist_prepare() copies the IP header and options from previous fragment to the next one. Commit 19c3401a917b ("net: ipv4: place control buffer handling away from fragmentation iterators") moved sanitizing options before ip_fraglist_prepare() which means options are sanitized and then overwritten again with the old values. Fixing this is not enough, however, nor did the sanitization work prior to aforementioned commit. ip_options_fragment() (which does the sanitization) uses ipcb->opt.optlen for the length of the options. ipcb->opt of fragments is not populated (it's 0), only the head skb has the state properly built. So even when called at the right time ip_options_fragment() does nothing. This seems to date back all the way to v2.5.44 when the fast path for pre-fragmented skbs had been introduced. Prior to that ip_options_build() would have been called for every fragment (in fact ever since v2.5.44 the fragmentation handing in ip_options_build() has been dead code, I'll clean it up in -next). In the original patch (see Link) caixf mentions fixing the handling for fragments other than the second one, but I'm not sure how _any_ fragment could have had their options sanitized with the code as it stood. Tested with python (MTU on lo lowered to 1000 to force fragmentation): import socket s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.setsockopt(socket.IPPROTO_IP, socket.IP_OPTIONS, bytearray([7,4,5,192, 20|0x80,4,1,0])) s.sendto(b'1'*2000, ('127.0.0.1', 1234)) Before: IP (tos 0x0, ttl 64, id 1053, offset 0, flags [+], proto UDP (17), length 996, options (RR [bad length 4] [bad ptr 5] 192.148.4.1,,RA value 256)) localhost.36500 > localhost.search-agent: UDP, length 2000 IP (tos 0x0, ttl 64, id 1053, offset 968, flags [+], proto UDP (17), length 996, options (RR [bad length 4] [bad ptr 5] 192.148.4.1,,RA value 256)) localhost > localhost: udp IP (tos 0x0, ttl 64, id 1053, offset 1936, flags [none], proto UDP (17), length 100, options (RR [bad length 4] [bad ptr 5] 192.148.4.1,,RA value 256)) localhost > localhost: udp After: IP (tos 0x0, ttl 96, id 42549, offset 0, flags [+], proto UDP (17), length 996, options (RR [bad length 4] [bad ptr 5] 192.148.4.1,,RA value 256)) localhost.51607 > localhost.search-agent: UDP, bad length 2000 > 960 IP (tos 0x0, ttl 96, id 42549, offset 968, flags [+], proto UDP (17), length 996, options (NOP,NOP,NOP,NOP,RA value 256)) localhost > localhost: udp IP (tos 0x0, ttl 96, id 42549, offset 1936, flags [none], proto UDP (17), length 100, options (NOP,NOP,NOP,NOP,RA value 256)) localhost > localhost: udp RA (20 | 0x80) is now copied as expected, RR (7) is "NOPed out". Link: https://lore.kernel.org/netdev/20220107080559.122713-1-ooppublic@163.com/ Fixes: 19c3401a917b ("net: ipv4: place control buffer handling away from fragmentation iterators") Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: caixf Signed-off-by: Jakub Kicinski Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- net/ipv4/ip_output.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index e77afaecc9818..4f76e8183f403 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -834,15 +834,24 @@ int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, /* Everything is OK. Generate! */ ip_fraglist_init(skb, iph, hlen, &iter); - if (iter.frag) - ip_options_fragment(iter.frag); - for (;;) { /* Prepare header of the next frame, * before previous one went down. */ if (iter.frag) { + bool first_frag = (iter.offset == 0); + IPCB(iter.frag)->flags = IPCB(skb)->flags; ip_fraglist_prepare(skb, &iter); + if (first_frag && IPCB(skb)->opt.optlen) { + /* ipcb->opt is not populated for frags + * coming from __ip_make_skb(), + * ip_options_fragment() needs optlen + */ + IPCB(iter.frag)->opt.optlen = + IPCB(skb)->opt.optlen; + ip_options_fragment(iter.frag); + ip_send_check(iter.iph); + } } skb->tstamp = tstamp; -- 2.34.1