<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.0.2) -->
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc iprnotified="no"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-attacks-on-coap-01" category="info" submissionType="IETF" tocDepth="3" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.2 -->
  <front>
    <title abbrev="Attacks on CoAP">Attacks on the Constrained Application Protocol (CoAP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-attacks-on-coap-01"/>
    <author initials="J." surname="Preuß Mattsson" fullname="John Preuß Mattsson">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="J." surname="Fornehed" fullname="John Fornehed">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>john.fornehed@ericsson.com</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization abbrev="Ericsson">Ericsson AB</organization>
      <address>
        <postal>
          <street>SE-164 80 Stockholm</street>
          <country>Sweden</country>
        </postal>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization>Energy Harvesting Solutions</organization>
      <address>
        <email>c.amsuess@energyharvesting.at</email>
      </address>
    </author>
    <date year="2022" month="November" day="10"/>
    <area/>
    <workgroup/>
    <keyword/>
    <abstract>
      <t>Being able to securely read information from sensors, to securely control actuators, and
to not enable distributed denial-of-service attacks are essential in a world of
connected and networking things interacting with
the physical world. Using a security protocol such as DTLS, TLS, or OSCORE to protect CoAP is a requirement for secure operation and protects against many attacks. This document summarizes a number of known attacks on CoAP deployments and
show that just using CoAP with a security protocol like DTLS, TLS, or OSCORE is not
enough for secure operation. Several of the
discussed attacks can be mitigated with the solutions in RFC 9175.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-core-attacks-on-coap/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Constrained RESTful Environments (CoRE) Working Group mailing list (<eref target="mailto:core@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/core/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/core-wg/attacks-on-coap"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>Being able to securely read information from sensors and to securely control actuators
are essential in a world of connected and networking things interacting with
the physical world. One protocol used to interact with sensors and actuators
is the Constrained Application Protocol (CoAP) <xref target="RFC7252"/>. Any
Internet-of-Things (IoT) deployment valuing security and privacy would
use a security protocol such as DTLS <xref target="RFC9147"/>, TLS <xref target="RFC8446"/>, or
OSCORE <xref target="RFC8613"/> to protect CoAP, where the choice of security
protocol depends on the transport protocol and the presence of intermediaries.
The use of CoAP over UDP and DTLS is specified in <xref target="RFC7252"/> and the
use of CoAP over TCP and TLS is specified in <xref target="RFC8323"/>. OSCORE
protects CoAP end-to-end with the use of COSE <xref target="RFC8152"/> and the CoAP
Object-Security option <xref target="RFC8613"/>, and can therefore be used over any
transport. Using a security protocol to protect CoAP is a requirement for secure operation and protects against many attacks. The CoAP NoSec mode does not provide any security as an attacker can easily eavesdrop on all messages and forge false requests and responses.</t>
      <t>The four properties traditionally provided by security protocols are:</t>
      <ul spacing="normal">
        <li>Data confidentiality</li>
        <li>Data origin authentication</li>
        <li>Data integrity protection</li>
        <li>Data replay protection</li>
      </ul>
      <t>In this document we show that protecting CoAP with a security protocol is
not enough to securely control actuators (and in
many cases sensors) and that secure operation often demands far more than
the four properties traditionally provided by security protocols. We describe
several serious attacks any on-path attacker (i.e., not only "trusted intermediaries")
can do and discusses tougher requirements and mechanisms to mitigate the
attacks. In general, secure operation also requires these four
properties:</t>
      <ul spacing="normal">
        <li>Availability</li>
        <li>Data-to-data binding</li>
        <li>Data-to-space binding</li>
        <li>Data-to-time binding</li>
      </ul>
      <t>Availability means that services and information must be available when needed.
"Data-to-data binding" is e.g., binding of responses to a request or binding
of data fragments to each other. "Data-to-space binding" is the binding of
data to an absolute or relative point in space (i.e., a location) and may
in the relative case be referred to as proximity. "Data-to-time binding"
is the binding of data to an absolute or relative point in time and may in
the relative case be referred to as freshness. The two last properties may
be bundled together as "Data-to-spacetime binding".</t>
      <t>Freshness (as defined in <xref target="RFC9175"/>) is a measure of when a message was sent on a timescale of
the recipient.  A client or server that receives a message can either
verify that the message is fresh or determine that it cannot be
verified that the message is fresh.  What is considered fresh is
application dependent.  Freshness is completely different from replay
protection, but most replay protection mechanism use a sequence
number.  Assuming the client is well-behaving, such a sequence number
that can be used by the server as a relative measure of when a
message was sent on a timescale of the sender.  Replay protection is
mandatory in TLS and OSCORE and optional in DTLS.  DTLS and TLS
use sequence numbers for both requests and responses. In TLS the
sequence numbers are implicit and not sent in the record.
OSCORE use sequence numbers for requests and some responses.
Most OSCORE responses are bound to the request and therefore,
enable the client to determine if the response is fresh or not.</t>
      <t>Some of the presented attacks such as the blocking attack, the
request delay attack, and the relay attack are not specific to CoAP.
The request delay attack (valid for DTLS, TLS, and OSCORE and
described in <xref target="reqdelay"/>) lets an attacker control an actuator at a
much later time than the client anticipated. The response delay and
mismatch attack (valid for DTLS and TLS and described in <xref target="resdelay"/>)
lets an attacker respond to a client with a response meant for an
older request. The request fragment rearrangement attack (valid for
DTLS, TLS, and OSCORE and described in <xref target="fragment"/>) lets an attacker
cause unauthorized operations to be performed on the server, and
responses to unauthorized operations to be mistaken for responses to
authorized operations.</t>
      <t>The goal with this document is motivating generic
and protocol-specific recommendations on the usage of CoAP.
Mechanisms mitigating some of the attacks discussed in this document can
be found in <xref target="RFC9175"/>. This document is a companion document to <xref target="RFC9175"/>
giving more information on the attacks motivating the mechanisms.</t>
    </section>
    <section anchor="attacks-on-coap">
      <name>Attacks on CoAP</name>
      <t>Internet-of-Things (IoT) deployments valuing security and privacy, need to use
a security protocol such as DTLS, TLS, or OSCORE to protect CoAP. This is
especially true for deployments of actuators where attacks often (but not
always) have serious consequences. The attacks described in this section
are made under the assumption that CoAP is already protected with a security
protocol such as DTLS, TLS, or OSCORE, as an attacker otherwise can easily
forge false requests and responses.</t>
      <section anchor="the-blocking-attack">
        <name>The Blocking Attack</name>
        <t>An on-path attacker can block the delivery of any number of requests or responses.
The attack can also be performed by an attacker jamming the lower layer radio
protocol. This is true even if a security protocol like DTLS, TLS, or OSCORE
is used. Encryption makes selective blocking of messages harder, but not
impossible or even infeasible. With DTLS and TLS, proxies can read
the complete CoAP message, and with OSCORE, the CoAP header and several CoAP
options are not encrypted. In all three security protocols, the IP-addresses,
ports, and CoAP message lengths are available to all on-path attackers, which
may be enough to determine the server, resource, and command.  The blocking
attack is illustrated in Figures <xref target="blockreq" format="counter"/> and <xref target="blockres" format="counter"/>.</t>
        <figure anchor="blockreq">
          <name>Blocking a request</name>
          <artwork align="center"><![CDATA[
Client   Foe   Server
   |      |      |
   +----->X      |      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x47
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 1 (Lock)
   |      |      |
]]></artwork>
        </figure>
        <t>Where 'X' means the attacker is blocking delivery of the message.</t>
        <figure anchor="blockres">
          <name>Blocking a response</name>
          <artwork align="center"><![CDATA[
Client   Foe   Server
   |      |      |
   +------------>|      Code: 0.03 (PUT)
   |      | PUT  |     Token: 0x47
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 1 (Lock)
   |      |      |
   |      X<-----+      Code: 2.04 (Changed)
   |      | 2.04 |     Token: 0x47
   |      |      |
]]></artwork>
        </figure>
        <t>While blocking requests to, or responses from, a sensor is just a denial-of-service attack,
blocking a request to, or a response from, an actuator
results in the client losing information about the server's status. If the
actuator e.g., is a lock (door, car, etc.), the attack results in the client
not knowing (except by using out-of-band information) whether the lock is
unlocked or locked, just like the observer in the famous <contact fullname="Schrödinger’s"/> cat
thought experiment. Due to the nature of the attack, the client cannot distinguish
the attack from connectivity problems, offline servers, or unexpected behavior
from middle boxes such as NATs and firewalls.</t>
        <t>Remedy: Any IoT deployment of actuators where synchronized state is important need to
use confirmable messages and the client need to take appropriate actions when a response
is not received and it therefore loses information about the server's status.</t>
      </section>
      <section anchor="reqdelay">
        <name>The Request Delay Attack</name>
        <t>An on-path attacker may not only block packets, but can also delay the delivery
of any packet (request or response) by a chosen amount of time. If CoAP is
used over a reliable and ordered transport such as TCP with TLS or OSCORE (with
TLS-like sequence number handling), no messages can be delivered before the
delayed message. If CoAP is used
over an unreliable and unordered transport such as UDP with DTLS or OSCORE,
other messages can be delivered before the delayed message as long as the
delayed packet is delivered inside the replay window. When CoAP is used over
UDP, both DTLS and OSCORE allow out-of-order delivery and uses sequence numbers
together with a replay window to protect against replay attacks against requests.
The replay window has a default length of 64 in DTLS and 32 in OSCORE. The attacker
can influence the replay window state by blocking and delaying packets. By first
delaying a request, and then later, after delivery, blocking the response
to the request, the client is not made aware of the delayed delivery except
by the missing response. In general, the server has no way of knowing that
the request was delayed and will therefore happily process the request.
Note that delays can also happen for other reasons than a malicious attacker.</t>
        <t>If some wireless low-level protocol is used, the attack can also be performed
by the attacker simultaneously recording what the client transmits while
at the same time jamming the server. The request delay attack is illustrated
in <xref target="delayreq"/>.</t>
        <figure anchor="delayreq">
          <name>Delaying a request</name>
          <artwork align="center"><![CDATA[
Client   Foe   Server
   |      |      |
   +----->@      |      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x9c
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 0 (Unlock)
   |      |      |
     ....   ....
   |      |      |
   |      @----->|      Code: 0.03 (PUT)
   |      | PUT  |     Token: 0x9c
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 0 (Unlock)
   |      |      |
   |      X<-----+      Code: 2.04 (Changed)
   |      | 2.04 |     Token: 0x9c
   |      |      |
]]></artwork>
        </figure>
        <t>Where '@' means the attacker is storing and later forwarding the message
(@ may alternatively be seen as a wormhole connecting two points in time).</t>
        <t>While an attacker delaying a request to a sensor is often not a security
problem, an attacker delaying a request to an actuator performing an action
is often a serious problem. A request to an actuator (for example a request
to unlock a lock) is often only meant to be valid for a short time frame,
and if the request does not reach the actuator during this short timeframe,
the request should not be fulfilled. In the unlock example, if the client
does not get any response and does not physically see the lock opening, the
user is likely to walk away, calling the locksmith (or the IT-support).</t>
        <t>If a non-zero replay window is used (the default when CoAP is used
over UDP), the attacker can let the client interact with the actuator
before delivering the delayed request to the server (illustrated in
<xref target="delayreqreorder"/>).  In the lock example, the attacker may store the
first "unlock" request for later use.  The client will likely resend
the request with the same token.  If DTLS is used, the resent packet
will have a different sequence number and the attacker can forward
it. If OSCORE is used, resent packets will have the same sequence
number and the attacker must block them all until the client sends a
new message with a new sequence number (not shown in
<xref target="delayreqreorder"/>). After a while when the client has locked the
door again, the attacker can deliver the delayed "unlock" message to
the door, a very serious attack.</t>
        <figure anchor="delayreqreorder">
          <name>Delaying request with reordering</name>
          <artwork align="center"><![CDATA[
Client   Foe   Server
   |      |      |
   +----->@      |      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x9c
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 0 (Unlock)
   |      |      |
   +------------>|      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x9c
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 0 (Unlock)
   |      |      |
   <-------------+      Code: 2.04 (Changed)
   |      | 2.04 |     Token: 0x9c
   |      |      |
     ....   ....
   |      |      |
   +------------>|      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x7a
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 1 (Lock)
   |      |      |
   <-------------+      Code: 2.04 (Changed)
   |      | 2.04 |     Token: 0x7a
   |      |      |
   |      @----->|      Code: 0.03 (PUT)
   |      | PUT  |     Token: 0x9c
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 0 (Unlock)
   |      |      |
   |      X<-----+      Code: 2.04 (Changed)
   |      | 2.04 |     Token: 0x9c
   |      |      |
]]></artwork>
        </figure>
        <t>While the second attack (<xref target="delayreqreorder"/>) can be mitigated by
using a replay window of length zero, the first attack (<xref target="delayreq"/>)
cannot. A solution must enable the server to verify that the request
was received within a certain time frame after it was sent or enable
the server to securely determine an absolute point in time when the
request is to be executed. This can be accomplished with either a
challenge-response pattern, by exchanging timestamps between client
and server, or by only allowing requests a short period after client
authentication.</t>
        <t>Requiring a fresh client authentication (such as a new TLS/DTLS handshake
or an EDHOC key exchange <xref target="I-D.ietf-lake-edhoc"/>) mitigates the
problem, but requires larger messages and more processing
than a dedicated solution. Security solutions based on exchanging timestamps
require exactly synchronized time between client and server, and this may
be hard to control with complications such as time zones and daylight saving.
Wall clock time is not monotonic, may reveal that the endpoints will accept
expired certificates, or reveal the endpoint's
location. Use of non-monotonic clocks is problematic as the server will accept
requests if the clock is moved backward and reject requests if the clock
is moved forward. Even if the clocks are synchronized at one point in time,
they may easily get out-of-sync and an attacker may even be able to affect
the client or the server time in various ways such as setting up a fake NTP
server, broadcasting false time signals to radio-controlled clocks, or exposing
one of them to a strong gravity field. As soon as client falsely believes
it is time synchronized with the server, delay attacks are possible. A challenge
response mechanism where the server does not need to synchronize its time
with the client is easier to analyze but require more roundtrips. The challenges,
responses, and timestamps may be sent in a CoAP option or in the CoAP payload.</t>
        <t>Remedy: Any IoT deployment of actuators where freshness is important should use
the mechanisms specified in <xref target="RFC9175"/> unless another
application specific challenge-response or timestamp mechanism is used.</t>
      </section>
      <section anchor="resdelay">
        <name>The Response Delay and Mismatch Attack</name>
        <t>The following attack can be performed if CoAP is protected by a security
protocol where the response is not bound to the request in any way except
by the CoAP token. This would include most general security protocols, such
as DTLS, TLS, and IPsec, but not OSCORE. CoAP <xref target="RFC7252"/> uses a
client generated token that the server echoes to match responses to
request, but does not give any guidelines for the use of token with DTLS
and TLS, except that the tokens currently "in use" SHOULD (not SHALL) be
unique. In HTTPS, this type of binding is always assured by the ordered
and reliable delivery, as well as mandating that the server sends
responses in the same order that the requests were received.</t>
        <t>The attacker performs the attack by delaying delivery of a response
until the client sends a request with the same token, the response will be
accepted by the client as a valid response to the later request. If CoAP
is used over a reliable and ordered transport such as TCP with TLS, no messages
can be delivered before the delayed message. If CoAP is used over an unreliable
and unordered transport such as UDP with DTLS, other messages can be delivered
before the delayed message as long as the delayed packet is delivered inside
the replay window. Note that mismatches can also happen for other reasons
than a malicious attacker, e.g., delayed delivery or a server sending notifications
to an uninterested client.</t>
        <t>The attack can be performed by an attacker on the wire, or an attacker simultaneously
recording what the server transmits while at the same time jamming the client.
As (D)TLS encrypts the Token, the attacker needs to predict when the Token is resused.
How hard that is depends on the CoAP library, but some implementations are known
to omit the Token as much as possible and others lets the application chose the
Token. If the response is a "piggybacked response", the client may additionally check
the Message ID and drop it on mismatch. That doesn't make the attack impossible,
but lowers the probability.</t>
        <t>The response delay and mismatch attack is illustrated in <xref target="delayresPUT"/>.</t>
        <figure anchor="delayresPUT">
          <name>Delaying and mismatching response to PUT</name>
          <artwork align="center"><![CDATA[
Client   Foe   Server
   |      |      |
   +------------>|      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x77
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 0 (Unlock)
   |      |      |
   |      @<-----+      Code: 2.04 (Changed)
   |      | 2.04 |     Token: 0x77
   |      |      |
     ....   ....
   |      |      |
   +----->X      |      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x77
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 0 (Lock)
   |      |      |
   <------@      |      Code: 2.04 (Changed)
   | 2.04 |      |     Token: 0x77
   |      |      |
]]></artwork>
        </figure>
        <t>If we once again take a lock as an example, the security consequences may
be severe as the client receives a response message likely to be interpreted
as confirmation of a locked door, while the received response message is
in fact confirming an earlier unlock of the door. As the client is likely
to leave the (believed to be locked) door unattended, the attacker may enter
the home, enterprise, or car protected by the lock.</t>
        <t>The same attack may be performed on sensors. As illustrated in <xref target="delayresGET"/>, an attacker may convince the client
that the lock is locked, when it in fact is not. The "Unlock" request
may be also be sent by another client authorized to control the lock.</t>
        <figure anchor="delayresGET">
          <name>Delaying and mismatching response to GET</name>
          <artwork align="center"><![CDATA[
Client   Foe   Server
   |      |      |
   +------------>|      Code: 0.01 (GET)
   | GET  |      |     Token: 0x77
   |      |      |  Uri-Path: lock
   |      |      |
   |      @<-----+      Code: 2.05 (Content)
   |      | 2.05 |     Token: 0x77
   |      |      |   Payload: 1 (Locked)
   |      |      |
   +------------>|      Code: 0.03 (PUT)
   | PUT  |      |     Token: 0x34
   |      |      |  Uri-Path: lock
   |      |      |   Payload: 1 (Unlock)
   |      |      |
   |      X<-----+      Code: 2.04 (Changed)
   |      | 2.04 |     Token: 0x34
   |      |      |
   +----->X      |      Code: 0.01 (GET)
   | GET  |      |     Token: 0x77
   |      |      |  Uri-Path: lock
   |      |      |
   <------@      |      Code: 2.05 (Content)
   | 2.05 |      |     Token: 0x77
   |      |      |   Payload: 1 (Locked)
   |      |      |
]]></artwork>
        </figure>
        <t>As illustrated in <xref target="delayresother"/>, an attacker may even mix
responses from different resources as long as the two resources share
the same (D)TLS connection on some part of the path towards the
client. This can happen if the resources are located behind a common
gateway, or are served by the same CoAP proxy. An on-path attacker
(not necessarily a (D)TLS endpoint such as a proxy) may e.g., deceive a
client that the living room is on fire by responding with an earlier
delayed response from the oven (temperatures in degree Celsius).</t>
        <figure anchor="delayresother">
          <name>Delaying and mismatching response from other resource</name>
          <artwork align="center"><![CDATA[
Client   Foe   Server
   |      |      |
   +------------>|      Code: 0.01 (GET)
   | GET  |      |     Token: 0x77
   |      |      |  Uri-Path: oven/temperature
   |      |      |
   |      @<-----+      Code: 2.05 (Content)
   |      | 2.05 |     Token: 0x77
   |      |      |   Payload: 225
   |      |      |
     ....   ....
   |      |      |
   +----->X      |      Code: 0.01 (GET)
   | GET  |      |     Token: 0x77
   |      |      |  Uri-Path: livingroom/temperature
   |      |      |
   <------@      |      Code: 2.05 (Content)
   | 2.05 |      |     Token: 0x77
   |      |      |   Payload: 225
   |      |      |
]]></artwork>
        </figure>
        <t>Remedy: Section 4.2 of <xref target="RFC9175"/> formally updates the client token processing for CoAP <xref target="RFC7252"/>.
Following this updated processing mitigates the attack.</t>
      </section>
      <section anchor="fragment">
        <name>The Request Fragment Rearrangement Attack</name>
        <t>These attack scenarios show that the Request Delay and Blocking Attacks can
be
used against block-wise transfers to cause unauthorized operations to be
performed on the server, and responses to unauthorized operations to be
mistaken for responses to authorized operations.
The combination of these attacks is described as a separate attack because
it makes the Request Delay Attack
relevant to systems that are otherwise not time-dependent, which means that
they could disregard the Request Delay Attack.</t>
        <t>This attack works even if the individual request/response pairs are encrypted,
authenticated and protected against the Response Delay and Mismatch Attack,
provided the attacker is on the network path and can correctly guess which
operations the respective packages belong to.</t>
        <t>The attacks can be performed on any security protocol where the attacker can
delay the delivery of a message unnoticed. This incluses DTLS, IPsec, and most OSCORE
configurations. The attacks does not work on TCP with TLS or OSCORE (with
TLS-like sequence number handling) as in these cases no messages can be
delivered before the delayed message.</t>
        <section anchor="fragment-earlierfinal">
          <name>Completing an Operation with an Earlier Final Block</name>
          <t>In this scenario (illustrated in <xref target="promotevaljean"/>), blocks from two
operations on a POST-accepting resource are combined to make the
server execute an action that was not intended by the authorized
client. This works only if the client attempts a second operation
after the first operation failed (due to what the attacker made appear
like a network outage) within the replay window. The client does not
receive a confirmation on the second operation either, but, by the
time the client acts on it, the server has already executed the
unauthorized action.</t>
          <figure anchor="promotevaljean">
            <name>Completing an operation with an earlier final block</name>
            <artwork><![CDATA[
Client   Foe   Server
   |      |      |
   +------------->    POST "incarcerate" (Block1: 0, more to come)
   |      |      |
   <-------------+    2.31 Continue (Block1: 0 received, send more)
   |      |      |
   +----->@      |    POST "valjean" (Block1: 1, last block)
   |      |      |
   +----->X      |    All retransmissions dropped
   |      |      |

(Client: Odd, but let's go on and promote Javert)

   |      |      |
   +------------->    POST "promote" (Block1: 0, more to come)
   |      |      |
   |      X<-----+    2.31 Continue (Block1: 0 received, send more)
   |      |      |
   |      @------>    POST "valjean" (Block1: 1, last block)
   |      |      |
   |      X<-----+    2.04 Valjean Promoted
   |      |      |
]]></artwork>
          </figure>
          <t>Remedy: If a client starts new block-wise operations on a security
context that has lost packets, it needs to label the fragments in
such a way that the server will not mix them up.</t>
          <t>A mechanism to that effect is described as Request-Tag
<xref target="RFC9175"/>. Had it been in place in the
example and used for body integrity protection, the client would have
set the Request-Tag option in the "promote" request.
Depending on the server's capabilities and setup, either of four
outcomes could have occurred:</t>
          <ol spacing="normal" type="1"><li>The server could have processed the reinjected POST "valjean" as belonging
to the original "incarcerate" block; that's the expected case when the server
can handle simultaneous block transfers.</li>
            <li>The server could respond 5.03 Service Unavailable, including a Max-Age option
indicating how
long it prefers not to take any requests that force it to overwrite the state
kept for the "incarcerate" request.</li>
            <li>The server could decide to drop the state kept for the
"incarcerate" request's state, and process the "promote"
request. The reinjected POST "valjean" will then fail with 4.08
Request Entity incomplete, indicating that the server does not have
the start of the operation any more.</li>
          </ol>
        </section>
        <section anchor="injecting-a-withheld-first-block">
          <name>Injecting a Withheld First Block</name>
          <t>If the first block of a request is withheld by the attacker for later use,
it can be used to have the server process a different request body than
intended by the client. Unlike in the previous scenario, it will return a
response based on that body to the client.</t>
          <t>Again, a first operation (that would go like "Girl stole
apple. What shall we do with her?" - "Set her free.") is aborted by
the proxy, and a part of that operation is later used in a different
operation to prime the server for responding leniently to another
operation that would originally have been "Evil Queen poisoned apple. What
shall we do with her?" - "Lock her up.". The attack is illustrated in
<xref target="freethequeen"/>.</t>
          <figure anchor="freethequeen">
            <name>Injecting a withheld first block</name>
            <artwork><![CDATA[
Client   Foe   Server
   |      |      |
   +----->@      |    POST "Girl stole apple. Wh"
   |      |      |        (Block1: 0, more to come)

(Client: We'll try that one later again; for now, we have something
more urgent:)

   |      |      |
   +------------->    POST "Evil Queen poisened apple. Wh"
   |      |      |        (Block1: 0, more to come)
   |      |      |
   |      @<-----+    2.31 Continue (Block1: 0 received, send more)
   |      |      |
   |      @------>    POST "Girl stole apple. Wh"
   |      |      |        (Block1: 0, more to come)
   |      |      |
   |      X<-----+    2.31 Continue (Block1: 0 received, send more)
   |      |      |
   <------@      |    2.31 Continue (Block1: 0 received, send more)
   |      |      |
   +------------->    POST "at shall we do with her?"
   |      |      |        (Block1: 1, last block)
   |      |      |
   <-------------+    2.05 "Set her free."
   |      |      |        (Block1: 1 received and this is the result)
]]></artwork>
          </figure>
          <t>The remedy described in <xref target="fragment-earlierfinal"/> works also for this case.
Note that merely requiring that blocks of an operation should have incrementing sequence numbers
would be insufficient to remedy this attack.</t>
        </section>
        <section anchor="attack-difficulty">
          <name>Attack difficulty</name>
          <t>The success of any fragment rearrangement attack has multiple prerequisites:</t>
          <ul spacing="normal">
            <li>
              <t>A client sends different block-wise requests that are only distinguished by their content.  </t>
              <t>
This is generally rare in typical CoRE applications,
but can happen when the bodies of FETCH requests exceed the fragmentation threshold,
or when SOAP patterns are emulated.</t>
            </li>
            <li>
              <t>A client starts later block-wise operations after an earlier one has failed.  </t>
              <t>
This happens regularly as a consequence of operating in a low-power and lossy network:
Losses can cause failed operation (especially when the network is unavailable for time exceeding the "few expected round-trips" they may be limited to per <xref target="RFC7959"/>),
and the cost of reestablishing a security context.</t>
            </li>
            <li>
              <t>The attacker needs to be able to determine which packets contain which fragments.  </t>
              <t>
This can be achieved by an on-path attacker by observing request timing,
or simply by observing request sizes in the case when a body is split into precisely two blocks.</t>
            </li>
          </ul>
          <t>It is <em>not</em> a prerequisite that the resulting misassembled request body is syntactically correct:
As the server erroneously expects the body to be integrity protected from an authorized source,
it might be using a parser not suitable for untrusted input.
Such a parser might crash the server in extreme cases,
but might also produce a valid but incorrect response to the request the client associates the response with.
Note that many constrained applications aim to minimize traffic and thus employ compact data formats;
that compactness leaves little room for syntactically invalid messages.</t>
          <t>The attack is easier if the attacker has control over the request bodies
(which would be the case when a trusted proxy validates the attacker's authorization to perform two given requests,
and an attack on the path between the proxy and the server recombines the blocks to a semantically different request).
Attacks of that shape can easily result in reassembled bodies chosen by the attacker,
but no services are currently known that operate in this way.</t>
          <t>Summarizing,
it is unlikely that an attacker can perform any of the fragment rearrangement attacks on any given system --
but given the diversity of applications built on CoAP, it is easily to imagine that single applications would be vulnerable.
As block-wise transfer is a basic feature of CoAP and its details are sometimes hidden behind abstractions or proxies,
application authors can not be expected to design their applications with these attacks in mind,
and mitigation on the protocol level is prudent.</t>
        </section>
      </section>
      <section anchor="the-relay-attack">
        <name>The Relay Attack</name>
        <t>Yet another type of attack can be performed in deployments where actuator
actions are triggered automatically based on proximity and without any user
interaction, e.g., a car (the client) constantly polling for the car key (the
server) and unlocking both doors and engine as soon as the car key responds.
An attacker (or pair of attackers) may simply relay the CoAP messages out-of-band,
using for examples some other radio technology. By doing this, the actuator
(i.e., the car) believes that the client is close by and performs actions
based on that false assumption. The attack is illustrated in
<xref target="relay"/>. In this example the car is using an application specific
challenge-response mechanism transferred as CoAP payloads.</t>
        <figure anchor="relay">
          <name>Relay attack (the client is the actuator)</name>
          <artwork align="center"><![CDATA[
Client   Foe         Foe   Server
   |      |           |      |
   +----->| ......... +----->|      Code: 0.02 (POST)
   | POST |           | POST |     Token: 0x3a
   |      |           |      |  Uri-Path: lock
   |      |           |      |   Payload: JwePR2iCe8b0ux (Challenge)
   |      |           |      |
   |<-----+ ......... |<-----+      Code: 2.04 (Changed)
   | 2.04 |           | 2.04 |     Token: 0x3a
   |      |           |      |   Payload: RM8i13G8D5vfXK (Response)
   |      |           |      |
]]></artwork>
        </figure>
        <t>The consequences may be severe, and in the case of a car, lead to the attacker
unlocking and driving away with the car, an attack that unfortunately is
happening in practice.</t>
        <t>Remedy: Getting a response over a short-range radio cannot be taken as
proof of proximity and can therefore not be used to take actions based on
such proximity. Any automatically triggered mechanisms relying on proximity
need to use other stronger mechanisms to establish proximity. Mechanisms that
can be used are: measuring the round-trip time and calculating the maximum
possible distance based on the speed of light, or using radio with an extremely
short range like NFC (centimeters instead of meters). Another option is to
include geographical coordinates (from e.g., GPS) in the messages and calculate
proximity based on these, but in this case the location measurements need to be
very precise and the system need to make sure that an attacker cannot
influence the location estimation. Some types of global navigation satellite
systems (GNSS) receivers are vulnerable to spoofing attacks.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The whole document can be seen as security considerations for CoAP.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>Informative References</name>
      <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="RFC7959" target="https://www.rfc-editor.org/info/rfc7959">
        <front>
          <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
          <author fullname="C. Bormann" initials="C." surname="Bormann">
            <organization/>
          </author>
          <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby">
            <organization/>
          </author>
          <date month="August" year="2016"/>
          <abstract>
            <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks.  Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates.  In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS).  These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
            <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs.  In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers.  Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
            <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations.  Therefore, this specification updates RFC 7252.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7959"/>
        <seriesInfo name="DOI" value="10.17487/RFC7959"/>
      </reference>
      <reference anchor="RFC8152" target="https://www.rfc-editor.org/info/rfc8152">
        <front>
          <title>CBOR Object Signing and Encryption (COSE)</title>
          <author fullname="J. Schaad" initials="J." surname="Schaad">
            <organization/>
          </author>
          <date month="July" year="2017"/>
          <abstract>
            <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8152"/>
        <seriesInfo name="DOI" value="10.17487/RFC8152"/>
      </reference>
      <reference anchor="RFC8323" target="https://www.rfc-editor.org/info/rfc8323">
        <front>
          <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
          <author fullname="C. Bormann" initials="C." surname="Bormann">
            <organization/>
          </author>
          <author fullname="S. Lemay" initials="S." surname="Lemay">
            <organization/>
          </author>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
            <organization/>
          </author>
          <author fullname="K. Hartke" initials="K." surname="Hartke">
            <organization/>
          </author>
          <author fullname="B. Silverajan" initials="B." surname="Silverajan">
            <organization/>
          </author>
          <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor">
            <organization/>
          </author>
          <date month="February" year="2018"/>
          <abstract>
            <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP.  The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
            <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports.  It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8323"/>
        <seriesInfo name="DOI" value="10.17487/RFC8323"/>
      </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="RFC8613" target="https://www.rfc-editor.org/info/rfc8613">
        <front>
          <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
          <author fullname="G. Selander" initials="G." surname="Selander">
            <organization/>
          </author>
          <author fullname="J. Mattsson" initials="J." surname="Mattsson">
            <organization/>
          </author>
          <author fullname="F. Palombini" initials="F." surname="Palombini">
            <organization/>
          </author>
          <author fullname="L. Seitz" initials="L." surname="Seitz">
            <organization/>
          </author>
          <date month="July" year="2019"/>
          <abstract>
            <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE).  OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
            <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration.  Therefore, this document updates RFC 7252.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8613"/>
        <seriesInfo name="DOI" value="10.17487/RFC8613"/>
      </reference>
      <reference anchor="RFC9147" target="https://www.rfc-editor.org/info/rfc9147">
        <front>
          <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
          <author fullname="E. Rescorla" initials="E." surname="Rescorla">
            <organization/>
          </author>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
            <organization/>
          </author>
          <author fullname="N. Modadugu" initials="N." surname="Modadugu">
            <organization/>
          </author>
          <date month="April" year="2022"/>
          <abstract>
            <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
            <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
            <t>This document obsoletes RFC 6347.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9147"/>
        <seriesInfo name="DOI" value="10.17487/RFC9147"/>
      </reference>
      <reference anchor="RFC9175" target="https://www.rfc-editor.org/info/rfc9175">
        <front>
          <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
          <author fullname="C. Amsüss" initials="C." surname="Amsüss">
            <organization/>
          </author>
          <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson">
            <organization/>
          </author>
          <author fullname="G. Selander" initials="G." surname="Selander">
            <organization/>
          </author>
          <date month="February" year="2022"/>
          <abstract>
            <t>This document specifies enhancements to the Constrained Application Protocol (CoAP) that mitigate security issues in particular use cases. The Echo option enables a CoAP server to verify the freshness of a request or to force a client to demonstrate reachability at its claimed network address. The Request-Tag option allows the CoAP server to match block-wise message fragments belonging to the same request. This document updates RFC 7252 with respect to the following: processing requirements for client Tokens, forbidding non-secure reuse of Tokens to ensure response-to-request binding when CoAP is used with a security protocol, and amplification mitigation (where the use of the Echo option is now recommended).</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9175"/>
        <seriesInfo name="DOI" value="10.17487/RFC9175"/>
      </reference>
      <reference anchor="I-D.ietf-lake-edhoc" target="https://www.ietf.org/archive/id/draft-ietf-lake-edhoc-17.txt">
        <front>
          <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
          <author fullname="Göran Selander" initials="G." surname="Selander">
            <organization>Ericsson AB</organization>
          </author>
          <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
            <organization>Ericsson AB</organization>
          </author>
          <author fullname="Francesca Palombini" initials="F." surname="Palombini">
            <organization>Ericsson AB</organization>
          </author>
          <date day="12" month="October" year="2022"/>
          <abstract>
            <t>   This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a
   very compact and lightweight authenticated Diffie-Hellman key
   exchange with ephemeral keys.  EDHOC provides mutual authentication,
   forward secrecy, and identity protection.  EDHOC is intended for
   usage in constrained scenarios and a main use case is to establish an
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-17"/>
      </reference>
    </references>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to thank
<contact fullname="Carsten Bormann"/>,
<contact fullname="Klaus Hartke"/>,
<contact fullname="Jaime Jiménez"/>,
<contact fullname="Ari Keränen"/>,
<contact fullname="Matthias Kovatsch"/>,
<contact fullname="Achim Kraus"/>,
<contact fullname="Sandeep Kumar"/>,
and
<contact fullname="András Méhes"/>
for their valuable comments and feedback.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
8R2MIy69mXDtzZHpfD0WcrDwqg5BmPR0jWd98vATOE8x19AwDwY5dw5GfcoM
lZlbr1tSG1734yxFt8F4Twq6YtmohDt8nwUMg7Q6+TTY+OmmhBrRpWSTSUL0
Tkc81HRym8W0DJgohWYhylstMoY3+69s+VV3vklkMC6tmu+o/yk5jUtymrOC
C7iQICESSHqIMOz/HUHA33HCQDzRJqlvgKiV6GBriTVWszLp6hEetyHCZJ22
QNFoyCPOAUmQqGua2jerkt1v/UFMswYHngd+Q0e9Yk929KBqL18JdnHRJFsj
suuEodFohTtR9EUXGBEv3vTvG1r3YIZT8cvoDTJQ1tg2LWIDlYl1IF4l/qBp
y3I1a4E1v2XPhTIKfA3rj6mwU1QRdjstwWjrrAih16R0o1sOtQq/CCp5l10q
7IwtVvL+o4oY6QcOgULi6zkhC8qtUGXm3+qrL/LhXpDtH/0LQ+Q7Ljbj7Ejk
S3akTyU9hN9GNtjsopJF+5DMdolALL8r0vaf6i336YC1b+KRcFaBypCRnLWg
9rYZ3m8pW1FC/60QNjuVPO9EM0nCanwmUPNUBfGv3YhCZpJ3UPEB9qXAwXAL
Qki5hd8PMOOyKWZtUfja6GnFL5lgsu0YxkiICV311QAkxLZOW7PrcQRLogDE
n0ZVZNr/cst8V3at6uQNUggfhZoseUlmYnC60Kv+wkoe/qm+XlOkk1R/9pVP
92VNvvXiOE9efg/YfKBK96KL1kc3ZS8kKG3wRm1MXj7kkB6ifC2/lW8+ZP5Z
X5Sdfx8BuwiU88TSLVZ2Ed4cBEFRuuH9gcPO+xL4AjWqLMD25BRIJcWMBs/M
3IXmtpx1IU1X4aElVVFqITKMOlRPmmWR51w8LPlh+kZZcTs3vpP7eFiWKbwr
qkX7WAXdycoKpcCKmIZL0tqwNI8A2XVVrjzuX00Rw2Gx1z13KeTyyj73GCxW
dabZBIcH/5mbY2mejNbqXVm5WQ1evaBvWwjdpDw1QDaCBIsFB3WJBDVXmPPZ
CT6e8Dqv0NYe3WzBRmi1JQ4mpa8vh7Kcjz2KwvdY5Knls7CupQmX91XiWnQ3
GCXB1WNtueozUrhRKdLExVvtKuYzG8uo04HUEQMpeZIcGbT5Qm5DJJzDO/64
uZXAgCbE8tOm+W3a/HnsO3sk7dpafeeIpCOhTtyQVl1WdVkvNtwoNK99TpDm
toet0Pet6fSPQ/13RAcxpz5Da2EBO3ksdtTNpEM88MpJFXt82cX7/T+NvDlH
u7bhYGvswtOWawF9r7s9Jc17O3MkARY92I0EVNJy7fY6b5P8e4/n6Sor/c9/
5Tw9/hc/4n8hG+++GcF+DynbsOWHwyYfxVToff16tszt9yYtb5vnIXXuywv3
8tX94rH7eHa3f8sp2kLZfY6B3cX/1XtT4uL/etP077TqRkfemwp+g/XH9bz6
5uPi3oeff/zk4fn8L1+ZkU8TusFyogNCz6d4Hl4NXnI1PCnpGTu+NjFQksKG
hTkm1OWIxzg1Adihz33lS7zRWeFmzB+OIksq9yTrF90HYxUx3x6hDx/XHv3C
O9TAQN2jCEcsT7Up1yxhMzfoa/C5NrVIqoS0WJg71kxY/6tACi/xM5I1Z1vO
woLtOt8S8cNX7updPgohAaps2PVFg6/Jix/RcmGoT6KeSToowH2j4clwM9rg
Of+GIhWq0kWDq4fTl5AGSzR9dPJWKMmdS+MoeL2tvocvNF8OlnF8tyRNOYN3
IfQvtTR6v8J7VbRQFM4UC+s/kboOktDxG7m5yYy0yZfey7wJIZQupg7qo6S3
kOwUR0K+ffbYjMChNJcOkUFk1oHV+IU2+ATN/RQH+BCwNBvwLRIWrl40dr1k
d01Wc8Ev4/URW3mioz9/eXrsOXvQCcivXdoHKV+kq0TJlVhf0S3Hw/huNv5F
hwI+/G7q+yM33laOoF5wqL+O86z4PYn7QK+8vmfQvjs8ltihWPmXv0MjAyYx
0F+U9YxoUdlzD8VaHDQyuoA4NDlz9Pm3p0QT9YhqCmQEqpzHuaYTE1tmeLX1
QWyJ9FhfeumrvEXCXHBH2/SdY2nT20GFYLw5JBmHpzw/+fZk7xPSl5RpF29/
RjEI7gsvr58pnvzAnGQwS8i4ESuhZSErTlCX/+mIEUSUkh4hC4aXF1lwykT1
Bujh3WMy8NGV9jPYulV1eXk55s+/Ki1ZxV+QDH7jwodfWhy1L4vVj/9WuR/C
xydNYb5yzY//u3JxgG+I2MuCVvVVfU5GdLaMl2dLssa/augB4bNTYivn1uar
nqwp+ZRffofLq7z58X+15psf/22J1wZd8lu4FNTjpWm8zfLqOX0Z15yYciZu
3v8LkzIb13uIAAA=

-->

</rfc>
