Re: [http-state] Security considerations overview

Adam Barth <ietf@adambarth.com> Tue, 02 March 2010 21:55 UTC

Return-Path: <ietf@adambarth.com>
X-Original-To: http-state@core3.amsl.com
Delivered-To: http-state@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 6BADC3A8CEE for <http-state@core3.amsl.com>; Tue, 2 Mar 2010 13:55:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.977
X-Spam-Level:
X-Spam-Status: No, score=-1.977 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3VqrVGWmw0rY for <http-state@core3.amsl.com>; Tue, 2 Mar 2010 13:55:20 -0800 (PST)
Received: from mail-yx0-f188.google.com (mail-yx0-f188.google.com [209.85.210.188]) by core3.amsl.com (Postfix) with ESMTP id 7E4AE3A8CF2 for <http-state@ietf.org>; Tue, 2 Mar 2010 13:55:20 -0800 (PST)
Received: by yxe26 with SMTP id 26so402212yxe.29 for <http-state@ietf.org>; Tue, 02 Mar 2010 13:55:18 -0800 (PST)
Received: by 10.100.18.25 with SMTP id 25mr443158anr.134.1267566918792; Tue, 02 Mar 2010 13:55:18 -0800 (PST)
Received: from mail-iw0-f179.google.com (mail-iw0-f179.google.com [209.85.223.179]) by mx.google.com with ESMTPS id 22sm4482469iwn.12.2010.03.02.13.55.17 (version=SSLv3 cipher=RC4-MD5); Tue, 02 Mar 2010 13:55:17 -0800 (PST)
Received: by iwn9 with SMTP id 9so777836iwn.17 for <http-state@ietf.org>; Tue, 02 Mar 2010 13:55:17 -0800 (PST)
MIME-Version: 1.0
Received: by 10.231.147.18 with SMTP id j18mr299524ibv.82.1267566917276; Tue, 02 Mar 2010 13:55:17 -0800 (PST)
In-Reply-To: <Pine.LNX.4.64.1003021337130.21569@egate.xpasc.com>
References: <5c4444771003021103s422a65c3me96af57dfee58105@mail.gmail.com> <Pine.LNX.4.64.1003021139330.4097@egate.xpasc.com> <5c4444771003021205t78c18f73t78913ae6ff3c70b1@mail.gmail.com> <Pine.LNX.4.64.1003021337130.21569@egate.xpasc.com>
From: Adam Barth <ietf@adambarth.com>
Date: Tue, 02 Mar 2010 13:54:57 -0800
Message-ID: <5c4444771003021354o70faccache31b8a0d28005aeb@mail.gmail.com>
To: http-state <http-state@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Subject: Re: [http-state] Security considerations overview
X-BeenThere: http-state@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discuss HTTP State Management Mechanism <http-state.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/http-state>, <mailto:http-state-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/http-state>
List-Post: <mailto:http-state@ietf.org>
List-Help: <mailto:http-state-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-state>, <mailto:http-state-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Mar 2010 21:55:21 -0000

On Tue, Mar 2, 2010 at 1:46 PM, David Morris <dwm@xpasc.com> wrote:
> On Tue, 2 Mar 2010, Adam Barth wrote:
>> On Tue, Mar 2, 2010 at 11:42 AM, David Morris <dwm@xpasc.com> wrote:
>> > On Tue, 2 Mar 2010, Adam Barth wrote:
>> >>         <t>Transport-layer encryption, such as HTTPS, is insufficient to
>> >>         prevent a network attacker from altering a victim's cookies because
>> >>         the cookie protocol does not provide integrity.  By default, cookies
>> >>         are transmitted in the clear, where their confidentiality can be
>> >>         compromised by a network attacker.</t>
>> >
>> > I don't under stand how the second sentence extends the thought in the
>> > first sentence. It seems in conflict in the sense that HTTPS is not
>> > sending cookies in the clear and use of HTTPS is generally recommended
>> > as the way to avoid compromise by network hackers. What am I missing?
>>
>> If even if you use the cookie protocol exclusively over HTTPS, the
>> default is still to send the cookies in the clear (i.e., the
>> secure-only-flag defaults to false).
>
> But wrapped inside of the HTTPS stream, it is like the remainder of
> everything about the HTTP request (including headers), sans any general
> HTTPS vulnerabilities, not visible on the network to hackers.
>
> If you are trying to say that a cookie sent on an HTTPS connection from
> a server will be returned on any non-HTTPS connections and hence be
> vulnerable in that context, the paragraph doesn't say that. To me it
> says that even if my WHOLE application is HTTPS based, the cookies
> are vulnerable on the network.

Even if your whole application is HTTPS-based, the cookies are
vulnerabile to active network attackers.  That is a true statement,
and precisely the security problem we're trying to point out in that
sentence.  Maybe this is a better formulation?

[[
        In addition, by default,
        the cookie protocol does not provide confidentiality from network
        attackers.
]]

Adam