Re: [rtcweb] Please require user consent for data channels

Victor Pascual Avila <victor.pascual.avila@gmail.com> Thu, 16 July 2015 13:43 UTC

Return-Path: <victor.pascual.avila@gmail.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8EF441B3B99 for <rtcweb@ietfa.amsl.com>; Thu, 16 Jul 2015 06:43:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
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 vfR2J74Hf9tM for <rtcweb@ietfa.amsl.com>; Thu, 16 Jul 2015 06:43:09 -0700 (PDT)
Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0875E1B3B2F for <rtcweb@ietf.org>; Thu, 16 Jul 2015 06:43:08 -0700 (PDT)
Received: by wgxm20 with SMTP id m20so58860435wgx.3 for <rtcweb@ietf.org>; Thu, 16 Jul 2015 06:43:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=d7sfMkmy5HIT4q1jhsGFhAve9YEVI9XtZsxaN7yw1oQ=; b=FyNfVJV+v/5gncEzY4WA+whTRcfkwctuUm76fcQGptAJFAXCObYLl6BAQknzgU7zMW GDQvad8QxZwTEtM001CpXGyXxk5EG45hJVEXev4IzXy4vt6nABWf0CI26VCTRnVJ8+pC cU9GkfkRqJMHCQaZVtsCBSO/r68bXhJD4lUM++b4adcLS+Nun94nbI4bkKAwkzHtiAaI tbMi1UVnNFjaZOa0SKpc2ztpPtndCrX5GgG8sx5ravFkpPtFTmQhro4VUDd4AIikTxbf LhprMUT5wV4WQMwTmMlziUJ8r94xmCWGnSUcvA9FF1O3HuUmzrRNXjJc30dqqpaS6bHJ alHA==
MIME-Version: 1.0
X-Received: by 10.181.25.234 with SMTP id it10mr7177170wid.0.1437054187528; Thu, 16 Jul 2015 06:43:07 -0700 (PDT)
Received: by 10.28.16.14 with HTTP; Thu, 16 Jul 2015 06:43:07 -0700 (PDT)
In-Reply-To: <CA+65OspMD_PVjk0BXh7t4LtjmFDcDatoeNjFQOO_OVtC-Br+OA@mail.gmail.com>
References: <CA+65OspMD_PVjk0BXh7t4LtjmFDcDatoeNjFQOO_OVtC-Br+OA@mail.gmail.com>
Date: Thu, 16 Jul 2015 15:43:07 +0200
Message-ID: <CAGTXFp9gc_FbAj1iqZaHohCWmPB58KwLOLnXsFz9CFG5NTUQsw@mail.gmail.com>
From: Victor Pascual Avila <victor.pascual.avila@gmail.com>
To: Daniel Roesler <diafygi@gmail.com>
Content-Type: multipart/alternative; boundary="001a1136cbd85ee8cf051afe40a1"
Archived-At: <http://mailarchive.ietf.org/arch/msg/rtcweb/MACmXO7l4MMA4EUxyAVwK_gezXI>
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Please require user consent for data channels
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rtcweb/>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Jul 2015 13:43:10 -0000

On Sat, Jul 11, 2015 at 6:42 PM, Daniel Roesler <diafygi@gmail.com> wrote:

> There is now a documented case where a third party on nytimes.com
> is using a fake webRTC datachannel to silently gather user local (and
> potentially "real" ISP) IP addresses.
>
> https://twitter.com/incloud/status/619624021123010560
>

FYI - The company behind the NY Times IP tracking code turned it off. See
our blog: https://webrtchacks.com/dear-ny-times/#comment-17504

Cheers,
-Victor