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

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc rfcedstyle="yes"?>
<?rfc toc="yes"?>
<?rfc tocindent="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-suit-information-model-10" category="info">

  <front>
    <title abbrev="A Firmware Manifest Information Model">A Manifest Information Model for Firmware Updates in IoT Devices</title>

    <author initials="B." surname="Moran" fullname="Brendan Moran">
      <organization>Arm Limited</organization>
      <address>
        <email>Brendan.Moran@arm.com</email>
      </address>
    </author>
    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization>Arm Limited</organization>
      <address>
        <email>hannes.tschofenig@gmx.net</email>
      </address>
    </author>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization>Fraunhofer SIT</organization>
      <address>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </author>

    <date year="2021" month="March" day="19"/>

    <area>Security</area>
    <workgroup>SUIT</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>Vulnerabilities with Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism that is also suitable for constrained devices. Ensuring that devices function and remain secure over their service life requires such an update mechanism to fix vulnerabilities, to update configuration settings, as well as adding new functionality.</t>

<t>One component of such a firmware update is a concise and machine-processable meta-data document, or manifest, that describes the firmware image(s) and offers appropriate protection. This document describes the information that must be present in the manifest.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>Vulnerabilities with Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism that is also suitable for constrained devices. Ensuring that devices function and remain secure over their service life requires such an update mechanism to fix vulnerabilities, to update configuration settings, as well as adding new functionality.</t>

<t>One component of such a firmware update is a concise and machine-processable meta-data document, or manifest, that describes the firmware image(s) and offers appropriate protection. This document describes the information that must be present in the manifest.</t>

<t>This document describes all the information elements required in a manifest to secure firmware updates of IoT devices. Each information element is motiviated by user stories and threats it aims to mitigate. These threats and user stories are not intended to be an exhaustive list of the threats against IoT devices, nor of the possible user stories that describe how to conduct a firmware update. Instead they are intended to describe the threats against firmware updates in isolation and provide sufficient motivation to specify the information elements that cover a wide range of user stories.</t>

<t>To distinguish information elements from their encoding and serialization over the wire this document presents an information model. RFC 3444 <xref target="RFC3444"/> describes the differences between information and data models.</t>

<t>Because this document covers a wide range of user stories and a wide range of threats, not all information elements apply to all scenarios. As a result, various information elements are optional to implement and optional to use, depending on which threats exist in a particular domain of application and which user stories are important for deployments.</t>

</section>
<section anchor="requirements-and-terminology" title="Requirements and Terminology">

<section anchor="requirements-notation" title="Requirements Notation">

<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>

<t>Unless otherwise stated these words apply to the design of the manifest format, not its implementation or application. Hence, whenever an information is declared as “REQUIRED” this implies that the manifest format document has to include support for it.</t>

</section>
<section anchor="terminology" title="Terminology">

<t>This document uses terms defined in <xref target="I-D.ietf-suit-architecture"/>.
The term ‘Operator’ refers to both Device and Network Operator.</t>

<t>Secure time and secure clock refer to a set of requirements on time sources. For local time sources, this primarily means that the clock must be monotonically increasing, including across power cycles, firmware updates, etc. For remote time sources, the provided time must be guaranteed to be correct to within some predetermined bounds, whenever the time source is accessible.</t>

<t>The term Envelope is used to describe an encoding that allows the bundling of a manifest with related information elements that are not directly contained within the manifest.</t>

<t>The term Payload is used to describe the data that is delivered to a device during an update. This is distinct from a “firmware image”, as described in <xref target="I-D.ietf-suit-architecture"/>, because the payload is often in an intermediate state, such as being encrypted, compressed and/or encoded as a differential update. The payload, taken in isolation, is often not the final firmware image.</t>

</section>
</section>
<section anchor="manifest-information-elements" title="Manifest Information Elements">

<t>Each manifest information element is anchored in a security requirement or a usability requirement. The manifest elements are described below, justified by their requirements.</t>

<section anchor="element-version-id" title="Version ID of the Manifest Structure">

<t>An identifier that describes which iteration of the manifest format is contained in the structure. This allows devices to identify the version of the manifest data model that is in use.</t>

<t>This element is REQUIRED.</t>

</section>
<section anchor="element-sequence-number" title="Monotonic Sequence Number">

<t>A monotonically increasing sequence number to prevent malicious actors from reverting a firmware update against the policies of the relevant authority.</t>

<t>For convenience, the monotonic sequence number may be a UTC timestamp. This allows global synchronisation of sequence numbers without any additional management.</t>

<t>This element is REQUIRED.</t>

<t>Implements: <xref target="req-sec-sequence">REQ.SEC.SEQUENCE</xref></t>

</section>
<section anchor="element-vendor-id" title="Vendor ID">

<t>The Vendor ID element helps to distinguish between identically named products from different vendors. Vendor ID is not intended to be a human-readable element. It is intended for binary match/mismatch comparison only.</t>

<t>Recommended practice is to use <xref target="RFC4122"/> version 5 UUIDs with the vendor’s domain name and the DNS name space ID. Other options include type 1 and type 4 UUIDs.</t>

<t>This element is RECOMMENDED.</t>

<t>Implements: <xref target="req-sec-compatible">REQ.SEC.COMPATIBLE</xref>, <xref target="req-sec-authentic-compatibility">REQ.SEC.AUTH.COMPATIBILITY</xref>.</t>

<t>Here is an example for a domain name-based UUID. Vendor A creates a UUID based on a domain name it controls, such as vendorId = UUID5(DNS, “vendor-a.example”)</t>

<t>Because the DNS infrastructure prevents multiple registrations of the same domain name, this UUID is (with very high probability) guaranteed to be unique. Because the domain name is known, this UUID is reproducible. Type 1 and type 4 UUIDs produce similar guarantees of uniqueness, but not reproducibility.</t>

<t>This approach creates a contention when a vendor changes its name or relinquishes control of a domain name. In this scenario, it is possible that another vendor would start using that same domain name. However, this UUID is not proof of identity; a device’s trust in a vendor must be anchored in a cryptographic key, not a UUID.</t>

</section>
<section anchor="element-class-id" title="Class ID">

<t>A device “Class” is a set of different device types that can accept the same firmware update without modification. It thereby allows devices to determine applicability of a firmware in an unambiguous way. Class IDs must be unique within the scope of a Vendor ID. This is to prevent similarly, or identically named devices colliding in their customer’s infrastructure.</t>

<t>Recommended practice is to use <xref target="RFC4122"/> version 5 UUIDs with as much information as necessary to define firmware compatibility. Possible information used to derive the class UUID includes:</t>

<t><list style="symbols">
  <t>model name or number</t>
  <t>hardware revision</t>
  <t>runtime library version</t>
  <t>bootloader version</t>
  <t>ROM revision</t>
  <t>silicon batch number</t>
</list></t>

<t>The Class ID UUID should use the Vendor ID as the name space identifier. Other options include version 1 and 4 UUIDs. Classes may be more fine-grained granular than is required to identify firmware compatibility. Classes must not be less granular than is required to identify firmware compatibility. Devices may have multiple Class IDs.</t>

<t>Class ID is not intended to be a human-readable element. It is intended for binary match/mismatch comparison only.</t>

<t>If Class ID is not implemented, then each logical device class must use a unique trust anchor for authorization.</t>

<t>This element is RECOMMENDED.</t>

<t>Implements: Security Requirement <xref target="req-sec-compatible">REQ.SEC.COMPATIBLE</xref>, <xref target="req-sec-authentic-compatibility">REQ.SEC.AUTH.COMPATIBILITY</xref>.</t>

<section anchor="example-1-different-classes" title="Example 1: Different Classes">

<t>Vendor A creates product Z and product Y. The firmware images of products Z and Y are not interchangeable. Vendor A creates UUIDs as follows:</t>

<t><list style="symbols">
  <t>vendorId = UUID5(DNS, “vendor-a.com”)</t>
  <t>ZclassId = UUID5(vendorId, “Product Z”)</t>
  <t>YclassId = UUID5(vendorId, “Product Y”)</t>
</list></t>

<t>This ensures that Vendor A’s Product Z cannot install firmware for Product Y and Product Y cannot install firmware for Product Z.</t>

</section>
<section anchor="example-2-upgrading-class-id" title="Example 2: Upgrading Class ID">

<t>Vendor A creates product X. Later, Vendor A adds a new feature to product X, creating product X v2. Product X requires a firmware update to work with firmware intended for product X v2.</t>

<t>Vendor A creates UUIDs as follows:</t>

<t><list style="symbols">
  <t>vendorId = UUID5(DNS, “vendor-a.com”)</t>
  <t>XclassId = UUID5(vendorId, “Product X”)</t>
  <t>Xv2classId = UUID5(vendorId, “Product X v2”)</t>
</list></t>

<t>When product X receives the firmware update necessary to be compatible with product X v2, part of the firmware update changes the class ID to Xv2classId.</t>

</section>
<section anchor="example-3-shared-functionality" title="Example 3: Shared Functionality">

<t>Vendor A produces two products, product X and product Y. These components share a common core (such as an operating system), but have different applications. The common core and the applications can be updated independently. To enable X and Y to receive the same common core update, they require the same class ID. To ensure that only product X receives application X and only product Y receives application Y, product X and product Y must have different class IDs. The vendor creates Class IDs as follows:</t>

<t><list style="symbols">
  <t>vendorId = UUID5(DNS, “vendor-a.com”)</t>
  <t>XclassId = UUID5(vendorId, “Product X”)</t>
  <t>YclassId = UUID5(vendorId, “Product Y”)</t>
  <t>CommonClassId = UUID5(vendorId, “common core”)</t>
</list></t>

<t>Product X matches against both XclassId and CommonClassId. Product Y matches against both YclassId and CommonClassId.</t>

</section>
<section anchor="example-4-white-labelling" title="Example 4: White-labelling">

<t>Vendor A creates a product A and its firmware. Vendor B sells the product under its own name as Product B with some customised configuration. The vendors create the Class IDs as follows:</t>

<t><list style="symbols">
  <t>vendorIdA = UUID5(DNS, “vendor-a.com”)</t>
  <t>classIdA = UUID5(vendorIdA, “Product A-Unlabelled”)</t>
  <t>vendorIdB = UUID5(DNS, “vendor-b.com”)</t>
  <t>classIdB = UUID5(vendorIdB, “Product B”)</t>
</list></t>

<t>The product will match against each of these class IDs. If Vendor A and Vendor B provide different components for the device, the implementor may choose to make ID matching scoped to each component. Then, the vendorIdA, classIdA match the component ID supplied by Vendor A, and the vendorIdB, classIdB match the component ID supplied by Vendor B.</t>

</section>
</section>
<section anchor="element-precursor-digest" title="Precursor Image Digest Condition">

<t>This element provides information about the payload that needs to be present on the device for an update to apply. This may, for example, be the case with differential updates.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-sec-authentic-precursor">REQ.SEC.AUTH.PRECURSOR</xref></t>

</section>
<section anchor="element-required-version" title="Required Image Version List">

<t>Payloads may only be applied to a specific firmware version or firmware versions. For example, a payload containing a differential update may be applied only to a specific firmware version.</t>

<t>When a payload applies to multiple versions of a firmware, the required image version list specifies which firmware versions must be present for the update to be applied. This allows the update author to target specific versions of firmware for an update, while excluding those to which it should not or cannot be applied.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-img-versions">REQ.USE.IMG.VERSIONS</xref></t>

</section>
<section anchor="manifest-element-expiration" title="Expiration Time">

<t>This element tells a device the time at which the manifest expires and should no longer be used. This element should be used where a secure source of time is provided and firmware is intended to expire predictably. This element may also be displayed (e.g. via an app) for user confirmation since users typically have a reliable knowledge of the date.</t>

<t>Special consideration is required for end-of-life if a firmware will not be updated again, for example if a business stops issuing updates to a device. In this case the last valid firmware should not have an expiration time.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-sec-exp">REQ.SEC.EXP</xref></t>

</section>
<section anchor="manifest-element-format" title="Payload Format">

<t>This element describes the payload format within the signed metadata. It is used to enable devices to decode payloads correctly.</t>

<t>This element is REQUIRED.</t>

<t>Implements: <xref target="req-sec-authentic-image-type">REQ.SEC.AUTH.IMG_TYPE</xref>, <xref target="req-use-img-format">REQ.USE.IMG.FORMAT</xref></t>

</section>
<section anchor="manifest-element-processing-steps" title="Processing Steps">

<t>A representation of the Processing Steps required to decode a payload, in particular those that are compressed, packed, or encrypted. The representation must describe which algorithms are used and must convey any additional parameters required by those algorithms.</t>

<t>A Processing Step may indicate the expected digest of the payload after the processing is complete.</t>

<t>This element is RECOMMENDED.</t>

<t>Implements: <xref target="req-use-img-nested">REQ.USE.IMG.NESTED</xref></t>

</section>
<section anchor="maniest-element-storage-location" title="Storage Location">

<t>This element tells the device where to store a payload within a given component. The device can use this to establish which permissions are necessary and the physical storage location to use.</t>

<t>This element is REQUIRED.</t>

<t>Implements: <xref target="req-sec-authentic-image-location">REQ.SEC.AUTH.IMG_LOC</xref></t>

<section anchor="example-1-two-storage-locations" title="Example 1: Two Storage Locations">

<t>A device supports two components: an OS and an application. These components can be updated independently, expressing dependencies to ensure compatibility between the components. The Author chooses two storage identifiers:</t>

<t><list style="symbols">
  <t>“OS”</t>
  <t>“APP”</t>
</list></t>

</section>
<section anchor="example-2-file-system" title="Example 2: File System">

<t>A device supports a full-featured filesystem. The Author chooses to use the storage identifier as the path at which to install the payload. The payload may be a tarball, in which case, it unpacks the tarball into the specified path.</t>

</section>
<section anchor="example-3-flash-memory" title="Example 3: Flash Memory">

<t>A device supports flash memory. The Author chooses to make the storage identifier the offset where the image should be written.</t>

</section>
</section>
<section anchor="manifest-element-component-identifier" title="Component Identifier">

<t>In a device with more than one storage subsystem, a storage identifier is insufficient to identify where and how to store a payload. To resolve this, a component identifier indicates to which part of the storage subsystem the payload shall be placed.</t>

<t>A serialization may choose to combine Component Identifier and <xref target="maniest-element-storage-location">Storage Location</xref>.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-mfst-component">REQ.USE.MFST.COMPONENT</xref></t>

</section>
<section anchor="manifest-element-payload-indicator" title="Payload Indicator">

<t>This element provides the information required for the device to acquire the payload. This functionality is only needed when the target device does not intrinsically know where to find the payload.</t>

<t>This can be encoded in several ways:</t>

<t><list style="symbols">
  <t>One URI</t>
  <t>A list of URIs</t>
  <t>A prioritised list of URIs</t>
  <t>A list of signed URIs</t>
</list></t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-sec-authenticated-remote-payload">REQ.SEC.AUTH.REMOTE_LOC</xref></t>

</section>
<section anchor="manifest-element-payload-digest" title="Payload Digests">

<t>This element contains one or more digests of one or more payloads. This allows the target device to ensure authenticity of the payload(s) when combined with the <xref target="manifest-element-signature">Signature</xref> element. A manifest format must provide a mechanism to select one payload from a list based on system parameters, such as Execute-In-Place Installation Address.</t>

<t>This element is REQUIRED. Support for more than one digest is OPTIONAL.</t>

<t>Implements: <xref target="req-sec-authentic">REQ.SEC.AUTHENTIC</xref>, <xref target="req-use-img-select">REQ.USE.IMG.SELECT</xref></t>

</section>
<section anchor="manifest-element-size" title="Size">

<t>The size of the payload in bytes, which informs the target device how big of a payload to expect. Without it, devices are exposed to some classes of denial of service attack.</t>

<t>This element is REQUIRED.</t>

<t>Implements: <xref target="req-sec-authentic-execution">REQ.SEC.AUTH.EXEC</xref></t>

</section>
<section anchor="manifest-element-signature" title="Manifest Envelope Element: Signature">

<t>The Signature element contains all the information necessary to protect the contents of the manifest against modification and to offer authentication of the signer. Because the Signature element authenticates the manifest, it cannot be contained within the manifest. Instead, the manifest is either contained within the signature element, or the signature element is a member of the Manifest Envelope and bundled with the manifest.</t>

<t>The Signature element represents the foundation of all security properties of the manifest. Manifests, which are included as dependencies by another manifests, should include a signature so that the recipient can distinguish between different actors with different permissions.</t>

<t>The Signature element must support multiple signers and multiple signing algorithms. A manifest format may allow multiple manifests to be covered by a single Signature element.</t>

<t>This element is REQUIRED in non-dependency manifests.</t>

<t>Implements: <xref target="req-sec-authentic">REQ.SEC.AUTHENTIC</xref>, <xref target="req-sec-rights">REQ.SEC.RIGHTS</xref>, <xref target="req-use-mfst-multi-auth">REQ.USE.MFST.MULTI_AUTH</xref></t>

</section>
<section anchor="manifest-element-additional-install-info" title="Additional Installation Instructions">

<t>Additional installation instructions are machine-readable commands the device should execute when processing the manifest. This information is distinct from the information necessary to process a payload. Additional installation instructions include information such as update timing (for example, install only on Sunday, at 0200), procedural considerations (for example, shut down the equipment under control before executing the update), pre- and post-installation steps (for example, run a script). Other installation instructions could include requesting user confirmation before installing.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-mfst-pre-check">REQ.USE.MFST.PRE_CHECK</xref></t>

</section>
<section anchor="manifest-element-aliases" title="Aliases">

<t>A mechanism for a manifest to augment or replace URIs or URI lists defined by one or more of its dependencies.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-mfst-override">REQ.USE.MFST.OVERRIDE_REMOTE</xref></t>

</section>
<section anchor="manifest-element-dependencies" title="Dependencies">

<t>A list of other manifests that are required by the current manifest. Manifests are identified an unambiguous way, such as a cryptographic digest.</t>

<t>This element is REQUIRED to support deployments that include both multiple authorities and multiple payloads.</t>

<t>Implements: <xref target="req-use-mfst-component">REQ.USE.MFST.COMPONENT</xref></t>

</section>
<section anchor="manifest-element-encryption-wrapper" title="Encryption Wrapper">

<t>Encrypting firmware images requires symmetric content encryption keys. The encryption wrapper provides the information needed for a device to obtain or locate a key that it uses to decrypt the firmware.</t>

<t>This element is REQUIRED for encrypted payloads.</t>

<t>Implements: <xref target="req-sec-image-confidentiality">REQ.SEC.IMG.CONFIDENTIALITY</xref></t>

</section>
<section anchor="manifest-element-xip-address" title="XIP Address">

<t>In order to support execute in place (XIP) systems with multiple possible base addresses, it is necessary to specify which address the payload is linked for.</t>

<t>For example a microcontroller may have a simple bootloader that chooses one of two images to boot. That microcontroller then needs to choose one of two firmware images to install, based on which of its two images is older.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-img-select">REQ.USE.IMG.SELECT</xref></t>

</section>
<section anchor="manifest-element-load-metadata" title="Load-time Metadata">

<t>Load-time metadata provides the device with information that it needs in order to load one or more images. This metadata may include any of:</t>

<t><list style="symbols">
  <t>the source</t>
  <t>the destination</t>
  <t>cryptographic information</t>
  <t>decompression information</t>
  <t>unpacking information</t>
</list></t>

<t>Typically, loading is done by copying an image from its permanent storage location into its active use location. The metadata allows operations such as decryption, decompression, and unpacking to be performed during that copy.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-load">REQ.USE.LOAD</xref></t>

</section>
<section anchor="manifest-element-exec-metadata" title="Run-time metadata">

<t>Run-time metadata provides the device with any extra information needed to boot the device. This may include the entry-point of an XIP image or the kernel command-line to boot a Linux image.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-exec">REQ.USE.EXEC</xref></t>

</section>
<section anchor="manifest-element-payload" title="Payload">

<t>The Payload element is contained within the manifest or manifest envelope and enables the manifest and payload to be delivered simultaneously. This is used for delivering small payloads, such as cryptographic keys or configuration data.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-payload">REQ.USE.PAYLOAD</xref></t>

</section>
<section anchor="manifest-element-key-claims" title="Manifest Envelope Element: Delegation Chain">

<t>The delegation chain offers enhanced authorization functionality via authorization tokens. Each token itself is protected and does not require another layer of protection. Because the delegation chain is needed to verify the signature, it must be placed in the Manifest Envelope, rather than the Manifest.</t>

<t>This element is OPTIONAL.</t>

<t>Implements: <xref target="req-use-delegation">REQ.USE.DELEGATION</xref></t>

</section>
</section>
<section anchor="design-motivation" title="Security Considerations">

<t>The following sub-sections describe the threat model, user stories, security requirements, and usability requirements. This section also provides the motivations for each of the manifest information elements.</t>

<section anchor="threat-model" title="Threat Model">

<t>The following sub-sections aim to provide information about the threats that were considered, the security requirements that are derived from those threats and the fields that permit implementation of the security requirements. This model uses the S.T.R.I.D.E. <xref target="STRIDE"/> approach. Each threat is classified according to:</t>

<t><list style="symbols">
  <t>Spoofing identity</t>
  <t>Tampering with data</t>
  <t>Repudiation</t>
  <t>Information disclosure</t>
  <t>Denial of service</t>
  <t>Elevation of privilege</t>
</list></t>

<t>This threat model only covers elements related to the transport of firmware updates. It explicitly does not cover threats outside of the transport of firmware updates. For example, threats to an IoT device due to physical access are out of scope.</t>

</section>
<section anchor="threat-descriptions" title="Threat Descriptions">

<section anchor="threat-expired" title="THREAT.IMG.EXPIRED: Old Firmware">

<t>Classification: Elevation of Privilege</t>

<t>An attacker sends an old, but valid manifest with an old, but valid firmware image to a device. If there is a known vulnerability in the provided firmware image, this may allow an attacker to exploit the vulnerability and gain control of the device.</t>

<t>Threat Escalation: If the attacker is able to exploit the known vulnerability, then this threat can be escalated to ALL TYPES.</t>

<t>Mitigated by: <xref target="req-sec-sequence">REQ.SEC.SEQUENCE</xref></t>

</section>
<section anchor="threat-expired-offline" title="THREAT.IMG.EXPIRED.OFFLINE : Offline device + Old Firmware">

<t>Classification: Elevation of Privilege</t>

<t>An attacker targets a device that has been offline for a long time and runs an old firmware version. The attacker sends an old, but valid manifest to a device with an old, but valid firmware image. The attacker-provided firmware is newer than the installed one but older than the most recently available firmware. If there is a known vulnerability in the provided firmware image then this may allow an attacker to gain control of a device. Because the device has been offline for a long time, it is unaware of any new updates. As such it will treat the old manifest as the most current.</t>

<t>The exact mitigation for this threat depends on where the threat comes from. This requires careful consideration by the implementor. If the threat is from a network actor, including an on-path attacker, or an intruder into a management system, then a user confirmation can mitigate this attack, simply by displaying an expiration date and requesting confirmation. On the other hand, if the user is the attacker, then an online confirmation system (for example a trusted timestamp server) can be used as a mitigation system.</t>

<t>Threat Escalation: If the attacker is able to exploit the known vulnerability, then this threat can be escalated to ALL TYPES.</t>

<t>Mitigated by: <xref target="req-sec-exp">REQ.SEC.EXP</xref>, <xref target="req-use-mfst-pre-check">REQ.USE.MFST.PRE_CHECK</xref>,</t>

</section>
<section anchor="threat-incompatible" title="THREAT.IMG.INCOMPATIBLE: Mismatched Firmware">

<t>Classification: Denial of Service</t>

<t>An attacker sends a valid firmware image, for the wrong type of device, signed by an actor with firmware installation permission on both types of device. The firmware is verified by the device positively because it is signed by an actor with the appropriate permission. This could have wide-ranging consequences. For devices that are similar, it could cause minor breakage, or expose security vulnerabilities. For devices that are very different, it is likely to render devices inoperable.</t>

<t>Mitigated by: <xref target="req-sec-compatible">REQ.SEC.COMPATIBLE</xref></t>

<t>For example, suppose that two vendors, Vendor A and Vendor B, adopt the same trade name in different geographic regions, and they both make products with the same names, or product name matching is not used. This causes firmware from Vendor A to match devices from Vendor B.</t>

<t>If the vendors are the firmware authorities, then devices from Vendor A will reject images signed by Vendor B since they use different credentials. However, if both devices trust the same Author, then, devices from Vendor A could install firmware intended for devices from Vendor B.</t>

</section>
<section anchor="threat-img-format" title="THREAT.IMG.FORMAT: The target device misinterprets the type of payload">

<t>Classification: Denial of Service</t>

<t>If a device misinterprets the format of the firmware image, it may cause a device to install a firmware image incorrectly. An incorrectly installed firmware image would likely cause the device to stop functioning.</t>

<t>Threat Escalation: An attacker that can cause a device to misinterpret the received firmware image may gain elevation of privilege and potentially expand this to all types of threat.</t>

<t>Mitigated by: <xref target="req-sec-authentic-image-type">REQ.SEC.AUTH.IMG_TYPE</xref></t>

</section>
<section anchor="threat-img-location" title="THREAT.IMG.LOCATION: The target device installs the payload to the wrong location">

<t>Classification: Denial of Service</t>

<t>If a device installs a firmware image to the wrong location on the device, then it is likely to break. For example, a firmware image installed as an application could cause a device and/or an application to stop functioning.</t>

<t>Threat Escalation: An attacker that can cause a device to misinterpret the received code may gain elevation of privilege and potentially expand this to all types of threat.</t>

<t>Mitigated by: <xref target="req-sec-authentic-image-location">REQ.SEC.AUTH.IMG_LOC</xref></t>

</section>
<section anchor="threat-net-redirect" title="THREAT.NET.REDIRECT: Redirection to inauthentic payload hosting">

<t>Classification: Denial of Service</t>

<t>If a device is tricked into fetching a payload for an attacker controlled site, the attacker may send corrupted payloads to devices.</t>

<t>Mitigated by: <xref target="req-sec-authenticated-remote-payload">REQ.SEC.AUTH.REMOTE_LOC</xref></t>

</section>
<section anchor="threat-net-onpath" title="THREAT.NET.ONPATH: Traffic interception">

<t>Classification: Spoofing Identity, Tampering with Data</t>

<t>An attacker intercepts all traffic to and from a device. The attacker can monitor or modify any data sent to or received from the device. This can take the form of: manifests, payloads, status reports, and capability reports being modified or not delivered to the intended recipient. It can also take the form of analysis of data sent to or from the device, either in content, size, or frequency.</t>

<t>Mitigated by: <xref target="req-sec-authentic">REQ.SEC.AUTHENTIC</xref>, <xref target="req-sec-image-confidentiality">REQ.SEC.IMG.CONFIDENTIALITY</xref>, <xref target="req-sec-authenticated-remote-payload">REQ.SEC.AUTH.REMOTE_LOC</xref>, <xref target="req-sec-mfst-confidentiality">REQ.SEC.MFST.CONFIDENTIALITY</xref>, <xref target="req-sec-reporting">REQ.SEC.REPORTING</xref></t>

</section>
<section anchor="threat-image-replacement" title="THREAT.IMG.REPLACE: Payload Replacement">

<t>Classification: Elevation of Privilege</t>

<t>An attacker replaces a newly downloaded firmware after a device finishes verifying a manifest. This could cause the device to execute the attacker’s code. This attack likely requires physical access to the device. However, it is possible that this attack is carried out in combination with another threat that allows remote execution. This is a typical Time Of Check/Time Of Use (TICTOC) attack.</t>

<t>Threat Escalation: If the attacker is able to exploit a known vulnerability, or if the attacker can supply their own firmware, then this threat can be escalated to ALL TYPES.</t>

<t>Mitigated by: <xref target="req-sec-authentic-execution">REQ.SEC.AUTH.EXEC</xref></t>

</section>
<section anchor="threat-img-unauthenticated" title="THREAT.IMG.NON_AUTH: Unauthenticated Images">

<t>Classification: Elevation of Privilege / All Types</t>

<t>If an attacker can install their firmware on a device, for example by manipulating either payload or metadata, then they have complete control of the device.</t>

<t>Mitigated by: <xref target="req-sec-authentic">REQ.SEC.AUTHENTIC</xref></t>

</section>
<section anchor="threat-upd-wrong-precursor" title="THREAT.UPD.WRONG_PRECURSOR: Unexpected Precursor images">

<t>Classification: Denial of Service / All Types</t>

<t>Modifications of payloads and metadata allow an attacker to introduce a number of denial of service attacks. Below are some examples.</t>

<t>An attacker sends a valid, current manifest to a device that has an unexpected precursor image. If a payload format requires a precursor image (for example, delta updates) and that precursor image is not available on the target device, it could cause the update to break.</t>

<t>An attacker that can cause a device to install a payload against the wrong precursor image could gain elevation of privilege and potentially expand this to all types of threat. However, it is unlikely that a valid differential update applied to an incorrect precursor would result in a functional, but vulnerable firmware.</t>

<t>Mitigated by: <xref target="req-sec-authentic-precursor">REQ.SEC.AUTH.PRECURSOR</xref></t>

</section>
<section anchor="threat-upd-unapproved" title="THREAT.UPD.UNAPPROVED: Unapproved Firmware">

<t>Classification: Denial of Service, Elevation of Privilege</t>

<t>This threat can appear in several ways, however it is ultimately about ensuring that devices retain the behaviour required by their owner, or operator. The owner or operator of a device typically requires that the device maintain certain features, functions, capabilities, behaviours, or interoperability constraints (more generally, behaviour). If these requirements are broken, then a device will not fulfill its purpose. Therefore, if any party other than the device’s owner or the owner’s contracted Device Operator has the ability to modify device behaviour without approval, then this constitutes an elevation of privilege.</t>

<t>Similarly, a Network Operator may require that devices behave in a particular way in order to maintain the integrity of the network. If devices behaviour on a network can be modified without the approval of the Network Operator, then this constitutes an elevation of privilege with respect to the network.</t>

<t>For example, if the owner of a device has purchased that device because of features A, B, and C, and a firmware update is issued by the manufacturer, which removes feature A, then the device may not fulfill the owner’s requirements any more. In certain circumstances, this can cause significantly greater threats. Suppose that feature A is used to implement a safety-critical system, whether the manufacturer intended this behaviour or not. When unapproved firmware is installed, the system may become unsafe.</t>

<t>In a second example, the owner or operator of a system of two or more interoperating devices needs to approve firmware for their system in order to ensure interoperability with other devices in the system. If the firmware is not qualified, the system as a whole may not work. Therefore, if a device installs firmware without the approval of the device owner or operator, this is a threat to devices or the system as a whole.</t>

<t>Similarly, the operator of a network may need to approve firmware for devices attached to the network in order to ensure favourable operating conditions within the network. If the firmware is not qualified, it may degrade the performance of the network. Therefore, if a device installs firmware without the approval of the Network Operator, this is a threat to the network itself.</t>

<t>Threat Escalation: If the firmware expects configuration that is present in devices deployed in Network A, but not in devices deployed in Network B, then the device may experience degraded security, leading to threats of All Types.</t>

<t>Mitigated by: <xref target="req-sec-rights">REQ.SEC.RIGHTS</xref>, <xref target="req-sec-access-control">REQ.SEC.ACCESS_CONTROL</xref></t>

<section anchor="example-1-multiple-network-operators-with-a-single-device-operator" title="Example 1: Multiple Network Operators with a Single Device Operator">

<t>In this example, assume that Device Operators expect the rights to create firmware but that Network Operators expect the rights to qualify firmware as fit-for-purpose on their networks. Additionally, assume that Device Operators manage devices that can be deployed on any network, including Network A and B in our example.</t>

<t>An attacker may obtain a manifest for a device on Network A. Then, this attacker sends that manifest to a device on Network B. Because Network A and Network B are under control of different Operators, and the firmware for a device on Network A has not been qualified to be deployed on Network B, the target device on Network B is now in violation of the Operator B’s policy and may be disabled by this unqualified, but signed firmware.</t>

<t>This is a denial of service because it can render devices inoperable. This is an elevation of privilege because it allows the attacker to make installation decisions that should be made by the Operator.</t>

</section>
<section anchor="example-2-single-network-operator-with-multiple-device-operators" title="Example 2: Single Network Operator with Multiple Device Operators">

<t>Multiple devices that interoperate are used on the same network and communicate with each other. Some devices are manufactured and managed by Device Operator A and other devices by Device Operator B. A new firmware is released by Device Operator A that breaks compatibility with devices from Device Operator B. An attacker sends the new firmware to the devices managed by Device Operator A without approval of the Network Operator. This breaks the behaviour of the larger system causing denial of service and possibly other threats. Where the network is a distributed SCADA system, this could cause misbehaviour of the process that is under control.</t>

</section>
</section>
<section anchor="threat-img-disclosure" title="THREAT.IMG.DISCLOSURE: Reverse Engineering Of Firmware Image for Vulnerability Analysis">

<t>Classification: All Types</t>

<t>An attacker wants to mount an attack on an IoT device. To prepare the attack he or she retrieves the provided firmware image and performs reverse engineering of the firmware image to analyze it for specific vulnerabilities.</t>

<t>Mitigated by: <xref target="req-sec-image-confidentiality">REQ.SEC.IMG.CONFIDENTIALITY</xref></t>

</section>
<section anchor="threat-mfst-override" title="THREAT.MFST.OVERRIDE: Overriding Critical Manifest Elements">

<t>Classification: Elevation of Privilege</t>

<t>An authorized actor, but not the Author, uses an override mechanism (<xref target="user-story-override">USER_STORY.OVERRIDE</xref>) to change an information element in a manifest signed by the Author. For example, if the authorized actor overrides the digest and URI of the payload, the actor can replace the entire payload with a payload of their choice.</t>

<t>Threat Escalation: By overriding elements such as payload installation instructions or firmware digest, this threat can be escalated to all types.</t>

<t>Mitigated by: <xref target="req-sec-access-control">REQ.SEC.ACCESS_CONTROL</xref></t>

</section>
<section anchor="threat-mfst-exposure" title="THREAT.MFST.EXPOSURE: Confidential Manifest Element Exposure">

<t>Classification: Information Disclosure</t>

<t>A third party may be able to extract sensitive information from the manifest.</t>

<t>Mitigated by: <xref target="req-sec-mfst-confidentiality">REQ.SEC.MFST.CONFIDENTIALITY</xref></t>

</section>
<section anchor="threat-img-extra" title="THREAT.IMG.EXTRA: Extra data after image">

<t>Classification: All Types</t>

<t>If a third party modifies the image so that it contains extra code after a valid, authentic image, that third party can then use their own code in order to make better use of an existing vulnerability.</t>

<t>Mitigated by: <xref target="req-sec-img-complete-digest">REQ.SEC.IMG.COMPLETE_DIGEST</xref></t>

</section>
<section anchor="threat-key-exposure" title="THREAT.KEY.EXPOSURE: Exposure of signing keys">

<t>Classification: All Types</t>

<t>If a third party obtains a key or even indirect access to a key, for example in an hardware security module (HSM), then they can perform the same actions as the legitimate owner of the key. If the key is trusted for firmware update, then the third party can perform firmware updates as though they were the legitimate owner of the key.</t>

<t>For example, if manifest signing is performed on a server connected to the internet, an attacker may compromise the server and then be able to sign manifests, even if the keys for manifest signing are held in an HSM that is accessed by the server.</t>

<t>Mitigated by: <xref target="req-sec-key-protection">REQ.SEC.KEY.PROTECTION</xref></t>

</section>
<section anchor="threat-mfst-modification" title="THREAT.MFST.MODIFICATION: Modification of manifest or payload prior to signing">

<t>Classification: All Types</t>

<t>If an attacker can alter a manifest or payload before it is signed, they can perform all the same actions as the manifest author. This allows the attacker to deploy firmware updates to any devices that trust the manifest author. If an attacker can modify the code of a payload before the corresponding manifest is created, they can insert their own code. If an attacker can modify the manifest before it is signed, they can redirect the manifest to their own payload.</t>

<t>For example, the attacker deploys malware to the developer’s computer or signing service that watches manifest creation activities and inserts code into any binary that is referenced by a manifest.</t>

<t>For example, the attacker deploys malware to the developer’s computer or signing service that replaces the referenced binary (digest) and URI with the attacker’s binary (digest) and URI.</t>

<t>Mitigated by: <xref target="req-sec-mfst-check">REQ.SEC.MFST.CHECK</xref>, <xref target="req-sec-mfst-trusted">REQ.SEC.MFST.TRUSTED</xref></t>

</section>
<section anchor="threat-mfst-toctou" title="THREAT.MFST.TOCTOU: Modification of manifest between authentication and use">

<t>Classification: All Types</t>

<t>If an attacker can modify a manifest after it is authenticated (Time Of Check) but before it is used (Time Of Use), then the attacker can place any content whatsoever in the manifest.</t>

<t>Mitigated by: <xref target="req-sec-mfst-const">REQ.SEC.MFST.CONST</xref></t>

</section>
</section>
<section anchor="security-requirements" title="Security Requirements">

<t>The security requirements here are a set of policies that mitigate the threats described in <xref target="threat-model"/>.</t>

<section anchor="req-sec-sequence" title="REQ.SEC.SEQUENCE: Monotonic Sequence Numbers">

<t>Only an actor with firmware installation authority is permitted to decide when device firmware can be installed. To enforce this rule, manifests MUST contain monotonically increasing sequence numbers. Manifests may use UTC epoch timestamps to coordinate monotonically increasing sequence numbers across many actors in many locations. If UTC epoch timestamps are used, they must not be treated as times, they must be treated only as sequence numbers. Devices must reject manifests with sequence numbers smaller than any onboard sequence number, i.e. there is no sequence number roll over.</t>

<t>Note: This is not a firmware version field. It is a manifest sequence number. A firmware version may be rolled back by creating a new manifest for the old firmware version with a later sequence number.</t>

<t>Mitigates: <xref target="threat-expired">THREAT.IMG.EXPIRED</xref></t>

<t>Implemented by: <xref target="element-sequence-number">Monotonic Sequence Number</xref></t>

</section>
<section anchor="req-sec-compatible" title="REQ.SEC.COMPATIBLE: Vendor, Device-type Identifiers">

<t>Devices MUST only apply firmware that is intended for them. Devices must know that a given update applies to their vendor, model, hardware revision, and software revision. Human-readable identifiers are often error-prone in this regard, so unique identifiers should be used instead.</t>

<t>Mitigates: <xref target="threat-incompatible">THREAT.IMG.INCOMPATIBLE</xref></t>

<t>Implemented by: <xref target="element-vendor-id">Vendor ID Condition</xref>, <xref target="element-class-id">Class ID Condition</xref></t>

</section>
<section anchor="req-sec-exp" title="REQ.SEC.EXP: Expiration Time">

<t>A firmware manifest MAY expire after a given time and devices may have a secure clock (local or remote). If a secure clock is provided and the Firmware manifest has an expiration timestamp, the device must reject the manifest if current time is later than the expiration time.</t>

<t>Special consideration is required for end-of-life in case device will not be updated again, for example if a business stops issuing updates for a device. The last valid firmware should not have an expiration time.</t>

<t>Mitigates: <xref target="threat-expired-offline">THREAT.IMG.EXPIRED.OFFLINE </xref></t>

<t>Implemented by: <xref target="manifest-element-expiration">Expiration Time</xref></t>

</section>
<section anchor="req-sec-authentic" title="REQ.SEC.AUTHENTIC: Cryptographic Authenticity">

<t>The authenticity of an update MUST be demonstrable. Typically, this means that updates must be digitally signed. Because the manifest contains information about how to install the update, the manifest’s authenticity must also be demonstrable. To reduce the overhead required for validation, the manifest contains the cryptographic digest of the firmware image, rather than a second digital signature. The authenticity of the manifest can be verified with a digital signature or Message Authentication Code. The authenticity of the firmware image is tied to the manifest by the use of a cryptographic digest of the firmware image.</t>

<t>Mitigates: <xref target="threat-img-unauthenticated">THREAT.IMG.NON_AUTH</xref>, <xref target="threat-net-onpath">THREAT.NET.ONPATH</xref></t>

<t>Implemented by: <xref target="manifest-element-signature">Signature</xref>, <xref target="manifest-element-payload-digest">Payload Digest</xref></t>

</section>
<section anchor="req-sec-authentic-image-type" title="REQ.SEC.AUTH.IMG_TYPE: Authenticated Payload Type">

<t>The type of payload MUST be authenticated. For example, the target must know whether the payload is XIP firmware, a loadable module, or configuration data.</t>

<t>Mitigates: <xref target="threat-img-format">THREAT.IMG.FORMAT</xref></t>

<t>Implemented by: <xref target="manifest-element-format">Payload Format</xref>, <xref target="manifest-element-signature">Signature</xref></t>

</section>
<section anchor="req-sec-authentic-image-location" title="Security Requirement REQ.SEC.AUTH.IMG_LOC: Authenticated Storage Location">

<t>The location on the target where the payload is to be stored MUST be authenticated.</t>

<t>Mitigates: <xref target="threat-img-location">THREAT.IMG.LOCATION</xref></t>

<t>Implemented by: <xref target="maniest-element-storage-location">Storage Location</xref></t>

</section>
<section anchor="req-sec-authenticated-remote-payload" title="REQ.SEC.AUTH.REMOTE_LOC: Authenticated Remote Payload">

<t>The location where a target should find a payload MUST be authenticated.</t>

<t>Mitigates: <xref target="threat-net-redirect">THREAT.NET.REDIRECT</xref>, <xref target="threat-net-onpath">THREAT.NET.ONPATH</xref></t>

<t>Implemented by: <xref target="manifest-element-payload-indicator">Payload Indicator</xref></t>

</section>
<section anchor="req-sec-authentic-execution" title="REQ.SEC.AUTH.EXEC: Secure Execution">

<t>The target SHOULD verify firmware at time of boot. This requires authenticated payload size, and digest.</t>

<t>Mitigates: <xref target="threat-image-replacement">THREAT.IMG.REPLACE</xref></t>

<t>Implemented by: <xref target="manifest-element-payload-digest">Payload Digest</xref>, <xref target="manifest-element-size">Size</xref></t>

</section>
<section anchor="req-sec-authentic-precursor" title="REQ.SEC.AUTH.PRECURSOR: Authenticated precursor images">

<t>If an update uses a differential compression method, it MUST specify the digest of the precursor image and that digest MUST be authenticated.</t>

<t>Mitigates: <xref target="threat-upd-wrong-precursor">THREAT.UPD.WRONG_PRECURSOR</xref></t>

<t>Implemented by: <xref target="element-precursor-digest">Precursor Image Digest</xref></t>

</section>
<section anchor="req-sec-authentic-compatibility" title="REQ.SEC.AUTH.COMPATIBILITY: Authenticated Vendor and Class IDs">

<t>The identifiers that specify firmware compatibility MUST be authenticated to ensure that only compatible firmware is installed on a target device.</t>

<t>Mitigates: <xref target="threat-incompatible">THREAT.IMG.INCOMPATIBLE</xref></t>

<t>Implemented By: <xref target="element-vendor-id">Vendor ID Condition</xref>, <xref target="element-class-id">Class ID Condition</xref></t>

</section>
<section anchor="req-sec-rights" title="REQ.SEC.RIGHTS: Rights Require Authenticity">

<t>If a device grants different rights to different actors, exercising those rights MUST be accompanied by proof of those rights, in the form of proof of authenticity. Authenticity mechanisms, such as those required in <xref target="req-sec-authentic">REQ.SEC.AUTHENTIC</xref>, can be used to prove authenticity.</t>

<t>For example, if a device has a policy that requires that firmware have both an Authorship right and a Qualification right and if that device grants Authorship and Qualification rights to different parties, such as a Device Operator and a Network Operator, respectively, then the firmware cannot be installed without proof of rights from both the Device Operator and the Network Operator.</t>

<t>Mitigates: <xref target="threat-upd-unapproved">THREAT.UPD.UNAPPROVED</xref></t>

<t>Implemented by: <xref target="manifest-element-signature">Signature</xref></t>

</section>
<section anchor="req-sec-image-confidentiality" title="REQ.SEC.IMG.CONFIDENTIALITY: Payload Encryption">

<t>The manifest information model MUST enable encrypted payloads. Encryption helps to prevent third parties, including attackers, from reading the content of the firmware image. This can protect against confidential information disclosures and discovery of vulnerabilities through reverse engineering. Therefore the manifest must convey the information required to allow an intended recipient to decrypt an encrypted payload.</t>

<t>Mitigates: <xref target="threat-img-disclosure">THREAT.IMG.DISCLOSURE</xref>, <xref target="threat-net-onpath">THREAT.NET.ONPATH</xref></t>

<t>Implemented by: <xref target="manifest-element-encryption-wrapper">Encryption Wrapper</xref></t>

</section>
<section anchor="req-sec-access-control" title="REQ.SEC.ACCESS_CONTROL: Access Control">

<t>If a device grants different rights to different actors, then an exercise of those rights MUST be validated against a list of rights for the actor. This typically takes the form of an Access Control List (ACL). ACLs are applied to two scenarios:</t>

<t><list style="numbers">
  <t>An ACL decides which elements of the manifest may be overridden and by which actors.</t>
  <t>An ACL decides which component identifier/storage identifier pairs can be written by which actors.</t>
</list></t>

<t>Mitigates: <xref target="threat-mfst-override">THREAT.MFST.OVERRIDE</xref>, <xref target="threat-upd-unapproved">THREAT.UPD.UNAPPROVED</xref></t>

<t>Implemented by: Client-side code, not specified in manifest.</t>

</section>
<section anchor="req-sec-mfst-confidentiality" title="REQ.SEC.MFST.CONFIDENTIALITY: Encrypted Manifests">

<t>A manifest format MUST allow encryption of selected parts of the manifest or encryption of the entire manifest to prevent sensitive content of the firmware metadata to be leaked.</t>

<t>Mitigates: <xref target="threat-mfst-exposure">THREAT.MFST.EXPOSURE</xref>, <xref target="threat-net-onpath">THREAT.NET.ONPATH</xref></t>

<t>Implemented by: Manifest Encryption Wrapper / Transport Security</t>

</section>
<section anchor="req-sec-img-complete-digest" title="REQ.SEC.IMG.COMPLETE_DIGEST: Whole Image Digest">

<t>The digest SHOULD cover all available space in a fixed-size storage location. Variable-size storage locations MUST be restricted to exactly the size of deployed payload. This prevents any data from being distributed without being covered by the digest. For example, XIP microcontrollers typically have fixed-size storage. These devices should deploy a digest that covers the deployed firmware image, concatenated with the default erased value of any remaining space.</t>

<t>Mitigates: <xref target="threat-img-extra">THREAT.IMG.EXTRA</xref></t>

<t>Implemented by: <xref target="manifest-element-payload-digest">Payload Digests</xref></t>

</section>
<section anchor="req-sec-reporting" title="REQ.SEC.REPORTING: Secure Reporting">

<t>Status reports from the device to any remote system MUST be performed over an authenticated, confidential channel in order to prevent modification or spoofing of the reports.</t>

<t>Mitigates: <xref target="threat-net-onpath">THREAT.NET.ONPATH</xref></t>

</section>
<section anchor="req-sec-key-protection" title="REQ.SEC.KEY.PROTECTION: Protected storage of signing keys">

<t>Cryptographic keys for signing/authenticating manifests SHOULD be stored in a manner that is inaccessible to networked devices, for example in an HSM, or an air-gapped computer. This protects against an attacker obtaining the keys.</t>

<t>Keys SHOULD be stored in a way that limits the risk of a legitimate, but compromised, entity (such as a server or developer computer) issuing signing requests.</t>

<t>Mitigates: <xref target="threat-key-exposure">THREAT.KEY.EXPOSURE</xref></t>

</section>
<section anchor="req-sec-mfst-check" title="REQ.SEC.MFST.CHECK: Validate manifests prior to deployment">

<t>Manifests SHOULD be verified prior to deployment. This reduces problems that may arise with devices installing firmware images that damage devices unintentionally.</t>

<t>Mitigates: <xref target="threat-mfst-modification">THREAT.MFST.MODIFICATION</xref></t>

</section>
<section anchor="req-sec-mfst-trusted" title="REQ.SEC.MFST.TRUSTED: Construct manifests in a trusted environment">

<t>For high risk deployments, such as large numbers of devices or critical function devices, manifests SHOULD be constructed in an environment that is protected from interference, such as an air-gapped computer. Note that a networked computer connected to an HSM does not fulfill this requirement (see <xref target="threat-mfst-modification">THREAT.MFST.MODIFICATION</xref>).</t>

<t>Mitigates: <xref target="threat-mfst-modification">THREAT.MFST.MODIFICATION</xref></t>

</section>
<section anchor="req-sec-mfst-const" title="REQ.SEC.MFST.CONST: Manifest kept immutable between check and use">

<t>Both the manifest and any data extracted from it MUST be held immutable between its authenticity verification (time of check) and its use (time of use). To make this guarantee, the manifest MUST fit within an internal memory or a secure memory, such as encrypted memory. The recipient SHOULD defend the manifest from tampering by code or hardware resident in the recipient, for example other processes or debuggers.</t>

<t>If an application requires that the manifest is verified before storing it, then this means the manifest MUST fit in RAM.</t>

<t>Mitigates: <xref target="threat-mfst-toctou">THREAT.MFST.TOCTOU</xref></t>

</section>
</section>
<section anchor="user-stories" title="User Stories">

<t>User stories provide expected use cases. These are used to feed into usability requirements.</t>

<section anchor="user-story-install-instructions" title="USER_STORY.INSTALL.INSTRUCTIONS: Installation Instructions">

<t>As a Device Operator, I want to provide my devices with additional installation instructions so that I can keep process details out of my payload data.</t>

<t>Some installation instructions might be:</t>

<t><list style="symbols">
  <t>Use a table of hashes to ensure that each block of the payload is validated before writing.</t>
  <t>Do not report progress.</t>
  <t>Pre-cache the update, but do not install.</t>
  <t>Install the pre-cached update matching this manifest.</t>
  <t>Install this update immediately, overriding any long-running tasks.</t>
</list></t>

<t>Satisfied by: <xref target="req-use-mfst-pre-check">REQ.USE.MFST.PRE_CHECK</xref></t>

</section>
<section anchor="user-story-fail-early" title="USER_STORY.MFST.FAIL_EARLY: Fail Early">

<t>As a designer of a resource-constrained IoT device, I want bad updates to fail as early as possible to preserve battery life and limit consumed bandwidth.</t>

<t>Satisfied by: <xref target="req-use-mfst-pre-check">REQ.USE.MFST.PRE_CHECK</xref></t>

</section>
<section anchor="user-story-override" title="USER_STORY.OVERRIDE: Override Non-Critical Manifest Elements">

<t>As a Device Operator, I would like to be able to override the non-critical information in the manifest so that I can control my devices more precisely. The authority to override this information is provided via the installation of a limited trust anchor by another authority.</t>

<t>Some examples of potentially overridable information:</t>

<t><list style="symbols">
  <t><xref target="manifest-element-payload-indicator">URIs</xref>: this allows the Device Operator to direct devices to their own infrastructure in order to reduce network load.</t>
  <t>Conditions: this allows the Device Operator to pose additional constraints on the installation of the manifest.</t>
  <t><xref target="manifest-element-additional-install-info">Directives</xref>: this allows the Device Operator to add more instructions such as time of installation.</t>
  <t><xref target="manifest-element-processing-steps">Processing Steps</xref>: If an intermediary performs an action on behalf of a device, it may need to override the processing steps. It is still possible for a device to verify the final content and the result of any processing step that specifies a digest. Some processing steps should be non-overridable.</t>
</list></t>

<t>Satisfied by: <xref target="req-use-mfst-component">REQ.USE.MFST.COMPONENT</xref></t>

</section>
<section anchor="user-story-component" title="USER_STORY.COMPONENT: Component Update">

<t>As a Device Operator, I want to divide my firmware into components, so that I can reduce the size of updates, make different parties responsible for different components, and divide my firmware into frequently updated and infrequently updated components.</t>

<t>Satisfied by: <xref target="req-use-mfst-component">REQ.USE.MFST.COMPONENT</xref></t>

</section>
<section anchor="user-story-multi-auth" title="USER_STORY.MULTI_AUTH: Multiple Authorizations">

<t>As a Device Operator, I want to ensure the quality of a firmware update before installing it, so that I can ensure interoperability of all devices in my product family. I want to restrict the ability to make changes to my devices to require my express approval.</t>

<t>Satisfied by: <xref target="req-use-mfst-multi-auth">REQ.USE.MFST.MULTI_AUTH</xref>, <xref target="req-sec-access-control">REQ.SEC.ACCESS_CONTROL</xref></t>

</section>
<section anchor="user-story-img-format" title="USER_STORY.IMG.FORMAT: Multiple Payload Formats">

<t>As a Device Operator, I want to be able to send multiple payload formats to suit the needs of my update, so that I can optimise the bandwidth used by my devices.</t>

<t>Satisfied by: <xref target="req-use-img-format">REQ.USE.IMG.FORMAT</xref></t>

</section>
<section anchor="user-story-img-confidentiality" title="USER_STORY.IMG.CONFIDENTIALITY: Prevent Confidential Information Disclosures">

<t>As a firmware author, I want to prevent confidential information in the manifest from being disclosed when distributing manifests and firmware images. Confidential information may include information about the device these updates are being applied to as well as information in the firmware image itself.</t>

<t>Satisfied by: <xref target="req-sec-image-confidentiality">REQ.SEC.IMG.CONFIDENTIALITY</xref></t>

</section>
<section anchor="user-story-img-unknown-format" title="USER_STORY.IMG.UNKNOWN_FORMAT: Prevent Devices from Unpacking Unknown Formats">

<t>As a Device Operator, I want devices to determine whether they can process a payload prior to downloading it.</t>

<t>In some cases, it may be desirable for a third party to perform some processing on behalf of a target. For this to occur, the third party MUST indicate what processing occurred and how to verify it against the Trust Provisioning Authority’s intent.</t>

<t>This amounts to overriding <xref target="manifest-element-processing-steps">Processing Steps</xref> and <xref target="manifest-element-payload-indicator">Payload Indicator</xref>.</t>

<t>Satisfied by: <xref target="req-use-img-format">REQ.USE.IMG.FORMAT</xref>, <xref target="req-use-img-nested">REQ.USE.IMG.NESTED</xref>, <xref target="req-use-mfst-override">REQ.USE.MFST.OVERRIDE_REMOTE</xref></t>

</section>
<section anchor="user-story-img-current-version" title="USER_STORY.IMG.CURRENT_VERSION: Specify Version Numbers of Target Firmware">

<t>As a Device Operator, I want to be able to target devices for updates based on their current firmware version, so that I can control which versions are replaced with a single manifest.</t>

<t>Satisfied by: <xref target="req-use-img-versions">REQ.USE.IMG.VERSIONS</xref></t>

</section>
<section anchor="user-story-img-select" title="USER_STORY.IMG.SELECT: Enable Devices to Choose Between Images">

<t>As a developer, I want to be able to sign two or more versions of my firmware in a single manifest so that I can use a very simple bootloader that chooses between two or more images that are executed in-place.</t>

<t>Satisfied by: <xref target="req-use-img-select">REQ.USE.IMG.SELECT</xref></t>

</section>
<section anchor="user-story-exec-mfst" title="USER_STORY.EXEC.MFST: Secure Execution Using Manifests">

<t>As a signer for both secure execution/boot and firmware deployment, I would like to use the same signed document for both tasks so that my data size is smaller, I can share common code, and I can reduce signature verifications.</t>

<t>Satisfied by: <xref target="req-use-exec">REQ.USE.EXEC</xref></t>

</section>
<section anchor="user-story-exec-decompress" title="USER_STORY.EXEC.DECOMPRESS: Decompress on Load">

<t>As a developer of firmware for a run-from-RAM device, I would like to use compressed images and to indicate to the bootloader that I am using a compressed image in the manifest so that it can be used with secure execution/boot.</t>

<t>Satisfied by: <xref target="req-use-load">REQ.USE.LOAD</xref></t>

</section>
<section anchor="user-story-mfst-img" title="USER_STORY.MFST.IMG: Payload in Manifest">

<t>As an operator of devices on a constrained network, I would like the manifest to be able to include a small payload in the same packet so that I can reduce network traffic.</t>

<t>Small payloads may include, for example, wrapped content encryption keys, configuration information, public keys, authorization tokens, or X.509 certificates.</t>

<t>Satisfied by: <xref target="req-use-payload">REQ.USE.PAYLOAD</xref></t>

</section>
<section anchor="user-story-mfst-parse" title="USER_STORY.MFST.PARSE: Simple Parsing">

<t>As a developer for constrained devices, I want a low complexity library for processing updates so that I can fit more application code on my device.</t>

<t>Satisfied by: <xref target="req-use-parse">REQ.USE.PARSE</xref></t>

</section>
<section anchor="user-story-mfst-delegation" title="USER_STORY.MFST.DELEGATION: Delegated Authority in Manifest">

<t>As a Device Operator that rotates delegated authority more often than delivering firmware updates, I would like to delegate a new authority when I deliver a firmware update so that I can accomplish both tasks in a single transmission.</t>

<t>Satisfied by: <xref target="req-use-delegation">REQ.USE.DELEGATION</xref></t>

</section>
<section anchor="user-story-mfst-pre-check" title="USER_STORY.MFST.PRE_CHECK: Update Evaluation">

<t>As an operator of a constrained network, I would like devices on my network to be able to evaluate the suitability of an update prior to initiating any large download so that I can prevent unnecessary consumption of bandwidth.</t>

<t>Satisfied by: <xref target="req-use-mfst-pre-check">REQ.USE.MFST.PRE_CHECK</xref></t>

</section>
</section>
<section anchor="usability-requirements" title="Usability Requirements">

<t>The following usability requirements satisfy the user stories listed above.</t>

<section anchor="req-use-mfst-pre-check" title="REQ.USE.MFST.PRE_CHECK: Pre-Installation Checks">

<t>A manifest format MUST be able to carry all information required to process an update.</t>

<t>For example: Information about which precursor image is required for a differential update must be placed in the manifest.</t>

<t>Satisfies: [USER_STORY.MFST.PRE_CHECK(#user-story-mfst-pre-check), <xref target="user-story-install-instructions">USER_STORY.INSTALL.INSTRUCTIONS</xref></t>

<t>Implemented by: <xref target="manifest-element-additional-install-info">Additional installation instructions</xref></t>

</section>
<section anchor="req-use-mfst-override" title="REQ.USE.MFST.OVERRIDE_REMOTE: Override Remote Resource Location">

<t>A manifest format MUST be able to redirect payload fetches. This applies where two manifests are used in conjunction. For example, a Device Operator creates a manifest specifying a payload and signs it, and provides a URI for that payload. A Network Operator creates a second manifest, with a dependency on the first. They use this second manifest to override the URIs provided by the Device Operator, directing them into their own infrastructure instead. Some devices may provide this capability, while others may only look at canonical sources of firmware. For this to be possible, the device must fetch the payload, whereas a device that accepts payload pushes will ignore this feature.</t>

<t>Satisfies: <xref target="user-story-override">USER_STORY.OVERRIDE</xref></t>

<t>Implemented by: <xref target="manifest-element-aliases">Aliases</xref></t>

</section>
<section anchor="req-use-mfst-component" title="REQ.USE.MFST.COMPONENT: Component Updates">

<t>A manifest format MUST be able to express the requirement to install one or more payloads from one or more authorities so that a multi-payload update can be described. This allows multiple parties with different permissions to collaborate in creating a single update for the IoT device, across multiple components.</t>

<t>This requirement implies that it must be possible to construct a tree of manifests on a multi-image target.</t>

<t>In order to enable devices with a heterogeneous storage architecture, the manifest must enable specification of both storage system and the storage location within that storage system.</t>

<t>Satisfies: <xref target="user-story-override">USER_STORY.OVERRIDE</xref>, <xref target="user-story-component">USER_STORY.COMPONENT</xref></t>

<t>Implemented by: Dependencies, StorageIdentifier, ComponentIdentifier</t>

<section anchor="example-1-multiple-microcontrollers" title="Example 1: Multiple Microcontrollers">

<t>An IoT device with multiple microcontrollers in the same physical device will likely require multiple payloads with different component identifiers.</t>

</section>
<section anchor="example-2-code-and-configuration" title="Example 2: Code and Configuration">

<t>A firmware image can be divided into two payloads: code and configuration. These payloads may require authorizations from different actors in order to install (see <xref target="req-sec-rights">REQ.SEC.RIGHTS</xref> and <xref target="req-sec-access-control">REQ.SEC.ACCESS_CONTROL</xref>). This structure means that multiple manifests may be required, with a dependency structure between them.</t>

</section>
<section anchor="example-3-multiple-software-modules" title="Example 3: Multiple Software Modules">

<t>A firmware image can be divided into multiple functional blocks for separate testing and distribution. This means that code would need to be distributed in multiple payloads. For example, this might be desirable in order to ensure that common code between devices is identical in order to reduce distribution bandwidth.</t>

</section>
</section>
<section anchor="req-use-mfst-multi-auth" title="REQ.USE.MFST.MULTI_AUTH: Multiple authentications">

<t>A manifest format MUST be able to carry multiple signatures so that authorizations from multiple parties with different permissions can be required in order to authorize installation of a manifest.</t>

<t>Satisfies: <xref target="user-story-multi-auth">USER_STORY.MULTI_AUTH</xref></t>

<t>Implemented by: <xref target="manifest-element-signature">Signature</xref></t>

</section>
<section anchor="req-use-img-format" title="REQ.USE.IMG.FORMAT: Format Usability">

<t>The manifest format MUST accommodate any payload format that an Operator wishes to use. This enables the recipient to detect which format the Operator has chosen. Some examples of payload format are:</t>

<t><list style="symbols">
  <t>Binary</t>
  <t>Executable and Linkable Format (ELF)</t>
  <t>Differential</t>
  <t>Compressed</t>
  <t>Packed configuration</t>
  <t>Intel HEX</t>
  <t>Motorola S-Record</t>
</list></t>

<t>Satisfies: <xref target="user-story-img-format">USER_STORY.IMG.FORMAT</xref> <xref target="user-story-img-unknown-format">USER_STORY.IMG.UNKNOWN_FORMAT</xref></t>

<t>Implemented by: <xref target="manifest-element-format">Payload Format</xref></t>

</section>
<section anchor="req-use-img-nested" title="REQ.USE.IMG.NESTED: Nested Formats">

<t>The manifest format MUST accommodate nested formats, announcing to the target device all the nesting steps and any parameters used by those steps.</t>

<t>Satisfies: <xref target="user-story-img-confidentiality">USER_STORY.IMG.CONFIDENTIALITY</xref></t>

<t>Implemented by: <xref target="manifest-element-processing-steps">Processing Steps</xref></t>

</section>
<section anchor="req-use-img-versions" title="REQ.USE.IMG.VERSIONS: Target Version Matching">

<t>The manifest format MUST provide a method to specify multiple version numbers of firmware to which the manifest applies, either with a list or with range matching.</t>

<t>Satisfies: <xref target="user-story-img-current-version">USER_STORY.IMG.CURRENT_VERSION</xref></t>

<t>Implemented by: <xref target="element-required-version">Required Image Version List</xref></t>

</section>
<section anchor="req-use-img-select" title="REQ.USE.IMG.SELECT: Select Image by Destination">

<t>The manifest format MUST provide a mechanism to list multiple equivalent payloads by Execute-In-Place Installation Address, including the payload digest and, optionally, payload URIs.</t>

<t>Satisfies: <xref target="user-story-img-select">USER_STORY.IMG.SELECT</xref></t>

<t>Implemented by: <xref target="manifest-element-xip-address">XIP Address</xref></t>

</section>
<section anchor="req-use-exec" title="REQ.USE.EXEC: Executable Manifest">

<t>The manifest format MUST allow to describe an executable system with a manifest on both Execute-In-Place microcontrollers and on complex operating systems. In addition, the manifest format MUST be able to express metadata, such as a kernel command-line, used by any loader or bootloader.</t>

<t>Satisfies: <xref target="user-story-exec-mfst">USER_STORY.EXEC.MFST</xref></t>

<t>Implemented by: <xref target="manifest-element-exec-metadata">Run-time metadata</xref></t>

</section>
<section anchor="req-use-load" title="REQ.USE.LOAD: Load-Time Information">

<t>The manifest format MUST enable carrying additional metadata for load time processing of a payload, such as cryptographic information, load-address, and compression algorithm. Note that load comes before execution/boot.</t>

<t>Satisfies: <xref target="user-story-exec-decompress">USER_STORY.EXEC.DECOMPRESS</xref></t>

<t>Implemented by: <xref target="manifest-element-load-metadata">Load-time metadata</xref></t>

</section>
<section anchor="req-use-payload" title="REQ.USE.PAYLOAD: Payload in Manifest Envelope">

<t>The manifest format MUST allow placing a payload in the same structure as the manifest. This may place the payload in the same packet as the manifest.</t>

<t>Integrated payloads may include, for example, binaries as well as configuration information, and keying material.</t>

<t>When an integrated payload is provided, this increases the size of the manifest. Manifest size can cause several processing and storage concerns that require careful consideration. The payload can prevent the whole manifest from being contained in a single network packet, which can cause fragmentation and the loss of portions of the manifest in lossy networks. This causes the need for reassembly and retransmission logic. The manifest MUST be held immutable between verification and processing (see <xref target="req-sec-mfst-const">REQ.SEC.MFST.CONST</xref>), so a larger manifest will consume more memory with immutability guarantees, for example internal RAM or NVRAM, or external secure memory. If the manifest exceeds the available immutable memory, then it MUST be processed modularly, evaluating each of: delegation chains, the security container, and the actual manifest, which includes verifying the integrated payload. If the security model calls for downloading the manifest and validating it before storing to NVRAM in order to prevent wear to NVRAM and energy expenditure in NVRAM, then either increasing memory allocated to manifest storage or modular processing of the received manifest may be required. While the manifest has been organised to enable this type of processing, it creates additional complexity in the parser. If the manifest is stored in NVRAM prior to processing, the integrated payload may cause the manifest to exceed the available storage. Because the manifest is received prior to validation of applicability, authority, or correctness, integrated payloads cause the recipient to expend network bandwidth and energy that may not be required if the manifest is discarded and these costs vary with the size of the integrated payload.</t>

<t>See also: <xref target="req-sec-mfst-const">REQ.SEC.MFST.CONST</xref>.</t>

<t>Satisfies: <xref target="user-story-mfst-img">USER_STORY.MFST.IMG</xref></t>

<t>Implemented by: <xref target="manifest-element-payload">Payload</xref></t>

</section>
<section anchor="req-use-parse" title="REQ.USE.PARSE: Simple Parsing">

<t>The structure of the manifest MUST be simple to parse to reduce the attack vectors against manifest parsers.</t>

<t>Satisfies: <xref target="user-story-mfst-parse">USER_STORY.MFST.PARSE</xref></t>

<t>Implemented by: N/A</t>

</section>
<section anchor="req-use-delegation" title="REQ.USE.DELEGATION: Delegation of Authority in Manifest">

<t>A manifest format MUST enable the delivery of delegation information. This information delivers a new key with which the recipient can verify the manifest.</t>

<t>Satisfies: <xref target="user-story-mfst-delegation">USER_STORY.MFST.DELEGATION</xref></t>

<t>Implemented by: <xref target="manifest-element-key-claims">Delegation Chain</xref></t>

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

<t>This document does not require any actions by IANA.</t>

</section>
<section anchor="acknowledgements" title="Acknowledgements">

<t>We would like to thank our working group chairs, Dave Thaler, Russ Housley and David Waltermire, for their review comments and their support.</t>

<t>We would like to thank the participants of the 2018 Berlin SUIT Hackathon and the June 2018 virtual design team meetings for their discussion input.
In particular, we would like to thank Koen Zandberg, Emmanuel Baccelli, Carsten Bormann, David Brown, Markus Gueller, Frank Audun Kvamtro, Oyvind Ronningstad, Michael Richardson, Jan-Frederik Rieckers, Francisco Acosta, Anton Gerasimov, Matthias Waehlisch, Max Groening, Daniel Petry, Gaetan Harter, Ralph Hamm, Steve Patrick, Fabio Utzig, Paul Lambert, Benjamin Kaduk, Said Gharout, and Milen Stoychev.</t>

<t>We would like to thank those who contributed to the development of this information model. In particular, we would like to thank Milosch Meriac, Jean-Luc Giraud, Dan Ros, Amyas Philips, and Gary Thomson.</t>

<t>Finally, we would like to thank the following IESG members for their review feedback: Erik Kline, Murray Kucherawy, Barry Leiba, Alissa Cooper, Stephen Farrell and Benjamin Kaduk.</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 initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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="RFC4122" target='https://www.rfc-editor.org/info/rfc4122'>
<front>
<title>A Universally Unique IDentifier (UUID) URN Namespace</title>
<author initials='P.' surname='Leach' fullname='P. Leach'><organization /></author>
<author initials='M.' surname='Mealling' fullname='M. Mealling'><organization /></author>
<author initials='R.' surname='Salz' fullname='R. Salz'><organization /></author>
<date year='2005' month='July' />
<abstract><t>This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier).  A UUID is 128 bits long, and can guarantee uniqueness across space and time.  UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms.</t><t>This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group).  Information from earlier versions of the DCE specification have been incorporated into this document.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4122'/>
<seriesInfo name='DOI' value='10.17487/RFC4122'/>
</reference>



<reference anchor="I-D.ietf-suit-architecture">
<front>
<title>A Firmware Update Architecture for Internet of Things</title>

<author initials='B' surname='Moran' fullname='Brendan Moran'>
    <organization />
</author>

<author initials='H' surname='Tschofenig' fullname='Hannes Tschofenig'>
    <organization />
</author>

<author initials='D' surname='Brown' fullname='David Brown'>
    <organization />
</author>

<author initials='M' surname='Meriac' fullname='Milosch Meriac'>
    <organization />
</author>

<date month='January' day='17' year='2021' />

<abstract><t>Vulnerabilities with Internet of Things (IoT) devices have raised the need for a solid and secure firmware update mechanism that is also suitable for constrained devices.  Incorporating such update mechanism to fix vulnerabilities, to update configuration settings as well as adding new functionality is recommended by security experts.  This document lists requirements and describes an architecture for a firmware update mechanism suitable for IoT devices.  The architecture is agnostic to the transport of the firmware images and associated meta-data.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-suit-architecture-15' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-suit-architecture-15.txt' />
</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 initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC3444" target='https://www.rfc-editor.org/info/rfc3444'>
<front>
<title>On the Difference between Information Models and Data Models</title>
<author initials='A.' surname='Pras' fullname='A. Pras'><organization /></author>
<author initials='J.' surname='Schoenwaelder' fullname='J. Schoenwaelder'><organization /></author>
<date year='2003' month='January' />
<abstract><t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management.  This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='3444'/>
<seriesInfo name='DOI' value='10.17487/RFC3444'/>
</reference>


<reference anchor="STRIDE" target="https://msdn.microsoft.com/en-us/library/ee823878(v=cs.20).aspx">
  <front>
    <title>The STRIDE Threat Model</title>
    <author >
      <organization>Microsoft</organization>
    </author>
    <date year="2018" month="May"/>
  </front>
  <format type="HTML" target="https://msdn.microsoft.com/en-us/library/ee823878(v=cs.20).aspx"/>
</reference>


    </references>




  </back>

<!-- ##markdown-source:
H4sIANiNVGAAA+1963IbV5Lmf0X4HWrdPyx6AdhW98T0cGMiBiIhiWPehiB9
6Y4JRxEoENUEqjB1IQUr/C77LPtkm9dz8pwqgJTk7tkfO9ETFoFC1ak8efL6
ZeZwOPziRZM3q+wwGSdnaZEvsrpJTopFWa3TJi+L5KycZ6sE/k7e5NX6Ma2y
5GYzT5usTvIiOSmvk+PsIZ9l9Rcv0tvbKnvAO7lLd9/yixfzclaka3jyvEoX
zTDPmsWwbnP4l792uMZrh999+8WLGTzzrqy2hwl+/8WLL17km+owaaq2bl59
++2/fPsKVlBl6WEyzWZtlTfbL148ltX9XVW2G/jw5uT6ixf32RY+mx/Cepqs
KrJmeIwPx7vVTVrMf0lXZQFL2uL7bPLDL14kSbWYZfO62a708yRpypn9d17M
s6Jxn9Rl1VTZovYfbNfh302Vz/z1s3K9ht/77/NilRf+aUCodbrZ5MWdfJS2
zbKscHFD/J7+Ly/g969HQNwqLdynTODXVVbM0yL6rqzuYHd+JTrDplXr5DRf
5002d1dk6zRfuZ+P6Of/llbrEawYSRY//t0oua5ny3KRFfldtIZ3aVEAz/R8
/+x1LOkWo8bd4t/u1u9HsIk71vI6r+6X5erXeCVZcd/9LlzFmyptC3xKlUyR
b6KFwB1Gt3KHf6vzZrRw14/mGS6nYA5+yIiFrt4cvfruu3/Rf//pu1ev6N8n
w+OR5/u0mi3hvWdNW+HP3DHwN/njn/70J/r39Prq5HhyyAtr0uouA3ZKlk2z
qQ+/+WZdz4vROp9VZV0uGtytb7Ji2NbfrPLbKq2232TZn1/98c///OeXD/86
q0evvj0YpfXmvdyNxcH1MpOnwD/hWDV6bPEaz4BKu8PkTJ/Hn6KIgA/TbfLq
2+/+zJ/x+7ifvbs+O/09Vv3Fi+FwmKS3cKzSGTHDD+2qyKr0Nl/lTQ5c95g3
S3fkk3IBrwSnqU5egvw6SOYswIC/HrKkSvM6mycNvH6RwT9Q8qVJla3y9HaV
JSAjkhrlS5YsVMi1JA+TdTYDDs3rNfwYyJXXSbqqywS3ln6Kd5qVBa4STvdc
HztKJkUN8qq449/pahZtMSNxiY+skPMKfXL5AHwJK8wr+KTCy5MViFm46r/a
vILf1u1sCb/rWVkJy36fPIT0GeDnci2scJHftRWL6jprGqTUIEmBitlqhf9N
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
IW8WFh3uFC17OBzSSMAvXvxfzcHxwX0QAQA=

-->

</rfc>

