Re: [imapext] SecDir review of draft-ietf-imapapnd-appendlimit-extension

S Moonesamy <sm+ietf@elandsys.com> Thu, 31 December 2015 21:48 UTC

Return-Path: <sm@elandsys.com>
X-Original-To: imapext@ietfa.amsl.com
Delivered-To: imapext@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 240CB1A88C1 for <imapext@ietfa.amsl.com>; Thu, 31 Dec 2015 13:48:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.9
X-Spam-Level:
X-Spam-Status: No, score=0.9 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, T_DKIM_INVALID=0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=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 31Hw_YjZzYwz for <imapext@ietfa.amsl.com>; Thu, 31 Dec 2015 13:48:15 -0800 (PST)
Received: from mx.ipv6.elandsys.com (mx.ipv6.elandsys.com [IPv6:2001:470:f329:1::1]) by ietfa.amsl.com (Postfix) with ESMTP id 6B78F1A889F for <imapext@ietf.org>; Thu, 31 Dec 2015 13:48:15 -0800 (PST)
Received: from SUBMAN.elandsys.com ([197.227.85.72]) (authenticated bits=0) by mx.elandsys.com (8.14.5/8.14.5) with ESMTP id tBVLm2Si002386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Dec 2015 13:48:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=opendkim.org; s=mail2010; t=1451598494; x=1451684894; bh=gxf7nfi6eZvKYhvC6ECTgISXWZCvOTzudwZWuq/pUIc=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=pB00ReKy5tA6PfygAOwMgdZbW8xHZa9uxV+8ZUS5PvfIuo9xtMFEX5dpDbvI6xtO1 7WxOufoh2Stg4QbvI+zwKFZxo/6ur9m/uEtWEbOtPTFQdvchUPaBzXxyvsjv12Nt7+ D2a4Egx6QJdmkbKn2+KaKF16McbQBCZjZ9ME6TYc=
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elandsys.com; s=mail; t=1451598494; x=1451684894; i=@elandsys.com; bh=gxf7nfi6eZvKYhvC6ECTgISXWZCvOTzudwZWuq/pUIc=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=ZoflGeMUSarMJ2+fNdSoBqxAdteP9UnPekU7V6nUqLS2bdhZfDtSJ3W2Sjc3XOj3B H8H4ndD8GxUseDLv4R+h7bjysiHn15k8gvFIvYUhpSX3kn6o8e5jxQ5n9yfenJ7Ubm /Mve95HTJF2etBs5ki2LhD8/fIUDCLT4C7eG0A3o=
Message-Id: <6.2.5.6.2.20151231134348.0d212f40@elandnews.com>
X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6
Date: Thu, 31 Dec 2015 13:47:42 -0800
To: Paul Wouters <paul@nohats.ca>
From: S Moonesamy <sm+ietf@elandsys.com>
In-Reply-To: <alpine.LFD.2.20.1512311626070.29547@bofh.nohats.ca>
References: <alpine.LFD.2.20.1512311626070.29547@bofh.nohats.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Archived-At: <http://mailarchive.ietf.org/arch/msg/imapext/t8FnZvY9HcS61TZKPnlCpHJ8LAI>
Cc: draft-ietf-imapapnd-appendlimit-extension.all@tools.ietf.org, imapext@ietf.org
Subject: Re: [imapext] SecDir review of draft-ietf-imapapnd-appendlimit-extension
X-BeenThere: imapext@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Discussion of IMAP extensions <imapext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/imapext>, <mailto:imapext-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/imapext/>
List-Post: <mailto:imapext@ietf.org>
List-Help: <mailto:imapext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/imapext>, <mailto:imapext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Dec 2015 21:48:16 -0000

Hi Paul,
At 13:36 31-12-2015, Paul Wouters wrote:
>This document is Ready
>
>The document describes an IMAP extension to convey a limit size for
>appending to a mailbox. This prevents situations where the clients
>upload data only to have it rejected by the server. The security
>considerations are therefor limited in scope, as it is more of an
>optimization. The only item mentioned in the section is that an
>attacker that knows the limit could optimize their attack by sending
>better matching sized payloads for a denial-of-service attack, and
>servers should disconnect such clients as abusive. I believe that
>it correctly covers any new security risks that could arise from this
>document's specification. And that this issue is very minor compared
>to other DOS attacks possible by malicious clients that can successfully
>authenticate against the IMAP server.

Thanks for the review.

As a note for the authors, there isn't any issue.

Regards,
S. Moonesamy (as document shepherd)