From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Fw: [Bug 202287] New: netfilter/iptales prevents Tor Browser from closing cleanly Date: Tue, 15 Jan 2019 11:27:32 -0800 Message-ID: <20190115112732.2f39747d@shemminger-XPS-13-9360> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: netdev@vger.kernel.org Return-path: Received: from mail-pg1-f177.google.com ([209.85.215.177]:34229 "EHLO mail-pg1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728780AbfAOT1k (ORCPT ); Tue, 15 Jan 2019 14:27:40 -0500 Received: by mail-pg1-f177.google.com with SMTP id j10so1664654pga.1 for ; Tue, 15 Jan 2019 11:27:39 -0800 (PST) Received: from shemminger-XPS-13-9360 ([167.220.61.105]) by smtp.gmail.com with ESMTPSA id 84sm11253598pfa.115.2019.01.15.11.27.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 15 Jan 2019 11:27:37 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Begin forwarded message: Date: Tue, 15 Jan 2019 16:18:13 +0000 From: bugzilla-daemon@bugzilla.kernel.org To: stephen@networkplumber.org Subject: [Bug 202287] New: netfilter/iptales prevents Tor Browser from closing cleanly https://bugzilla.kernel.org/show_bug.cgi?id=202287 Bug ID: 202287 Summary: netfilter/iptales prevents Tor Browser from closing cleanly Product: Networking Version: 2.5 Kernel Version: 4.20 Hardware: Intel OS: Linux Tree: Mainline Status: NEW Severity: high Priority: P1 Component: IPV4 Assignee: stephen@networkplumber.org Reporter: jb.1234abcd@gmail.com Regression: No Created attachment 280501 --> https://bugzilla.kernel.org/attachment.cgi?id=280501&action=edit Tpr Browser and kernels run log Since kernel 4.20 there is a problem with Tor Browser (TB) on close. The last good kernel was 4.19.12 . Tested: kernel 4.20.1 and 4.19.12 . Tor Browser 8.0.4 (prod version). Tor Browser (TB) and kernel run logs (as attached): tor-netfilter-4.20.1-and-4.19.12.txt kernel 4.20.1 Results: There is a problem with TB on close: - TB process left behind - INVALID messages (ACK FIN and ACK PSH FIN) cought in OUTPUT chain of iptables, on lo interface, and logged to system log/journal. -A OUTPUT -m conntrack --ctstate INVALID -j loginv kernel 4.19.12 Results: There is no problem with TB, i.e. clean close. There is an old reference to this problem https://www.linode.com/community/questions/2495/iptables-drop-ackfin-as-invalid -- You are receiving this mail because: You are the assignee for the bug.