Re: [tcpm] Privacy problems of TCP Fast Open

Brian Trammell (IETF) <ietf@trammell.ch> Tue, 21 May 2019 14:48 UTC

Return-Path: <ietf@trammell.ch>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 16A2512003E for <tcpm@ietfa.amsl.com>; Tue, 21 May 2019 07:48:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kgIU5X70JnDf for <tcpm@ietfa.amsl.com>; Tue, 21 May 2019 07:48:03 -0700 (PDT)
Received: from smtp-sh.infomaniak.ch (smtp-sh.infomaniak.ch [128.65.195.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6EE7812001E for <tcpm@ietf.org>; Tue, 21 May 2019 07:48:03 -0700 (PDT)
Received: from smtp6.infomaniak.ch (smtp6.infomaniak.ch [83.166.132.19]) by smtp-sh.infomaniak.ch (8.14.5/8.14.5) with ESMTP id x4LEm05i014580 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 21 May 2019 16:48:01 +0200
Received: from [IPv6:2001:67c:64:49:6135:873c:6a:daf9] ([IPv6:2001:67c:64:49:6135:873c:6a:daf9]) (authenticated bits=0) by smtp6.infomaniak.ch (8.14.5/8.14.5) with ESMTP id x4LElweN013587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 21 May 2019 16:47:59 +0200
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\))
From: Brian Trammell <ietf@trammell.ch>
In-Reply-To: <7B148CBB-3D8A-4D29-BCA7-0B241E548D4E@ifi.uio.no>
Date: Tue, 21 May 2019 14:47:58 +0000
Cc: Erik Sy <sy@informatik.uni-hamburg.de>, Michael Tuexen <michael.tuexen@lurchi.franken.de>, tcpm IETF list <tcpm@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <491A06E5-1D3C-46BF-B682-FBFB9B752906@trammell.ch>
References: <ba3887b6-1554-9a67-8834-4bb598cf18f0@informatik.uni-hamburg.de> <fd9f22b0-03ee-a1ef-ee97-02a93bf2648b@informatik.uni-hamburg.de> <4194EE28-DCDF-46A3-8D26-5920E55040FD@lurchi.franken.de> <4e151b52-cd6d-7145-4e0f-94c6f94eb20b@informatik.uni-hamburg.de> <7B148CBB-3D8A-4D29-BCA7-0B241E548D4E@ifi.uio.no>
To: Michael Welzl <michawe@ifi.uio.no>
X-Mailer: Apple Mail (2.3445.104.8)
X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.8
X-Antivirus-Code: 0x100000
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpm/EwLWy02h6dsVOoKA3Whx8E6oduA>
Subject: Re: [tcpm] Privacy problems of TCP Fast Open
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tcpm/>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 21 May 2019 14:48:07 -0000

hi Michael,

Further foolishness inside ;)

> On 21 May 2019, at 09:39, Michael Welzl <michawe@ifi.uio.no> wrote:
> 
> Hi all,
> 
> I'm about to make a fool of myself because I'm quite certain that I'm missing something.
> But, I guess this is worth the risk - somehow I'm not risking much, as most people on this list already know me well enough to not be surprised by another foolish idea coming from me   :)
> 
> 
> So...
> 
> 
> Actually, couldn't we just remove the cookie from TFO?
> 
> 
> As far as I understand, the main point of the cookie is to protect the server against clients that might spoof their IP addresses and just send tons of requests to the server - which could potentially be much heavier to handle than just the SYN state without TFO.
> To some degree, this is an OS problem, not a network problem: methods could be in place to limit the time an application spends answering requests that are carried on SYNs. My question is: wouldn't that be enough?

All simple cookie based-approaches have a pretty simple tradeoff: use a cookie which references some previous visible exchange between client and server, trading off load reduction on the server (and flexibility in deployment of DoS protection in front of the server) for traceability (which, in this case, is a requirement, not something to be avoided). The design of TFO (and SYN cookies before it). 

More advanced 0RTT tokens have a different tradeoff; since the token is established between client and server without being observable on the path, here we gain traceability protection and retain server load reduction, but give up the ability to have front-ends that can reject attack traffic without some form of coordination with the server.

> A few years ago, I'm sure that such a proposal would have been shot by people saying that data carried by TCP is general and TCP must serve all applications, and that we can't have that kind of special treatment for data arriving via SYNs.
> However, TFO has already departed from this generality, in several ways: applications using it must be able to handle incoming duplicate requests; they need to use special API calls to access the data; importantly (for the point I'm making), rate limits should already be in place when using TFO (RFC 7413, section 5.1).
> 
> So what I'm proposing is: couldn't we re-write TFO to just remove the Cookie from it, and say: "it's allowed for applications to accept data that comes with a SYN right away, but this must be done in a special way (as already described in RFC 7413), and in particular, the time an application spends processing TFO requests must be limited to avoid being DDoSed?"

You're correct to point out that 0RTT resumption is and will always remain special, not only due to the special requirements it places on applications but also for cryptographic reasons (0RTT cannot be made forward-secret, so data sent in 0RTT for TLS1.3 or QUIC has different cryptographic properties than the rest of the session). 

ISTM there are the following possibilities:

(1) Do nothing.

(1a) Do nothing, but issue guidance in an informational RFC notinf that TFO cookies are traceable, and should be avoided in the open Internet when 

(2) Deprecate TFO (and hope people who want 0RTT migrate to QUIC); explain the privacy reason behind the deprecation in the deprecated document.

(3) Update TFO to make TFO cookies optional, and explain the tradeoffs.

I would expect pushback on 2 or 3 from people running TFO on the Internet, because it requires coordinated implementation effort and changes the operational environment (which always carries risk).

There is the caveat that I'm not sure how many are running TFO on the Internet. (I do know Google was the biggest one, at least a couple of years ago, from research I did before joining).

Cheers,

Brian

> If a server is overloaded and can't process any more TFO data, the result could be that it just doesn't answer at all, and the client would then retransmit the SYN, just as if the SYN had been dropped.
> 
> 
> Cheers,
> Michael
> 
> 
> 
>> On 21 May 2019, at 09:52, Erik Sy <sy@informatik.uni-hamburg.de> wrote:
>> 
>> Hi Michael,
>> 
>> thanks for this question!
>> 
>> Yes, TFO cookies are bound to the clients (local) IP address. However, a
>> client with a static local IP address in a home network will use the
>> same TFO cookie independently of it's publicly visible IP address. As a
>> result, TFO cookies present an independent tracking mechanism, which
>> does not necessarily rely on the client's publicly visible IP address.
>> 
>> Returning to your example, onion routing does not necessarily protect
>> you against tracking via TFO cookies.
>> 
>> Best regards,
>> Erik
>> 
>> On 5/21/19 09:13, Michael Tuexen wrote:
>>>> On 20. May 2019, at 23:19, Erik Sy <sy@informatik.uni-hamburg.de> wrote:
>>>> 
>>>> I think it is important to warn users about the privacy risks of RFC
>>>> 7413. For example, Mozilla reacted to the privacy problems of TCP Fast
>>>> Open by deprecating this protocol on all it's Firefox branches. In
>>>> total, TCP Fast Open has significant issues with respect to user
>>>> privacy, performance and deployment on the real-world Internet. From my
>>>> point of view, it is about time to deprecate RFC 7413.
>>> Hi Eric,
>>> 
>>> my understanding is that a cookie is specific to a client address, a server
>>> address and a server port. So it would make sense for a client to remove
>>> entries from the cookie cache on an address change. Assuming that, how
>>> does your described host based attacks relate to the server just using
>>> the client IP address for tracking? If you are trying to hide you IP-address
>>> (like using a TOR browser) you don't want to use TFO, but you are not
>>> optimising for small RTTs in that case, so it makes no sense in that case.
>>> 
>>> Best regards
>>> Michael
>>>> Regards,
>>>> Erik
>>>> 
>>>> On 5/10/19 14:14, Erik Sy wrote:
>>>> 
>>>>> Hi everyone,
>>>>> 
>>>>> TCP Fast Open has significant privacy problems which are not considered
>>>>> in RFC 7413.
>>>>> For example, this protocol allows a passive network observer to
>>>>> correlate connections established by the same client, which protocols
>>>>> such as TLS 1.3 and QUIC actively protect against. Furthermore, Fast
>>>>> Open cookies present a kernel-based tracking mechanism which is quite
>>>>> persistent. Amongst others, they can be used to conduct cross-browser
>>>>> tracking on the same operating system.
>>>>> For further details please refer to this article:
>>>>> https://arxiv.org/pdf/1905.03518.pdf
>>>>> 
>>>>> I suggest, that the working group takes steps to highlight these privacy
>>>>> problems of RFC 7413.
>>>>> 
>>>>> Regards,
>>>>> Erik
>>>>> 
>>>>> _______________________________________________
>>>>> tcpm mailing list
>>>>> tcpm@ietf.org
>>>>> https://www.ietf.org/mailman/listinfo/tcpm
>>>> _______________________________________________
>>>> tcpm mailing list
>>>> tcpm@ietf.org
>>>> https://www.ietf.org/mailman/listinfo/tcpm
>> 
>> _______________________________________________
>> tcpm mailing list
>> tcpm@ietf.org
>> https://www.ietf.org/mailman/listinfo/tcpm
> 
> _______________________________________________
> tcpm mailing list
> tcpm@ietf.org
> https://www.ietf.org/mailman/listinfo/tcpm