<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 2.6.8) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-opsawg-sbom-access-09" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Discovering SBOMs and Vuln. Info">Discovering and Retrieving Software Transparency and Vulnerability Information</title>

    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>CH-8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>
    <author initials="S." surname="Rose" fullname="Scott Rose">
      <organization>NIST</organization>
      <address>
        <postal>
          <street>100 Bureau Dr</street>
          <city>Gaithersburg MD</city>
          <code>20899</code>
          <country>USA</country>
        </postal>
        <phone>+1 301-975-8439</phone>
        <email>scott.rose@nist.gov</email>
      </address>
    </author>

    <date year="2022" month="September" day="13"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>To improve cybersecurity posture, automation is necessary to locate
what software is running on a device, whether that software has known
vulnerabilities, and what, if any recommendations suppliers may have.
This memo specifies a model to provide access to this information.  It
may optionally be discovered through manufacturer usage descriptions.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>A number of activities have been working to improve visibility to what
software is running on a system, and what vulnerabilities that
software may have<xref target="EO2021"/>.</t>

<t>Put simply, we seek to answer two classes of questions <strong>at scale</strong>:</t>

<t><list style="symbols">
  <t>Is this system vulnerable to a particular vulnerability?</t>
  <t>Which devices in a particular environment contain vulnerabilities
that require some action?</t>
</list></t>

<t>This memo doesn't specify the format of this information, but rather
only how to locate and retrieve these objects.</t>

<t>Software bills of materials (SBOMs) are descriptions of what software,
including versioning and dependencies, a device contains.  There
are different SBOM formats such as Software Package Data Exchange
<xref target="SPDX"/> or CycloneDX<xref target="CycloneDX12"/>.</t>

<t>System vulnerabilities may similarly be described using several data
formats, including the aforementioned CycloneDX, Common Vulnerability
Reporting Framework <xref target="CVRF"/>, the Common Security Advisory Format
<xref target="CSAF"/>.  This information is typically used to report to
administrators the state of a system.</t>

<t>These two classes of information can be used in concert.  For
instance, a network management tool may discover that a system makes
use of a particular software component that has a known vulnerability,
and a vulnerability report may be used to indicate what if any
versions of software correct that vulnerability, or whether the system
exercises the vulnerable code at all.</t>

<t>Both classes of information elements are optional under the model
specified in this memo.  One can provide only an SBOM, only
vulnerability information, or both an SBOM and vulnerability
information.</t>

<t>Note that SBOM formats may also carry other information, the most
common being any licensing terms.  Because this specification is
neutral regarding content, it is left for format developers such as
the Linux Foundation, OASIS, and ISO to decide what attributes they
will support.</t>

<t>This memo does not specify how vulnerability information may be
retrieved directly from the endpoint.  That's because vulnerability
information changes occur at different rates to software updates.
However, some SBOM formats may also contain vulnerability information.</t>

<t>SBOMs and vulnerability information are advertised and retrieved
through the use of a YANG augmentation of the Manufacturer User
Description (MUD) model <xref target="RFC8520"/>.  Note that the schema creates a
grouping that can also be used independently of MUD.  Moreover, other
MUD features, such as access controls, needn't be present.</t>

<t>The mechanisms specified in this document are meant to satisfy several
use cases:</t>

<t><list style="symbols">
  <t>A network-layer management system retrieving information from an IoT
device as part of its ongoing lifecycle. Such devices may or may not
have query interfaces available.</t>
  <t>An application-layer management system retrieving vulnerability or
SBOM information in order to evaluate the posture of an application
server of some form.  These application servers may themselves be
containers or hypervisors.  Discovery of the topology of a server is
beyond the scope of this memo.</t>
</list></t>

<t>To satisfy these two key use cases, objects may be found in one of
three ways:</t>

<t><list style="symbols">
  <t>on devices themselves</t>
  <t>on a web site (e.g., via URI)</t>
  <t>through some form of out-of-band contact with the supplier.</t>
</list></t>

<t>In the first case, devices will have interfaces that permit direct
retrieval.  Examples of these interfaces might be an HTTP <xref target="RFC9110"/>,
or COAP <xref target="RFC7252"/> endpoint for retrieval.  There may also be private
interfaces as well.</t>

<t>In the second case, when a device does not have an appropriate
retrieval interface, but one is directly available from the
manufacturer, a URI to that information MUST be discovered.</t>

<t>In the third case, a supplier may wish to make an SBOM or
vulnerability information available under certain circumstances, and
may need to individually evaluate requests.  The result of that
evaluation might be the SBOM or vulnerability itself or a restricted
URL or no access.</t>

<t>To enable application-layer discovery, this memo defines a well-known
URI <xref target="RFC8615"/>.  Management or orchestration tools can query this
well-known URI to retrieve a system's SBOM or vulnerability
information.  Further queries may be necessary based on the content
and structure of the response.</t>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<section anchor="how-this-information-is-retrieved"><name>How This Information Is Retrieved</name>

<t>For devices that can emit a URL or can establish a well-known URI, the
mechanism may be highly automated.  For devices that have a URL in
either their documentation or within a QR code on a box, the mechanism
is semi-automated (someone has to scan the QR code or enter the URL).</t>

<t>Note that vulnerability and SBOM information is likely to  change at
different rates.  The MUD semantics provide a way for manufacturers
to control how often tooling should check for those changes through
the cache-validity node.</t>

</section>
<section anchor="formats"><name>Formats</name>
<t>There are multiple ways to express both SBOMs and vulnerability
information.  When these are retrieved either directly from the device
or directly from a web server, tools will need to observe the
content-type header to determine precisely which format is being
transmitted.  Because IoT devices in particular have limited
capabilities, use of a specific Accept: header in HTTP or the Accept
Option in CoAP is NOT RECOMMENDED.  Instead, backend tooling is
encouraged to support all known formats, and SHOULD silently discard
SBOM information sent with a media type that is not understood.</t>

<t>Some formats may support both vulnerability and software inventory
information.  When both vulnerability and software inventory
information is available from the same location, both sbom and vuln
nodes MUST indicate that.  Network management systems retrieving
this information MUST take note that the identical resource is being
retrieved rather than retrieving it twice.</t>

</section>
<section anchor="discussion-points"><name>Discussion points</name>
<t>The following is discussion to be removed at time of RFC publication.</t>

<t><list style="symbols">
  <t>Is the model structured correctly?</t>
  <t>Are there other retrieval mechanisms that need to be specified?</t>
  <t>Do we need to be more specific in how to authenticate and retrieve
SBOMs?</t>
  <t>What are the implications if the MUD URL is an extension in a certificate
(e.g. an IDevID cert)?</t>
</list></t>

</section>
</section>
<section anchor="the-well-known-transparency-endpoint-set"><name>The well-known transparency endpoint set</name>

<t>Two well known endpoint is defined:</t>

<t><list style="symbols">
  <t>"/.well-known/sbom" retrieves an SBOM.</t>
</list></t>

<t>As discussed previously, the precise format of a response is based on
the Content-type provided.</t>

</section>
<section anchor="the-mud-transparency-extension-model-extension"><name>The mud-transparency extension model extension</name>

<t>We now formally define this extension.  This is done in two parts.
First, the extension name "transparency" is listed in the "extensions"
array of the MUD file.  N.B., this schema extension is intended to be
used wherever it might be appropriate (e.g., not just MUD).</t>

<t>Second, the "mud" container is augmented with a list of SBOM sources.</t>

<t>This is done as follows:</t>

<figure><artwork><![CDATA[
module: ietf-mud-transparency

  augment /mud:mud:
    +--rw transparency
       +--rw (sbom-retrieval-method)?
       |  +--:(cloud)
       |  |  +--rw sboms* [version-info]
       |  |     +--rw version-info    string
       |  |     +--rw sbom-url?       inet:uri
       |  +--:(local-well-known)
       |  |  +--rw sbom-local-well-known?   identityref
       |  +--:(sbom-contact-info)
       |     +--rw sbom-contact-uri?        inet:uri
       +--rw archive-list?                  inet:uri
       +--rw (vuln-retrieval-method)?
          +--:(cloud)
          |  +--rw vuln-url?                inet:uri
          +--:(vuln-contact-info)
             +--rw contact-uri?             inet:uri
]]></artwork></figure>

<t>See <xref target="RFC8340"/> for a description of YANG trees.</t>

</section>
<section anchor="the-mud-sbom-augmentation-to-the-mud-yang-model"><name>The mud-sbom augmentation to the MUD YANG model</name>

<figure><artwork><![CDATA[
<CODE BEGINS>file "ietf-mud-transparency@2022-09-02.yang"
module ietf-mud-transparency {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-mud-transparency";
  prefix mudtx;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991";
  }
  import ietf-mud {
    prefix mud;
    reference
      "RFC 8520";
  }

  organization
    "IETF OPSAWG (Ops Area) Working Group";
  contact
    "WG Web: http://datatracker.ietf.org/wg/opsawg/
     WG List: opsawg@ietf.org

     Editor: Eliot Lear lear@cisco.com
     Editor: Scott Rose scott.rose@nist.gov";
  description
    "This YANG module augments the ietf-mud model to provide for
     reporting of SBOMs and vulnerability information.

     Copyright (c) 2022 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX);
     see the RFC itself for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.  ";

  revision 2022-09-01 {
    description
      "Initial proposed standard.";
    reference
      "RFC XXXX: Discovering and Retrieving Software Transparency
       and Vulnerability Information";
  }

  identity local-type {
    description
      "Base identity for local-well-known choices";
  }

  identity http {
    base mudtx:local-type;
    description
      "Use http (insecure) to retrieve SBOM information.  This
        method is NOT RECOMMENDED, but may be unavoidable for
        certain classes of deployment, where TLS has not or
        cannot be implemented";
  }

  identity https {
    base mudtx:local-type;
    description
      "Use https (secure) to retrieve SBOM information.";
  }

  identity coap {
    base mudtx:local-type;
    description
      "Use COAP [RFC7252] (insecure) to retrieve SBOM.  This method
       is NOT RECOMMENDED, although it may be unavoidable
       for certain classes of implementations/deployments.";
  }

  identity coaps {
    base mudtx:local-type;
    description
      "Use COAPS (secure) to retrieve SBOM";
  }

  grouping transparency-extension {
    description
      "This grouping provides a means to describe the location of
       software bills of material and vulnerability descriptions.";
    container transparency {
      description
        "container of methods to get an SBOM.";
      choice sbom-retrieval-method {
        description
          "How to find SBOM information";
        case cloud {
          list sboms {
            key "version-info";
            description
              "A list of SBOMs tied to different software
               or hardware versions.";
            leaf version-info {
              type string;
              description
                "The version to which this SBOM refers.";
            }
            leaf sbom-url {
              type inet:uri;
              description
                "A statically located URL.";
            }
          }
        }
        case local-well-known {
          leaf sbom-local-well-known {
            type identityref {
              base mudtx:local-type;
            }
            description
              "Which communication protocol to choose.";
          }
        }
        case sbom-contact-info {
          leaf sbom-contact-uri {
            type inet:uri {
              pattern '((mailto)|(https?)|(tel)):.*';
            }
            description
              "This MUST be either a tel, http, https, or
               mailto uri schema that customers can use to
               contact someone for SBOM information.";
          }
        }
      }
      leaf archive-list {
        type inet:uri;
        description
          "This URI returns a JSON list of URLs that consist of
                  SBOMs that were previously published for this
                  device.  Publication dates can found inside 
                  the SBOMs.";
      }
      choice vuln-retrieval-method {
        description
          "How to find vulnerability information";
        case cloud {
          leaf vuln-url {
            type inet:uri;
            description
              "A statically located URL.";
          }
        }
        case vuln-contact-info {
          leaf contact-uri {
            type inet:uri;
            description
              "This MUST be either a tel, http, https, or
               mailto uri schema that customers can use to
               contact someone for vulnerability information.";
          }
        }
      }
    }
  }

  augment "/mud:mud" {
    description
      "Add extension for software transparency.";
    uses transparency-extension;
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="examples"><name>Examples</name>

<t>In this example MUD file that uses a cloud service, the modelX
presents a location of the SBOM in a URL.  Note, the ACLs in a MUD
file are NOT required, although they are a very good idea for IP-based
devices.</t>

<section anchor="without-acls"><name>Without ACLS</name>

<t>This first MUD file demonstrates how to get SBOM and
vulnerability information without ACLs.</t>

<figure><artwork><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "extensions": [
      "ol",
      "transparency"
    ],
    "ol": {
      "owners": [
        "Copyright (c) Example, Inc. 2022. All Rights Reserved"
      ],
      "spdx-tag": "0BSD"
    },
    "mudtx:transparency": {
      "sbom-local-well-known": "https",
      "vuln-url": "https://iot.example.com/info/modelX/csaf.json"
    },
    "mud-url": "https://iot.example.com/modelX.json",
    "mud-signature": "https://iot.example.com/modelX.p7s",
    "last-update": "2022-01-05T13:29:12+00:00",
    "cache-validity": 48,
    "is-supported": true,
    "systeminfo": "retrieving vuln and SBOM info via a cloud service",
    "mfg-name": "Example, Inc.",
    "documentation": "https://iot.example.com/doc/modelX",
    "model-name": "modelX"
  }
}
]]></artwork></figure>

<t>The second example demonstrates that just SBOM information is included.</t>

<figure><artwork><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "extensions": [
      "ol",
      "transparency"
    ],
    "ol": {
      "owners": [
        "Copyright (c) Example, Inc. 2022. All Rights Reserved"
      ],
      "spdx-tag": "0BSD"
    },
    "mudtx:transparency": {
      "sbom-local-well-known": "https"
    },
    "mud-url": "https://iot.example.com/modelX.json",
    "mud-signature": "https://iot.example.com/modelX.p7s",
    "last-update": "2022-01-05T13:29:47+00:00",
    "cache-validity": 48,
    "is-supported": true,
    "systeminfo": "retrieving vuln and SBOM info via a cloud service",
    "mfg-name": "Example, Inc.",
    "documentation": "https://iot.example.com/doc/modelX",
    "model-name": "modelX"
  }
}
]]></artwork></figure>

</section>
<section anchor="sbom-located-on-the-device"><name>SBOM Located on the Device</name>

<t>In this example, the SBOM is retrieved from the device, while
vulnerability information is available from the cloud.  This is likely
a common case, because vendors may learn of vulnerability information
more frequently than they update software.</t>

<figure><artwork><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "extensions": [
      "transparency"
    ],
    "mudtx:transparency": {
      "sbom-local-well-known": "https",
      "vuln-url": "https://iot-device.example.com/info/modelX/csaf.json"
    },
    "mud-url": "https://iot-device.example.com/modelX.json",
    "mud-signature": "https://iot-device.example.com/modelX.p7s",
    "last-update": "2022-01-05T13:25:14+00:00",
    "cache-validity": 48,
    "is-supported": true,
    "systeminfo": "retrieving vuln and SBOM info via a cloud service",
    "mfg-name": "Example, Inc.",
    "documentation": "https://iot-device.example.com/doc/modelX",
    "model-name": "modelX"
  }
}
]]></artwork></figure>

</section>
<section anchor="further-contact-required"><name>Further contact required.</name>

<t>In this example, the network manager must take further steps
to retrieve SBOM information.  Vulnerability information is
still available.</t>

<figure><artwork><![CDATA[
{
 "ietf-mud:mud": {
  "mud-version": 1,
  "extensions": [
    "transparency"
  ],
  "ietf-mud-transparency:transparency": {
    "contact-info": "https://iot-device.example.com/contact-info.html",
    "vuln-url": "https://iot-device.example.com/info/modelX/csaf.json"
  },
  "mud-url": "https://iot-device.example.com/modelX.json",
  "mud-signature": "https://iot-device.example.com/modelX.p7s",
  "last-update": "2021-07-09T06:16:42+00:00",
  "cache-validity": 48,
  "is-supported": true,
  "systeminfo": "retrieving vuln and SBOM info via a cloud service",
  "mfg-name": "Example, Inc.",
  "documentation": "https://iot-device.example.com/doc/modelX",
  "model-name": "modelX"
 }
}
]]></artwork></figure>

</section>
<section anchor="with-acls"><name>With ACLS</name>

<t>Finally, here is a complete example where the device provides
SBOM and vulnerability information, as well as access-control
information.</t>

<figure><artwork><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "extensions": [
      "ol",
      "transparency"
    ],
    "ol": {
      "owners": [
        "Copyright (c) Example, Inc. 2022. All Rights Reserved"
      ],
      "spdx-tag": "0BSD"
    },
    "mudtx:transparency": {
      "sbom-local-well-known": "https",
      "vuln-url": "https://iot.example.com/info/modelX/csaf.json"
    },
    "mud-url": "https://iot.example.com/modelX.json",
    "mud-signature": "https://iot.example.com/modelX.p7s",
    "last-update": "2022-01-05T13:30:31+00:00",
    "cache-validity": 48,
    "is-supported": true,
    "systeminfo": "retrieving vuln and SBOM info via a cloud service",
    "mfg-name": "Example, Inc.",
    "documentation": "https://iot.example.com/doc/modelX",
    "model-name": "modelX",
    "from-device-policy": {
      "access-lists": {
        "access-list": [
          {
            "name": "mud-65443-v4fr"
          }
        ]
      }
    },
    "to-device-policy": {
      "access-lists": {
        "access-list": [
          {
            "name": "mud-65443-v4to"
          }
        ]
      }
    }
  },
  "ietf-access-control-list:acls": {
    "acl": [
      {
        "name": "mud-65443-v4to",
        "type": "ipv4-acl-type",
        "aces": {
          "ace": [
            {
              "name": "cl0-todev",
              "matches": {
                "ipv4": {
                  "ietf-acldns:src-dnsname": "iotserver.example.com"
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      },
      {
        "name": "mud-65443-v4fr",
        "type": "ipv4-acl-type",
        "aces": {
          "ace": [
            {
              "name": "cl0-frdev",
              "matches": {
                "ipv4": {
                  "ietf-acldns:dst-dnsname": "iotserver.example.com"
                }
              },
              "actions": {
                "forwarding": "accept"
              }
            }
          ]
        }
      }
    ]
  }
}

]]></artwork></figure>
<t>At this point, the management system can attempt to retrieve the SBOM,
and determine which format is in use through the content-type header
on the response to a GET request, independently repeat the process for
vulnerability information, and apply ACLs, as appropriate.</t>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The YANG module specified in this document defines a schema for data
that is designed to be accessed via network management protocols such
as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>. The lowest NETCONF layer
is the secure transport layer, and the mandatory-to-implement secure
transport is Secure Shell (SSH) <xref target="RFC6242"/>. The lowest RESTCONF layer
is HTTPS, and the mandatory-to-implement secure transport is TLS
<xref target="RFC8446"/>.</t>

<t>N.B., for MUD, the mandatory method of retrieval is TLS.</t>

<t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
provides the means to restrict access for particular NETCONF or
RESTCONF users to a preconfigured subset of all available NETCONF or
RESTCONF protocol operations and content.</t>

<t>There are a number of data nodes defined in this YANG module that are
writable/creatable/deletable (i.e., config true, which is the
default). These data nodes may be considered sensitive or vulnerable
in some network environments. Write operations (e.g., edit-config) to
these data nodes without proper protection can have a negative effect
on network operations. These are the subtrees and data nodes and their
sensitivity/vulnerability:</t>

<t>The ietf-mud-transparency module has no operational impact on the
element itself, and is used to discover state information that may be
available on or off the element.  In as much as the module itself is
made writeable, this only indicates a change in how to retrieve
read-only elements.  There is no means, for instance, to upload an
SBOM.  Additional risks are discussed below, and are applicable to all
nodes within the transparency container.</t>

<t>If an attacker modifies the elements, they may misdirect automation to
retrieve a different set of URLs than was intended by the designer.  This
in turn leads to two specific sets of risks:</t>

<t><list style="symbols">
  <t>the information retrieved would be false.</t>
  <t>the URLs themselves point to malware.</t>
</list></t>

<t>To address either risk, any change in a URL, and in particular to the
authority section, should be treated with some suspicion.  One mitigation
would be to test any cloud-based URL against a reputation service.</t>

<t>Some of the readable data nodes in this YANG module may be considered
sensitive or vulnerable in some network environments. It is thus
important to control read access (e.g., via get, get-config, or
notification) to these data nodes. These are the subtrees and data
nodes and their sensitivity/vulnerability:</t>

<t>SBOMs provide an inventory of software.  If software is available to
an attacker, the attacker may well already be able to derive this very
same software inventory.  Manufacturers MAY restrict access to SBOM
information using appropriate authorization semantics within HTTP.  In
particular, if a system attempts to retrieve an SBOM via HTTP and the
client is not authorized, the server MUST produce an appropriate
error, with instructions on how to register a particular client.  One
example may be to issue a certificate to the client for this purpose
after a registration process has taken place.  Another example would
involve the use of OAUTH in combination with a federations of SBOM
servers.</t>

<t>Another risk is a skew in the SBOM listing and the actual software
inventory of a device/container. For example, a manufacturer may
update the SBOM on its server, but an individual device has not been
upgraded yet.  This may result in an incorrect policy being applied to
a device. A unique mapping of a device's software version and its SBOM
can minimize this risk.</t>

<t>To further mitigate attacks against a device, manufacturers SHOULD
recommend access controls.</t>

<t>Vulnerability information is generally made available to such databases
as NIST's National Vulnerability Database.  It is possible that vendor
may wish to release information early to some customers.  We do not
discuss here whether that is a good idea, but if it is employed, then
appropriate access controls and authorization SHOULD be applied to the
vulnerability resource.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<section anchor="mud-extension"><name>MUD Extension</name>

<t>The IANA is requested to add "transparency" to the MUD
extensions registry as follows:</t>

<figure><artwork><![CDATA[
  Extension Name: transparency
  Standard reference: This document

]]></artwork></figure>

</section>
<section anchor="yang-registration"><name>YANG Registration</name>

<t>The following YANG module should be registered in the "YANG Module
Names" registry:</t>

<figure><artwork><![CDATA[
   Name: ietf-mud
   URN: urn:ietf:params:xml:ns:yang:ietf-mud-transparency
   Prefix: mudtx
   Registrant contact: The IESG
   Reference: This memo
]]></artwork></figure>

<t>The following XML registration is requested:</t>

<figure><artwork><![CDATA[
   URI: urn:ietf:params:xml:ns:yang:ietf-mud-transparency
   Registrant Contact: IESG
   XML: None.  Namespace URIs do not represent an XML specification.
]]></artwork></figure>

</section>
<section anchor="well-known-prefix"><name>Well-Known Prefix</name>

<t>The following well known URI is requested in accordance with
<xref target="RFC8615"/>:</t>

<t>~~~~~~</t>

<t>URI suffix: "sbom"
  Change controller: "IETF"
  Specification document: This memo
  Related information:  See ISO/IEC 5962:2021 and SPDX.org</t>

<t>~~~~~~</t>

</section>
</section>
<section anchor="acknowledgments"><name>Acknowledgments</name>

<t>Thanks to Russ Housley, Dick Brooks, Tom Petch, Nicolas Comstedt, who
provided review comments.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>





<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC6241' target='https://www.rfc-editor.org/info/rfc6241'>
<front>
<title>Network Configuration Protocol (NETCONF)</title>
<author fullname='R. Enns' initials='R.' role='editor' surname='Enns'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'><organization/></author>
<author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'><organization/></author>
<author fullname='A. Bierman' initials='A.' role='editor' surname='Bierman'><organization/></author>
<date month='June' year='2011'/>
<abstract><t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices.  It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages.  The NETCONF protocol operations are realized as remote procedure calls (RPCs).  This document obsoletes RFC 4741.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6241'/>
<seriesInfo name='DOI' value='10.17487/RFC6241'/>
</reference>



<reference anchor='RFC6242' target='https://www.rfc-editor.org/info/rfc6242'>
<front>
<title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
<author fullname='M. Wasserman' initials='M.' surname='Wasserman'><organization/></author>
<date month='June' year='2011'/>
<abstract><t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem.  This document obsoletes RFC 4742.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6242'/>
<seriesInfo name='DOI' value='10.17487/RFC6242'/>
</reference>



<reference anchor='RFC6991' target='https://www.rfc-editor.org/info/rfc6991'>
<front>
<title>Common YANG Data Types</title>
<author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'><organization/></author>
<date month='July' year='2013'/>
<abstract><t>This document introduces a collection of common data types to be used with the YANG data modeling language.  This document obsoletes RFC 6021.</t></abstract>
</front>
<seriesInfo name='RFC' value='6991'/>
<seriesInfo name='DOI' value='10.17487/RFC6991'/>
</reference>



<reference anchor='RFC7252' target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='K. Hartke' initials='K.' surname='Hartke'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t><t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7252'/>
<seriesInfo name='DOI' value='10.17487/RFC7252'/>
</reference>



<reference anchor='RFC8040' target='https://www.rfc-editor.org/info/rfc8040'>
<front>
<title>RESTCONF Protocol</title>
<author fullname='A. Bierman' initials='A.' surname='Bierman'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'><organization/></author>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<date month='January' year='2017'/>
<abstract><t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t></abstract>
</front>
<seriesInfo name='RFC' value='8040'/>
<seriesInfo name='DOI' value='10.17487/RFC8040'/>
</reference>



<reference anchor='RFC8341' target='https://www.rfc-editor.org/info/rfc8341'>
<front>
<title>Network Configuration Access Control Model</title>
<author fullname='A. Bierman' initials='A.' surname='Bierman'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'><organization/></author>
<date month='March' year='2018'/>
<abstract><t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability.  There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.  This document defines such an access control model.</t><t>This document obsoletes RFC 6536.</t></abstract>
</front>
<seriesInfo name='STD' value='91'/>
<seriesInfo name='RFC' value='8341'/>
<seriesInfo name='DOI' value='10.17487/RFC8341'/>
</reference>



<reference anchor='RFC8446' target='https://www.rfc-editor.org/info/rfc8446'>
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
<author fullname='E. Rescorla' initials='E.' surname='Rescorla'><organization/></author>
<date month='August' year='2018'/>
<abstract><t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t><t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t></abstract>
</front>
<seriesInfo name='RFC' value='8446'/>
<seriesInfo name='DOI' value='10.17487/RFC8446'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference anchor='RFC8520' target='https://www.rfc-editor.org/info/rfc8520'>
<front>
<title>Manufacturer Usage Description Specification</title>
<author fullname='E. Lear' initials='E.' surname='Lear'><organization/></author>
<author fullname='R. Droms' initials='R.' surname='Droms'><organization/></author>
<author fullname='D. Romascanu' initials='D.' surname='Romascanu'><organization/></author>
<date month='March' year='2019'/>
<abstract><t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs).  The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function.  The initial focus is on access control.  Later work can delve into other aspects.</t><t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t></abstract>
</front>
<seriesInfo name='RFC' value='8520'/>
<seriesInfo name='DOI' value='10.17487/RFC8520'/>
</reference>



<reference anchor='RFC8615' target='https://www.rfc-editor.org/info/rfc8615'>
<front>
<title>Well-Known Uniform Resource Identifiers (URIs)</title>
<author fullname='M. Nottingham' initials='M.' surname='Nottingham'><organization/></author>
<date month='May' year='2019'/>
<abstract><t>This memo defines a path prefix for &quot;well-known locations&quot;, &quot;/.well-known/&quot;, in selected Uniform Resource Identifier (URI) schemes.</t><t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space.  It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t></abstract>
</front>
<seriesInfo name='RFC' value='8615'/>
<seriesInfo name='DOI' value='10.17487/RFC8615'/>
</reference>




    </references>

    <references title='Informative References'>





<reference anchor='RFC9110' target='https://www.rfc-editor.org/info/rfc9110'>
<front>
<title>HTTP Semantics</title>
<author fullname='R. Fielding' initials='R.' role='editor' surname='Fielding'><organization/></author>
<author fullname='M. Nottingham' initials='M.' role='editor' surname='Nottingham'><organization/></author>
<author fullname='J. Reschke' initials='J.' role='editor' surname='Reschke'><organization/></author>
<date month='June' year='2022'/>
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the &quot;http&quot; and &quot;https&quot; Uniform Resource Identifier (URI) schemes. </t><t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t></abstract>
</front>
<seriesInfo name='STD' value='97'/>
<seriesInfo name='RFC' value='9110'/>
<seriesInfo name='DOI' value='10.17487/RFC9110'/>
</reference>


<reference anchor="EO2021" >
  <front>
    <title>Executive Order 14028, Improving the Nations Cybersecurity</title>
    <author initials="J." surname="Biden" fullname="President Joseph Biden">
      <organization>United States Of America</organization>
    </author>
    <date year="2021" month="May"/>
  </front>
</reference>
<reference anchor="SPDX" target="https://spdx.github.io/spdx-spec/v2.3/">
  <front>
    <title>SPDX Specification V2.3</title>
    <author >
      <organization>The Linux Foundation</organization>
    </author>
    <date year="2022"/>
  </front>
</reference>
<reference anchor="CycloneDX12" >
  <front>
    <title>CycloneDX XML Reference v1.2</title>
    <author >
      <organization>cylonedx.org</organization>
    </author>
    <date year="2020" month="May"/>
  </front>
</reference>
<reference anchor="CSAF" target="https://github.com/oasis-tcs/csaf">
  <front>
    <title>Common Security Advisory Format</title>
    <author >
      <organization>OASIS</organization>
    </author>
    <date year="2021" month="July"/>
  </front>
</reference>
<reference anchor="CVRF" target="https://docs.oasis-open.org/csaf/csaf-cvrf/v1.2/csaf-cvrf-v1.2.pdf">
  <front>
    <title>Common Vulnerability Reporting Framework (CVRF) Version 1.2</title>
    <author initials="O." surname="Santos" fullname="Omar Santos" role="editor">
      <organization>OASIS</organization>
    </author>
    <date year="2017" month="September"/>
  </front>
</reference>




<reference anchor='RFC8340' target='https://www.rfc-editor.org/info/rfc8340'>
<front>
<title>YANG Tree Diagrams</title>
<author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'><organization/></author>
<author fullname='L. Berger' initials='L.' role='editor' surname='Berger'><organization/></author>
<date month='March' year='2018'/>
<abstract><t>This document captures the current syntax used in YANG module tree diagrams.  The purpose of this document is to provide a single location for this definition.  This syntax may be updated from time to time based on the evolution of the YANG language.</t></abstract>
</front>
<seriesInfo name='BCP' value='215'/>
<seriesInfo name='RFC' value='8340'/>
<seriesInfo name='DOI' value='10.17487/RFC8340'/>
</reference>




    </references>


<section anchor="changes-from-earlier-versions"><name>Changes from Earlier Versions</name>

<t>Draft -04:
  * Address review comments</t>

<t>Draft -02:</t>

<t><list style="symbols">
  <t>include vulnerability information</t>
</list></t>

<t>Draft -01:</t>

<t><list style="symbols">
  <t>some modest changes</t>
</list></t>

<t>Draft -00:</t>

<t><list style="symbols">
  <t>Initial revision</t>
</list></t>

</section>


  </back>

<!-- ##markdown-source:
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
HBb/B1ztVMwOawAA

-->

</rfc>

