Re: [tcpm] Privacy problems of TCP Fast Open

Michael Tuexen <michael.tuexen@lurchi.franken.de> Tue, 21 May 2019 16:34 UTC

Return-Path: <michael.tuexen@lurchi.franken.de>
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 CE5F012017D for <tcpm@ietfa.amsl.com>; Tue, 21 May 2019 09:34:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] 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 OuZ6xi192rVd for <tcpm@ietfa.amsl.com>; Tue, 21 May 2019 09:34:42 -0700 (PDT)
Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E8A2120177 for <tcpm@ietf.org>; Tue, 21 May 2019 09:34:42 -0700 (PDT)
Received: from [IPv6:2003:cd:6f38:4a00:3539:3577:8688:4695] (p200300CD6F384A003539357786884695.dip0.t-ipconnect.de [IPv6:2003:cd:6f38:4a00:3539:3577:8688:4695]) (Authenticated sender: lurchi) by drew.franken.de (Postfix) with ESMTPSA id 019CF721E2823; Tue, 21 May 2019 18:34:38 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
From: Michael Tuexen <michael.tuexen@lurchi.franken.de>
In-Reply-To: <5804f1d1-5f47-6f36-be9f-d13d9ad89b08@informatik.uni-hamburg.de>
Date: Tue, 21 May 2019 18:34:38 +0200
Cc: tcpm@ietf.org
Content-Transfer-Encoding: 7bit
Message-Id: <090B342F-960D-4F0D-ABF4-5E29E6BAF2AA@lurchi.franken.de>
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> <DA807D25-9E7F-4EE3-8E8B-C9A0FC745C52@lurchi.franken.de> <5804f1d1-5f47-6f36-be9f-d13d9ad89b08@informatik.uni-hamburg.de>
To: sy@informatik.uni-hamburg.de
X-Mailer: Apple Mail (2.3445.104.11)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpm/dD_jUYh1vfRbXFR9cGctsk6evSA>
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 16:34:44 -0000

> On 21. May 2019, at 14:25, Erik Sy <sy@informatik.uni-hamburg.de> wrote:
> 
> 
> On 5/21/19 12:18, Michael Tuexen wrote:
>>> 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.
>> How often do the public addresses change?
> 
> I do not have a general answer to your question. In the case of my home
> network, my ISP assigns me at least every 24 hours a new IPv4 address.
I also had this on my DSL line (I guess we both live in Germany),
but since my telephone line was moved to "all IP", the assignment stays
up for months.
> Additionally, I can initiate a change of my network's public IP address
> at anytime.
Sure.
> 
> TFO cookies allow basically unlimited tracking periods because they do
> not have an expiration mechanism. Thus, even infrequently changed IP
> addresses can be correlated.
An implementation can do implement such a thing and even allow an API for it.
For testing I'm flushing the cookie cache quite often...
> 
>> One could extend the TFO API in
>> a way that the application can request a new cookie by only sending 
>> a cookie request.
> 
> I do not think this is an appropriate countermeasure.
> 
> From my perspective, caching TFO cookies in the kernel is a more
> fundamental privacy problem. This design requires applications to share
> a pool of TFO cookies, which allows tracking across several
> applications. For example, this prevents user's to separate their online
> activities across different browsers.
They would share the IP address. If they decide to trigger a new address
binding on the access router, why couldn't they trigger flushing the
cache?

Best regards
Michael
> 
>>> Returning to your example, onion routing does not necessarily protect
>>> you against tracking via TFO cookies.
>> Yepp, that is what I wanted to say. 
>> But using TFO in that case doesn't
>> make much sense.
> 
> Yes, TFO does not make sense if user privacy is at stake. Thus, we
> should warn users about these risks of RFC 7413.
> 
> Best regards,
> Erik
> 
>