Re: [websec] HSTS: max-age=0 interacting with includeSubdomains

=JeffH <Jeff.Hodges@KingsMountain.com> Tue, 21 August 2012 18:53 UTC

Return-Path: <Jeff.Hodges@KingsMountain.com>
X-Original-To: websec@ietfa.amsl.com
Delivered-To: websec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E98E421F86D9 for <websec@ietfa.amsl.com>; Tue, 21 Aug 2012 11:53:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.466
X-Spam-Level:
X-Spam-Status: No, score=-101.466 tagged_above=-999 required=5 tests=[AWL=0.799, BAYES_00=-2.599, IP_NOT_FRIENDLY=0.334, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cnSpzAZoWRev for <websec@ietfa.amsl.com>; Tue, 21 Aug 2012 11:53:38 -0700 (PDT)
Received: from oproxy9.bluehost.com (oproxy9.bluehost.com [69.89.24.6]) by ietfa.amsl.com (Postfix) with SMTP id BF07B21F86D7 for <websec@ietf.org>; Tue, 21 Aug 2012 11:53:38 -0700 (PDT)
Received: (qmail 24847 invoked by uid 0); 21 Aug 2012 18:53:14 -0000
Received: from unknown (HELO box514.bluehost.com) (74.220.219.114) by oproxy9.bluehost.com with SMTP; 21 Aug 2012 18:53:14 -0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kingsmountain.com; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=loYhBZxmx0XZj29mqyBy8CETE4Szd+nIInuRlDvZAs0=; b=mj64vIE6xRS2HtfCgiwpmvx9lIEnoB84Gji4tZXRB55dX6n+zBEM6L/ahDO/w3oed8F1C3BLKE0BYOikahp8WNNDgdWxoO/BYwtNcLPbZyM/fE8vWF8UX9XvJqHXn+Sn;
Received: from [24.4.122.173] (port=37982 helo=[192.168.11.12]) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from <Jeff.Hodges@KingsMountain.com>) id 1T3tZi-0002w4-JQ; Tue, 21 Aug 2012 12:53:14 -0600
Message-ID: <5033D919.8070306@KingsMountain.com>
Date: Tue, 21 Aug 2012 11:53:13 -0700
From: =JeffH <Jeff.Hodges@KingsMountain.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0
MIME-Version: 1.0
To: Tobias Gondrom <tobias.gondrom@gondrom.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Identified-User: {11025:box514.bluehost.com:kingsmou:kingsmountain.com} {sentby:smtp auth 24.4.122.173 authed with jeff.hodges+kingsmountain.com}
Cc: IETF WebSec WG <websec@ietf.org>
Subject: Re: [websec] HSTS: max-age=0 interacting with includeSubdomains
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Web Application Security Minus Authentication and Transport <websec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/websec>, <mailto:websec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/websec>
List-Post: <mailto:websec@ietf.org>
List-Help: <mailto:websec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/websec>, <mailto:websec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Aug 2012 18:53:40 -0000

Tobias wrote:
 >
 > Would agree with Adam.

agreed -- what Adam relates is how the spec and the implementations have worked 
for ages.


 > And for Brian, I think there is actually one more use case that you
 > haven't considered:
 > Look at it in reverse order:
 > 1. We visit https://sub.example.com and receive HSTS with max-age=1234567890
 > 2. We visit https://example.com and receive HSTS with max-age=0 ;
 > includeSubdomains
 >
 > as far as I remember that would actually clear HSTS for sub.example.com?

No, it would not do so.  As Adam said, the user agent maintains a list of 
distinct host names which have issued the HSTS Policy (aka STS header field).

The above scenario would result in no entry for example.com, and an entry for 
sub.example.com

=JeffH