ietf
[Top] [All Lists]

Re: [Netconf] Sec-Dir Review: draft-mm-netconf-time-capability-05.tx

2015-07-29 16:40:25
Hi,

I am curious if this is a security concern.
When an event is scheduled, the ID and its scheduled time
are sent out in a notification to potentially all clients.

notification netconf-scheduled-message {
        leaf schedule-id {
          type string;
          description
            "The ID of the scheduled message.";
        }

        leaf scheduled-time {
          type yang:date-and-time;
          description
            "The time at which the RPC is scheduled to be performed.";
        }

        description
          "Indicates that a scheduled message was received.";

        reference
          "draft-mm-netconf-time-capability
<https://tools.ietf.org/html/draft-mm-netconf-time-capability>:
           Time Capability in NETCONF";
      }



Any client can get these notifications and know the ID (to cancel it)
and the scheduled time.

Is is a security issue that any client can get the schedule-id
and use it to cancel the scheduled RPC?


Andy


On Wed, Jul 29, 2015 at 2:15 PM, Olafur Gudmundsson <ogud(_at_)ogud(_dot_)com> 
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 is ready for publication
The document is well written.

The security considerations are clear and accurate. I would like highlight
one omission though.
This capability allows an attacker once it has gained access to schedule
events in the future even
though attackers access has been detected and revoked.

Olafur

_______________________________________________
Netconf mailing list
Netconf(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/netconf


<Prev in Thread] Current Thread [Next in Thread>