Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp2037152imm; Thu, 24 May 2018 04:56:10 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpyV6y127x5lSpmu/8X1CgVDqJ3W7Puhbaoukp8xFYLKejCakKuQHookhLNwGcFFF1ldMmc X-Received: by 2002:a17:902:6046:: with SMTP id a6-v6mr2613142plt.59.1527162970468; Thu, 24 May 2018 04:56:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527162970; cv=none; d=google.com; s=arc-20160816; b=UaaE5vXf/rJmwaUjuAfrokJA6ljif9fcKhWGTLj/SlXotKlKgro2vfIJdgC7RPTSux 8++Gb6dNf86a129EbS9PJNWaIRWcqRMob/3Nic6bFHFECPAEcISUki8jQkEc+V5hPPK+ G/flE8ubharejk6IrLs7sj1DvDX06uyHS2VjxlZw3mbNKuwcB1qUSghnshJtqE0EazrH AJJ/Shnmic9mC5c//VRZ4G2800b5aWUMi8pktsmGIo0AGRRXXr8TPRUP0Xsu1sMesUq1 7OJyDLu8BDcZGs5eGbKxLS0HYI1WcRUIhXxaVQZjy+QbNpSjRaEo2SoXy/bDUbRzD9VY RHow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from:dkim-signature :arc-authentication-results; bh=biyIpZI2Yh1MzzATheA0Z+nyy3+zvVdx40PhhqoY/OI=; b=Istz0v/kXeU7XJwCf9YOkOb+WoSgoalnbLU2O5G0TN2fzxzwpfRodBgmPAs0ofZJKk kw8pQqrXRoriD62FEkbsXXkFB/rqOArzDo+RgKJWVmz00NNvlqtzpWdaBxFfTI86Aow5 y2r1Ww/g59MP8nGCGkwsen+8jNyq4cFw0uacHzmrErML3NWwYKw06R0ghKj/PHXV5cnM Dgbo2rFSpyyDR/+uLhoMPwZtTzK33vz/Q+OZKrn1vSuHl4k86agcX4D5RnytUUO5+frF Ld3Be8/xlJZ2IPgCI296aOBmwVPex/v+Suzh2kohsz9MjNwAqxcu19EYBjdO6AW2ZDHo VskQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xDsg4WAL; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s70-v6si14055358pfs.157.2018.05.24.04.55.56; Thu, 24 May 2018 04:56:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xDsg4WAL; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966866AbeEXJqA (ORCPT + 99 others); Thu, 24 May 2018 05:46:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:57104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966857AbeEXJp5 (ORCPT ); Thu, 24 May 2018 05:45:57 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5BCC8208BA; Thu, 24 May 2018 09:45:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1527155156; bh=GJlkHKpn5cLp5VAYzcv8ER/rUE6buEse6j0OniCtjD8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xDsg4WALi+/aeXRR/Bb0AWDHFScpZ+g8GAx00EcA6bV9swPQ1RVmsT28iHWXPHqeF i9XbFKuuHEkTWJWpZ79vlWjd3KD6I3pFtGj/cHluNjoNWA3hYUlhqnZ/KuKeoXOK1y 4SUuFQKzIkBac2Itr7Rhe0+31UtVvt9f85HoxPHg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Eric Dumazet , Yuchung Cheng , Neal Cardwell , syzbot , "David S. Miller" Subject: [PATCH 4.4 74/92] tcp: purge write queue in tcp_connect_init() Date: Thu, 24 May 2018 11:38:51 +0200 Message-Id: <20180524093206.394251419@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180524093159.286472249@linuxfoundation.org> References: <20180524093159.286472249@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Eric Dumazet [ Upstream commit 7f582b248d0a86bae5788c548d7bb5bca6f7691a ] syzkaller found a reliable way to crash the host, hitting a BUG() in __tcp_retransmit_skb() Malicous MSG_FASTOPEN is the root cause. We need to purge write queue in tcp_connect_init() at the point we init snd_una/write_seq. This patch also replaces the BUG() by a less intrusive WARN_ON_ONCE() kernel BUG at net/ipv4/tcp_output.c:2837! invalid opcode: 0000 [#1] SMP KASAN Dumping ftrace buffer: (ftrace buffer empty) Modules linked in: CPU: 0 PID: 5276 Comm: syz-executor0 Not tainted 4.17.0-rc3+ #51 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:__tcp_retransmit_skb+0x2992/0x2eb0 net/ipv4/tcp_output.c:2837 RSP: 0000:ffff8801dae06ff8 EFLAGS: 00010206 RAX: ffff8801b9fe61c0 RBX: 00000000ffc18a16 RCX: ffffffff864e1a49 RDX: 0000000000000100 RSI: ffffffff864e2e12 RDI: 0000000000000005 RBP: ffff8801dae073a0 R08: ffff8801b9fe61c0 R09: ffffed0039c40dd2 R10: ffffed0039c40dd2 R11: ffff8801ce206e93 R12: 00000000421eeaad R13: ffff8801ce206d4e R14: ffff8801ce206cc0 R15: ffff8801cd4f4a80 FS: 0000000000000000(0000) GS:ffff8801dae00000(0063) knlGS:00000000096bc900 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033 CR2: 0000000020000000 CR3: 00000001c47b6000 CR4: 00000000001406f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: tcp_retransmit_skb+0x2e/0x250 net/ipv4/tcp_output.c:2923 tcp_retransmit_timer+0xc50/0x3060 net/ipv4/tcp_timer.c:488 tcp_write_timer_handler+0x339/0x960 net/ipv4/tcp_timer.c:573 tcp_write_timer+0x111/0x1d0 net/ipv4/tcp_timer.c:593 call_timer_fn+0x230/0x940 kernel/time/timer.c:1326 expire_timers kernel/time/timer.c:1363 [inline] __run_timers+0x79e/0xc50 kernel/time/timer.c:1666 run_timer_softirq+0x4c/0x70 kernel/time/timer.c:1692 __do_softirq+0x2e0/0xaf5 kernel/softirq.c:285 invoke_softirq kernel/softirq.c:365 [inline] irq_exit+0x1d1/0x200 kernel/softirq.c:405 exiting_irq arch/x86/include/asm/apic.h:525 [inline] smp_apic_timer_interrupt+0x17e/0x710 arch/x86/kernel/apic/apic.c:1052 apic_timer_interrupt+0xf/0x20 arch/x86/entry/entry_64.S:863 Fixes: cf60af03ca4e ("net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)") Signed-off-by: Eric Dumazet Cc: Yuchung Cheng Cc: Neal Cardwell Reported-by: syzbot Acked-by: Neal Cardwell Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/ipv4/tcp_output.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -2587,8 +2587,10 @@ int __tcp_retransmit_skb(struct sock *sk return -EBUSY; if (before(TCP_SKB_CB(skb)->seq, tp->snd_una)) { - if (before(TCP_SKB_CB(skb)->end_seq, tp->snd_una)) - BUG(); + if (unlikely(before(TCP_SKB_CB(skb)->end_seq, tp->snd_una))) { + WARN_ON_ONCE(1); + return -EINVAL; + } if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) return -ENOMEM; } @@ -3117,6 +3119,7 @@ static void tcp_connect_init(struct sock sock_reset_flag(sk, SOCK_DONE); tp->snd_wnd = 0; tcp_init_wl(tp, 0); + tcp_write_queue_purge(sk); tp->snd_una = tp->write_seq; tp->snd_sml = tp->write_seq; tp->snd_up = tp->write_seq;