Re: [secdir] SECDIR Review of draft-zeilenga-ldap-dontusecopy-08

Alexey Melnikov <alexey.melnikov@isode.com> Mon, 18 October 2010 06:51 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: secdir@core3.amsl.com
Delivered-To: secdir@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 32CD23A6CA7; Sun, 17 Oct 2010 23:51:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -103.111
X-Spam-Level:
X-Spam-Status: No, score=-103.111 tagged_above=-999 required=5 tests=[AWL=-1.731, BAYES_00=-2.599, DATE_IN_PAST_24_48=1.219, USER_IN_WHITELIST=-100]
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 H4a5qDoKHzWU; Sun, 17 Oct 2010 23:51:46 -0700 (PDT)
Received: from rufus.isode.com (rufus.isode.com [62.3.217.251]) by core3.amsl.com (Postfix) with ESMTP id 161103A6C86; Sun, 17 Oct 2010 23:51:46 -0700 (PDT)
Received: from [192.168.20.2] ((unknown) [212.183.140.33]) by rufus.isode.com (submission channel) via TCP with ESMTPA id <TLvu1gARrUty@rufus.isode.com>; Mon, 18 Oct 2010 07:53:11 +0100
X-SMTP-Protocol-Errors: NORDNS
Message-ID: <4CBA95C6.9060305@isode.com>
Date: Sun, 17 Oct 2010 07:20:54 +0100
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
X-Accept-Language: en-us, en
To: Phillip Hallam-Baker <hallam@gmail.com>
References: <AANLkTi=MGYU+9WrYgq2aa47cnZ_+2aP0vBODKcPsbsxy@mail.gmail.com>
In-Reply-To: <AANLkTi=MGYU+9WrYgq2aa47cnZ_+2aP0vBODKcPsbsxy@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: Kurt.Zeilenga@Isode.COM, iesg@ietf.org, secdir@ietf.org
Subject: Re: [secdir] SECDIR Review of draft-zeilenga-ldap-dontusecopy-08
X-BeenThere: secdir@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/secdir>
List-Post: <mailto:secdir@ietf.org>
List-Help: <mailto:secdir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 18 Oct 2010 06:51:47 -0000

Phillip Hallam-Baker wrote:

> I have reviewed this document as part of the security directorate's 
> ongoing effort to review all IETF documents being processed by the 
> IESG.  These comments were written primarily for the benefit of the 
> security area directors.  Document editors and WG chairs should treat 
> these comments just like any other last call comments.
>
> This document describes what is essentially a 'send original, not 
> cached flag' for LDAP.
>
> Only security issue I can see here is that the following does not give 
> the purpose very clearly.
>
>4.  Security Considerations
>
>  This control is intended to be provided where providing service using
>  copied information might lead to unexpected application behavior.
>  Designers of directory applications should consider where it is
>  appropriate for clients to provide this control.  Designers should
>  consider whether use of copied information, in particular security and
>  policy information, may result insecure behavior.
>
>
> I would suggest the following instead
>
>4.  Security Considerations
>
>  This control is intended to be provided where providing service using
>  copied information might lead to unexpected application behavior.
>
>  Use of the Don't Use Copy control may permit an attacker to perform
>  or amplify a Denial of Service attack by causing additional server
>  resources to be employed.
>
>  LDAP is frequently used for storage and distribution of security
>  sensitive information, including access control and security policy
>  information. Failure to use the Don't Use Copy control may thus
>  permit an attacker to gain unauthorized access by allowing reliance
>  on stale data.
>
> The meaning is unchanged, but the additional context might help the 
> reader.

I like your text better, as it is much more explicit about threats.