Re: [MIB-DOCTORS] Fix of Security Guidelines for IETF MIB Modules

Glenn Mansfield Keeni <glenn@cysols.com> Sun, 30 September 2018 13:00 UTC

Return-Path: <glenn@cysols.com>
X-Original-To: mib-doctors@ietfa.amsl.com
Delivered-To: mib-doctors@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 223D2130DD0 for <mib-doctors@ietfa.amsl.com>; Sun, 30 Sep 2018 06:00:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001] autolearn=ham autolearn_force=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 ffHuzvNJK78w for <mib-doctors@ietfa.amsl.com>; Sun, 30 Sep 2018 05:59:59 -0700 (PDT)
Received: from niseko.cysol.co.jp (niseko.cysol.co.jp [210.233.3.236]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 655DF130DC9 for <mib-doctors@ietf.org>; Sun, 30 Sep 2018 05:59:58 -0700 (PDT)
Received: from [192.168.0.92] (cysvpn05.priv.cysol.co.jp [192.168.0.92]) (authenticated bits=0) by aso.priv.cysol.co.jp (8.14.9/8.14.9) with ESMTP id w8UCxAP3035565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 30 Sep 2018 21:59:11 +0900 (JST) (envelope-from glenn@cysols.com)
To: Randy Presuhn <randy_presuhn@alumni.stanford.edu>, mib-doctors@ietf.org, warren@kumari.net, ibagdona@gmail.com
References: <7f59ba0b-1358-1015-cd85-4c470ad73d9a@cysols.com> <f8bce0d0-cd96-7bd1-c785-e459860d863d@alumni.stanford.edu>
From: Glenn Mansfield Keeni <glenn@cysols.com>
Message-ID: <d54348ed-87da-8120-0b37-82143cdad3d3@cysols.com>
Date: Sun, 30 Sep 2018 21:59:05 +0900
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <f8bce0d0-cd96-7bd1-c785-e459860d863d@alumni.stanford.edu>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/mib-doctors/TUNMTlb1_AEaCuZMO8skndeir0k>
Subject: Re: [MIB-DOCTORS] Fix of Security Guidelines for IETF MIB Modules
X-BeenThere: mib-doctors@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: MIB Doctors list <mib-doctors.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mib-doctors>, <mailto:mib-doctors-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/mib-doctors/>
List-Post: <mailto:mib-doctors@ietf.org>
List-Help: <mailto:mib-doctors-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mib-doctors>, <mailto:mib-doctors-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 30 Sep 2018 13:00:02 -0000

Hi,
 >         What
 >         is the point of limiting read access and then sending the
 >         information in the clear?
Total agreement. Sending info in the clear is by default NG and must
be strongly discouraged.
It will help to have some proposed replacement text for
 > OLD:  It is thus important to control even GET and/or NOTIFY access to
 >        these objects and possibly to even encrypt the values of these
 >        objects when sending them over the network via SNMP.
 >

Glenn


On 2018/09/30 2:56, Randy Presuhn wrote:
> Hi -
> 
> On 9/28/2018 11:52 PM, Glenn Mansfield Keeni wrote:
>> Warren,Ignas,
>>         Hi. The Security Guidelines for IETF MIB Modules
>> needs a fix in the text that is generally used verbatim
>> in MIB documents.
>> The proposed fix is
>>
>> OLD: Some of the readable objects in this MIB module
>>       (i.e., objects with a MAX-ACCESS other than
>>        not-accessible)
>> NEW: Some of the readable objects in this MIB module
>>       (e.g., objects with a MAX-ACCESS other than
>>        not-accessible)
>>
>> The above is a significant nit. It appears in the
>> Security Considerations sections section of every
>> MIB document.
>>
>> There has been some discussion on the IETF MIB-DOCTORS
>> mailing list on this matter. There is no disagreement
>> on the proposed fix.
> 
> In the scope of the document under consideration at the
> time, I think that fix was ok, but in the context of a
> boilerplate update I think we'd need to do better.
> 
> For those who missed the original discussion, the issue is
> that the values of "not-accessible" objects can
>     (1) be sensitive
>     (2) be revealed as index values
> 
> Consider, as a trivial, made-up example, a table indexed
> by user name.
> 
> OLD:  Some of the readable objects in this MIB module (i.e., objects
>        with a MAX-ACCESS other than not-accessible) may be considered
>        sensitive or vulnerable in some network environments.
> 
> NEW:  Some of the objects in this MIB module may be considered sensitive
>        or vulnerable in some network environments.  This includes INDEX
>        objects with a MAX-ACCESS of not-accessible, and any indices from
>        other modules exposed via AUGMENTS.
> 
> But, if we are going to touch the boilerplate, I wouldn't stop there.
> I think the next sentence brings its own related problems.
> 
> OLD:  It is thus important to control even GET and/or NOTIFY access to
>        these objects and possibly to even encrypt the values of these
>        objects when sending them over the network via SNMP.
> 
> The issues I see with this are:
> 
>     (1) in the case of objects used as indexes, controlling access to
>         them via VACM is *not* just a matter of controlling access to
>         the objects themselves, but of controlling access to all
>         objects using them as indexes, including usage via AUGMENTS.
> 
>     (2) index values may be leaked by "pointer" objects of type
>         OBJECT IDENTIFIER.  If VACM is being used for access control,
>         the rules have to be formulated in terms of the pointer, not
>         the set of things it might point to.  That problem is outside
>         the scope of the module whose objects are being pointed to,
>         but it's still a problem that needs to be addressed in any
>         module defining such pointers.
> 
>     (3) even without considering the case of indexes, I would argue that
>         if something is sensitive enough to merit limiting read access,
>         in any sane security regime it will also merit encryption.  What
>         is the point of limiting read access and then sending the
>         information in the clear?
> 
> I'll concede that there are cases where limiting *write* access does not
> imply a need for encryption, but this paragraph conflates sensitive and
> vulnerable information.  It might make sense to split the paragraph into
> two, one identifying the information for which disclosure is an issue,
> and another identifying the information for which creation / deletion /
> modification is an issue.
> 
> Randy