Re: [secdir] Review of draft-ietf-sfc-architecture-08

"Joel M. Halpern" <jmh@joelhalpern.com> Sun, 24 May 2015 20:06 UTC

Return-Path: <jmh@joelhalpern.com>
X-Original-To: secdir@ietfa.amsl.com
Delivered-To: secdir@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 333F91ACED1; Sun, 24 May 2015 13:06:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.798
X-Spam-Level:
X-Spam-Status: No, score=0.798 tagged_above=-999 required=5 tests=[BAYES_50=0.8, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-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 vDXraaMKwIlo; Sun, 24 May 2015 13:06:52 -0700 (PDT)
Received: from maila2.tigertech.net (maila2.tigertech.net [208.80.4.152]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6B02D1ACECD; Sun, 24 May 2015 13:06:48 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by maila2.tigertech.net (Postfix) with ESMTP id 0F49A240C18; Sun, 24 May 2015 13:06:48 -0700 (PDT)
X-Virus-Scanned: Debian amavisd-new at maila2.tigertech.net
Received: from Joels-MacBook-Pro.local (75-146-28-117-Richmond.hfc.comcastbusiness.net [75.146.28.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by maila2.tigertech.net (Postfix) with ESMTPSA id 59AF7240719; Sun, 24 May 2015 13:06:47 -0700 (PDT)
Message-ID: <55622F53.5090201@joelhalpern.com>
Date: Sun, 24 May 2015 16:06:43 -0400
From: "Joel M. Halpern" <jmh@joelhalpern.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: Simon Josefsson <simon@josefsson.org>, iesg@ietf.org, secdir@ietf.org, draft-ietf-sfc-architecture.all@tools.ietf.org
References: <20150524211041.52cde768@latte.josefsson.org>
In-Reply-To: <20150524211041.52cde768@latte.josefsson.org>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/secdir/OA0BtIgkE9zlD4g8VD9vI7i3RmI>
Subject: Re: [secdir] Review of draft-ietf-sfc-architecture-08
X-BeenThere: secdir@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Sun, 24 May 2015 20:06:57 -0000

While the paragraph you suggest looks reasonable, I am somewhat 
concerned if readers draw the conclusion that we expect to include data 
plane authentication and / or encryption mechanisms as a mandatory part 
of the solution.  There is no such expectation.  While there is reason 
to be concerned about exposure of information across the Internet, the 
document begins by specifically noting that this architecture is for use 
with a single administrative domain.

I am thus concerned that adding the suggested text may give rise to 
unreasonable expectations on solutions which comply with this architecture.

Yours,
Joel

On 5/24/15 3:10 PM, Simon Josefsson wrote:
> Hello.
>
> 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 is an architectural document, so it doesn't have the usual
> security impact that you can easily review.  The Security
> Considerations section gently refer any security considerations to
> the future documents that will actually realize the archicture.
>
> The security considerations that you would expect to be discussed in an
> architecural document are those on an architectural level.  The
> archicture proposed here is to change how network services are
> delivered.  The document doesn't give many examples, but my
> understanding is that the intended services would include firewalls,
> NAT, proxies, packet filtering, anti-spam measures, anti-DDOS measure,
> QoS, and so on.
>
> The traditional model is static services coupled to network topology
> and physical resource. The new model introduced by this document, as
> far as I understand, is a dynamic model where delivery of these services
> can be moved around more dynamically, by tunneling traffic to the
> service and back.
>
> I may have missed it, but I feel that the security consequences of
> moving to this new architecture is not discussed in the document.
>
> Some obvious security considerations that are introduced with an
> architecture like this are:
>
>    1) When delivery of a service is moved from an on-network-path
>    machine to a machine sitting somewhere else, there ought to be some
>    consideration to authenticating the involved entities and encrypting
>    the traffic between them.
>
>    2) Auditing who has powers over a communication channel will be
>    different -- before you evaluated the wires and who had access to the
>    machines connected to the wires.  Now you have to review the policies
>    configured in the machines and what external entities are involved,
>    together with the operational aspects of this boxes that perform the
>    service delivery.
>
>    3) Moving traffic around raises the challenge how to achieve that
>    without negatively affecting privacy of the traffic.
>
>    4) Protecting the SFC configuration and policies is critical for
>    secure operations.  Anyone who gains access may be able to modify
>    traffic.
>
> If the above is a bit handwavy, allow me to be more concrete.  Adding
> something like the following to the security considerations would at
> least acknowledge that there are inherent security considerations with
> this architecture:
>
>    The architecture described here is different from the current model,
>    and moving to the new model will lead to different security
>    arrangements and modeling. For example, when service functions are
>    moved from on-path static machines to dynamic remote machines, this
>    introduce security and privacy aspects that needs to be addressed.
>
> All this said, I still would classify this document as Ready.  It
> mostly just disappoint me that a new architecture can be introduced
> without containing a significant discussion of security properties.
>
> /Simon
>