<?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.7.43 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-intra-handshake-fail-25" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Intra-handshake Attestation Considered Harmful">Intra-handshake (aka Early) Attestation Considered Harmful (CVE-2026-33697 of CVSS 7.5 and several other CVEs of up to expected CVSS 10.0 upcoming)</title>
    <seriesInfo name="Internet-Draft" value="draft-intra-handshake-fail-25"/>
    <author fullname="Muhammad Usama Sardar">
      <organization>TU Dresden, Germany</organization>
      <address>
        <email>muhammad_usama.sardar@tu-dresden.de</email>
      </address>
    </author>
    <author fullname="Viacheslav Dubeyko">
      <organization>CoreWeave</organization>
      <address>
        <email>slava@dubeyko.com</email>
      </address>
    </author>
    <author fullname="Songbo Bu">
      <organization>Shanghai Guan An Information Technology Co., Ltd., China</organization>
      <address>
        <email>bluedognull@gmail.com</email>
      </address>
    </author>
    <author fullname="Chengxin Huang">
      <organization>Independent</organization>
      <address>
        <email>aurestarnull@gmail.com</email>
      </address>
    </author>
    <author fullname="Haowen Song">
      <organization>Shanghai Guan An Information Technology Co., Ltd., China</organization>
      <address>
        <email>havan12050544@gmail.com</email>
      </address>
    </author>
    <author fullname="Kaya Ercihan">
      <organization>Switch</organization>
      <address>
        <email>kaya.ercihan@switch.ch</email>
      </address>
    </author>
    <author fullname="E. C. M. Willems">
      <organization>Independent, Netherlands</organization>
      <address>
        <email>evac.m.willems@proton.me</email>
      </address>
    </author>
    <author fullname="Massimiliano Brighindi">
      <organization>PHI-OMEGA</organization>
      <address>
        <email>phiomega.runtime@gmail.com</email>
      </address>
    </author>
    <author fullname="Mikerah Quintyne-Collins">
      <organization>HashCloak Inc and Stoffel Labs Inc, Canada</organization>
      <address>
        <email>mikerah@hashcloak.com</email>
      </address>
    </author>
    <author fullname="Iman Schrock">
      <organization>EMILIA Protocol, Inc.</organization>
      <address>
        <email>team@emiliaprotocol.ai</email>
      </address>
    </author>
    <date year="2026" month="September" day="08"/>
    <workgroup>SEAT</workgroup>
    <keyword>AI agents</keyword>
    <keyword>Intra-handshake attestation</keyword>
    <keyword>CVE-2026-33697</keyword>
    <abstract>
      <?line 202?>

<t>The draft aims to provide technical details of <eref target="https://www.cve.org/CVERecord?id=CVE-2026-33697">CVE-2026-33697</eref>, <eref target="https://euvd.enisa.europa.eu/enisa/EUVD-2026-16488">EUVD-2026-16488</eref>, and several GitHub Security Advisories (GHSAs) which provide substantial technical evidence of how <strong>intra</strong>-handshake (aka early) attestation fails in practice, even <em>without physical access</em>. Moreover, since continuous attestation is generally required, <strong>intra</strong>-handshake attestation adds <strong>unnecessary complexity</strong>. The results are backed by the research <xref target="Intra-handshake.fail"/>, <xref target="TLS-RA"/> and the artifacts <xref target="Intra-handshake.fail-repo"/> in state-of-the-art formal analysis tool, ProVerif, under Apache-2.0 license for reproducibility and review, and have been acknowledged by the relevant stakeholders. Currently, there are <strong>two CVEs of CVSS 7.5, two GHSAs of CVSS 9.1, one GHSA of CVSS 7.8, seven GHSAs of CVSS 7.4, and one GHSA of CVSS 6.3 published against intra-handshake (aka early) attestation</strong>. The research papers on these are currently either under submission or being prepared for submission. The artifacts of these papers will be shared with the community under Apache-2.0 license for reproducibility and review.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://muhammad-usama-sardar.github.io/intra-handshake-fail/draft-intra-handshake-fail.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-intra-handshake-fail/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/muhammad-usama-sardar/intra-handshake-fail"/>.</t>
    </note>
  </front>
  <middle>
    <?line 206?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="Intra-handshake.fail"/> presents a general approach to analyze the intra-handshake (aka early) attestation proposals, regardless of whether they are within the scope of SEAT charter or not. From a security perspective, one of the key decision factors is the candidate binding mechanism. Some binding mechanisms are within scope of SEAT charter and others are not. The artifacts are available in <xref target="Intra-handshake.fail-repo"/> under Apache-2.0 license for reproducibility, extensibility and further research.</t>
      <t>A <strong>complementary</strong> paper <xref target="ID-Crisis"/> presents the identity crisis in pre- and intra-handshake attestation. The formal analysis is available in <xref target="ID-Crisis-repo"/> under Apache-2.0 license for reproducibility and extensibility.</t>
      <t>Another complementary paper -- currently under submission -- performs a thorough formal analysis of the design options in intra-handshake attestation.</t>
      <section anchor="overview">
        <name>Overview</name>
        <t><xref target="Intra-handshake.fail"/> presents the formal specification and analysis of the candidate binding mechanisms for binding in intra-handshake attestation for standardization for attested TLS protocols:</t>
        <table>
          <name>Binding mechanisms, implementations and ProVerif artifacts</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">Binding mechanism</th>
              <th align="left">Used in</th>
              <th align="left">Artifacts</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1.</td>
              <td align="left">Client’s TLS nonce</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder1">binder1</eref></td>
            </tr>
            <tr>
              <td align="left">2.</td>
              <td align="left">Client’s attestation nonce</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder2">binder2</eref></td>
            </tr>
            <tr>
              <td align="left">3.</td>
              <td align="left">Early exporter</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder3">binder3</eref></td>
            </tr>
            <tr>
              <td align="left">4.</td>
              <td align="left">Server’s public key</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder4">binder4</eref></td>
            </tr>
            <tr>
              <td align="left">5.</td>
              <td align="left">Combination of #2 and #3</td>
              <td align="left">-</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder5">binder5</eref></td>
            </tr>
            <tr>
              <td align="left">6.</td>
              <td align="left">Combination of #2 and #4</td>
              <td align="left">
                <eref target="https://github.com/CCC-Attestation/meetings/blob/main/materials/MarkusRudy.contrast-atls-ccc-attestation.pdf">Edgeless Systems Contrast</eref>; <eref target="https://www.sns-itrust6g.com/wp-content/uploads/2025/12/Webinar-Architecting-Trust-CONFIDENTIAL6G.pdf">Cocos AI v0.8.2</eref>;  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref>'s adopted project <eref target="https://github.com/ccc-attestation/attested-tls-poc">intra-handshake attestation</eref>; <eref target="https://ai.meta.com/static-resource/private-processing-technical-whitepaper">Meta's AI updated spec</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder6">binder6</eref></td>
            </tr>
            <tr>
              <td align="left">7.</td>
              <td align="left">Combination of #2, #3, and #4</td>
              <td align="left">
                <xref target="I-D.fossati-tls-attestation-06"/></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder7">binder7</eref></td>
            </tr>
          </tbody>
        </table>
        <artwork><![CDATA[
We provide a formal proof of insecurity of all the above candidate
binding mechanisms of intra-handshake attestation using the
state-of-the-art tool ProVerif and propose a mitigation for the
discovered security vulnerabilities. Our study reveals that it may
not be possible to achieve strong application-traffic (level 3)
binding using intra-handshake attestation alone. This can be exploited
for relay attacks, where an attacker makes a client accept an evidence
from a different machine. So the client cannot be sure that it connects
to its desired server.
]]></artwork>
        <t>We responsibly disclosed the vulnerability in intra-handshake attestation -- as noted in <xref target="GHSA-Cocos-AI"/> issued -- to the vendors, which resulted in  <xref target="CVE-2026-33697"/> of CVSS 7.5.</t>
      </section>
      <section anchor="modeling-other-binding-mechanisms">
        <name>Modeling Other Binding Mechanisms</name>
        <t>The artifacts are quite flexible for modification and testing of different intra-handshake attestation binding mechanisms by simply changing single <tt>rdata</tt> parameter in the Client and Server processes. Folder <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/aggregate">aggregate</eref> contains all analyzed and proposed binding mechanisms in <xref target="Intra-handshake.fail"/> to select via comment and uncomment. Other folders contain one specific binding mechanism.</t>
      </section>
      <section anchor="seat-early-attestation">
        <name>SEAT-Early-Attestation</name>
        <t>The draft <xref target="I-D.fossati-seat-early-attestation"/> is an extension of the provably vulnerable (and withdrawn) draft <xref target="I-D.fossati-tls-attestation-10"/> with the following two main changes from a formal perspective:</t>
        <ol spacing="normal" type="1"><li>
            <t>Binder has been updated</t>
          </li>
          <li>
            <t>Post-handshake attestation part has been added for re-attestation</t>
          </li>
        </ol>
        <t>The current binder in <xref target="I-D.fossati-seat-early-attestation"/> does not prevent relay attacks as there is no <strong>shared secret</strong> in the binder. In addition to the formal analysis in <xref target="Intra-handshake.fail"/>, see <xref target="TLS-RA"/> for arguments why shared secret is necessary to prevent relay attacks.</t>
        <t>Post-handshake attestation part may prevent relay attacks, but then the <strong>additional complexity</strong> of intra-handshake attestation is unjustified.</t>
      </section>
      <section anchor="executive-summary-of-current-status">
        <name>Executive Summary of Current Status</name>
        <t>Severity is based on <eref target="https://nvd.nist.gov/vuln-metrics/cvss">NIST metrics</eref>.</t>
        <table>
          <name>Published CVEs/GHSAs for intra-handshake (aka early) attestation</name>
          <thead>
            <tr>
              <th align="left">CVSS</th>
              <th align="left">Severity</th>
              <th align="left">Number of Published CVEs/GHSAs</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">9.0-10.0</td>
              <td align="left">Critical</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">9.1</td>
              <td align="left">Critical</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">7.8</td>
              <td align="left">High</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">7.5</td>
              <td align="left">High</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">7.4</td>
              <td align="left">High</td>
              <td align="left">7</td>
            </tr>
            <tr>
              <td align="left">6.3</td>
              <td align="left">Medium</td>
              <td align="left">1</td>
            </tr>
          </tbody>
        </table>
        <t><strong>For TLS reference, Heartbleed was CVSS 7.5</strong>.</t>
      </section>
    </section>
    <section anchor="sec-credits">
      <name>Credits</name>
      <table>
        <name>GHSAs/CVEs for intra-handshake (aka early) attestation and finders in (roughly) chronological order of publishing</name>
        <thead>
          <tr>
            <th align="left">GHSA/CVE</th>
            <th align="left">CVSS</th>
            <th align="left">Finders</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI"/></td>
            <td align="left">7.8</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="CVE-2026-33697"/></td>
            <td align="left">7.5</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="EUVD-2026-16488"/></td>
            <td align="left">7.5</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Edgeless-Systems"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI2"/></td>
            <td align="left">9.1</td>
            <td align="left">Muhammad Usama Sardar and Songbo Bu</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI3"/></td>
            <td align="left">9.1</td>
            <td align="left">Muhammad Usama Sardar and Songbo Bu</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-rustls"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-go"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-eov"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-eom"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-rtc"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-rtc-da"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-rtc-tcu"/></td>
            <td align="left">6.3</td>
            <td align="left">Muhammad Usama Sardar</td>
          </tr>
          <tr>
            <td align="left">TBA</td>
            <td align="left">9.0-10.0</td>
            <td align="left">Songbo Bu and Muhammad Usama Sardar</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="threat-model">
      <name>Threat Model</name>
      <t>The threat model is explained in Sec. 6.1 of <xref target="Intra-handshake.fail"/> and Sec. 4 of <xref target="ID-Crisis"/>.</t>
      <t>Beyond post-generation leakage of <tt>privEK</tt> considered in <xref target="Intra-handshake.fail"/>, the same adversary capability may arise from failures during key generation or entropy provisioning. Platform-attestation keys and workload-controlled TLS keys belong to distinct key-generation domains: for example, in AMD SEV-SNP the VCEK is derived by SNP firmware from chip-unique secrets and a TCB version, while several other platform secrets are specified as CSRNG-generated; by contrast, <tt>privEK</tt> and TLS (EC)DHE private values are typically generated by software executing inside the confidential VM using the guest OS or cryptographic-library random subsystem. Furthermore, SEV-SNP <tt>REPORT_DATA</tt> is supplied by the guest and incorporated into the signed attestation report without being interpreted by SNP firmware; consequently, valid Evidence can authenticate a binding value without attesting the entropy provenance, generation procedure, or exclusive possession of the corresponding private key. The <tt>LEK(privEK)</tt> capability should therefore also encompass predictable or repeated key generation caused by deficient entropy, cloned or rolled-back DRBG state, defective software or firmware, or malicious provisioning. <eref target="https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7055.html">CVE-2025-62626</eref> provides a concrete manufacturer-layer fault model: affected AMD Zen 5 processors could return insufficiently random values from certain <tt>RDSEED</tt> forms while incorrectly signaling success. This does not establish compromise of the AMD-SP-internal CSRNG or of a specific attested-TLS implementation, but demonstrates that ideal-randomness assumptions can fail below the protocol layer; software dependencies such as OpenSSL's <tt>--with-rand-seed=rdcpu</tt> (<eref target="https://github.com/openssl/openssl/blob/openssl-3.5.0/INSTALL.md">OpenSSL 3.5.0 INSTALL.md</eref>), which can use <tt>RDSEED</tt> or <tt>RDRAND</tt> as CSPRNG seed input, illustrate a possible propagation path from hardware entropy interfaces to workload TLS key generation.</t>
      <section anchor="low-level-mapping-of-the-system-model">
        <name>Low-Level Mapping of the System Model</name>
        <t>Figure 2 of <xref target="Intra-handshake.fail"/> provides a TEE-agnostic protocol-level
abstraction. For a low-level view, the following table maps the abstract
components to representative Intel TDX and AMD SEV-SNP implementations.</t>
        <table>
          <name>Mapping of the abstract system model to representative CC implementations</name>
          <thead>
            <tr>
              <th align="left">Fig. 2 element</th>
              <th align="left">Intel TDX</th>
              <th align="left">AMD SEV-SNP</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <strong>Physical Machine</strong></td>
              <td align="left">TDX-capable Intel platform</td>
              <td align="left">SEV-SNP-capable AMD platform</td>
            </tr>
            <tr>
              <td align="left">
                <strong>CC Platform</strong></td>
              <td align="left">CPU HW + TDX Module + attestation infrastructure</td>
              <td align="left">CPU HW + AMD-SP/SNP (system) firmware + RMP/SEV machinery</td>
            </tr>
            <tr>
              <td align="left">
                <strong>Quoting Agent</strong></td>
              <td align="left">TD QE</td>
              <td align="left">AMD-SP / SNP attestation (VM) firmware</td>
            </tr>
            <tr>
              <td align="left">
                <strong>Confidential VM</strong></td>
              <td align="left">Trust Domain (TD)</td>
              <td align="left">Part of SNP confidential VM</td>
            </tr>
            <tr>
              <td align="left">
                <strong>Network stack</strong></td>
              <td align="left">Part of guest OS + TLS library inside TD</td>
              <td align="left">Part of guest OS + TLS library inside SNP guest</td>
            </tr>
            <tr>
              <td align="left">
                <strong>HSM/TPM</strong></td>
              <td align="left">Secure element</td>
              <td align="left">Secure element</td>
            </tr>
            <tr>
              <td align="left">
                <strong><tt>privAK</tt></strong></td>
              <td align="left">Attestation key of TD Quoting Enclave</td>
              <td align="left">VCEK/VLEK signing key</td>
            </tr>
            <tr>
              <td align="left">
                <strong><tt>privEK</tt></strong></td>
              <td align="left">Workload/TLS-side ephemeral key</td>
              <td align="left">Workload/TLS-side ephemeral key</td>
            </tr>
            <tr>
              <td align="left">
                <strong><tt>privLTK</tt></strong></td>
              <td align="left">Long-term key in secure element</td>
              <td align="left">Long-term key in secure element</td>
            </tr>
          </tbody>
        </table>
        <t>The key material shown in the abstract model belongs to different implementation
and trust domains. The following table provides a corresponding low-level view.</t>
        <table>
          <name>Low-level implementation and key-generation domains</name>
          <thead>
            <tr>
              <th align="left">Component/key</th>
              <th align="left">Runs/lives where?</th>
              <th align="left">Type</th>
              <th align="left">Randomness/key source</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TLS ECDHE</td>
              <td align="left">Inside network stack</td>
              <td align="left">Network stack</td>
              <td align="left">OS/library CSPRNG</td>
            </tr>
            <tr>
              <td align="left">
                <tt>privEK</tt></td>
              <td align="left">Inside confidential VM</td>
              <td align="left">Guest software</td>
              <td align="left">OS/library CSPRNG</td>
            </tr>
            <tr>
              <td align="left">AK</td>
              <td align="left">Quoting Agent</td>
              <td align="left">Firmware/enclave/platform key hierarchy</td>
              <td align="left">Platform-specific</td>
            </tr>
            <tr>
              <td align="left">Memory-encryption key</td>
              <td align="left">CC Platform</td>
              <td align="left">Hardware/firmware managed</td>
              <td align="left">Platform RNG/KDF</td>
            </tr>
            <tr>
              <td align="left">
                <tt>REPORT_DATA</tt></td>
              <td align="left">Created by Guest Software</td>
              <td align="left">Data binding</td>
              <td align="left">No independent entropy requirement</td>
            </tr>
          </tbody>
        </table>
        <t>Per-VM memory-encryption key is used to encrypt confidential VM's RAM.</t>
      </section>
    </section>
    <section anchor="detailed-vulnerability-disclosure-timeline-and-public-acknowledgements-by-affected-vendors">
      <name>Detailed Vulnerability Disclosure Timeline and Public Acknowledgements by Affected Vendors</name>
      <table>
        <name>Detailed vulnerability disclosure timeline and acknowledgements</name>
        <thead>
          <tr>
            <th align="left">Event</th>
            <th align="left">Date</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Our initial responsible disclosure to vendor</td>
            <td align="left">07 Oct, 2025</td>
          </tr>
          <tr>
            <td align="left">Acknowledgement by vendor</td>
            <td align="left">14 Dec, 2025</td>
          </tr>
          <tr>
            <td align="left">Information to the <eref target="https://mailarchive.ietf.org/arch/msg/rats/6gbqx0XY8WYrH3Mx4vO8n2-uKgY/">IETF</eref></td>
            <td align="left">11 Jan, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://web.archive.org/web/20260227160554/https://www.ultraviolet.rs/blog/tee-tls-privacy/">Public announcement</eref> by vendor</td>
            <td align="left">27 Feb, 2026</td>
          </tr>
          <tr>
            <td align="left">Cocos AI published <xref target="GHSA-Cocos-AI"/>  [<strong>Severity = HIGH (CVSS 7.8)</strong>]</td>
            <td align="left">23 March, 2026</td>
          </tr>
          <tr>
            <td align="left">CVE <xref target="CVE-2026-33697"/> published  [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">26 March, 2026</td>
          </tr>
          <tr>
            <td align="left">ENISA published EUVD <xref target="EUVD-2026-16488"/>  [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">26 March, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://github.com/Privasys/rustls/releases/tag/privasys-v0.8.1">Acknowledgment</eref> by Privasys for rustls <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">9 July, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://github.com/Privasys/go/releases/tag/privasys-v0.5.1-go1.26.5">Acknowledgment</eref> by Privasys for go <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</td>
            <td align="left">10 July, 2026</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://github.com/ccc-attestation/attested-tls-poc">CCC implementation</eref> declared <eref target="https://github.com/CCC-Attestation/attested-tls-poc/pull/58">vulnerable to relay attacks</eref></td>
            <td align="left">17 July, 2026</td>
          </tr>
          <tr>
            <td align="left">Vulnerable <eref target="https://github.com/ccc-attestation/attested-tls-poc">CCC implementation repo</eref> archived</td>
            <td align="left">22 July, 2026</td>
          </tr>
          <tr>
            <td align="left">Vulnerable draft <xref target="I-D.fossati-tls-attestation-10"/> withdrawn by authors</td>
            <td align="left">23 July, 2026</td>
          </tr>
          <tr>
            <td align="left">Edgeless Systems published <xref target="GHSA-Edgeless-Systems"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">29 July, 2026</td>
          </tr>
          <tr>
            <td align="left">Cocos AI published <xref target="GHSA-Cocos-AI2"/>  [<strong>Severity = CRITICAL (CVSS 9.1)</strong>]</td>
            <td align="left">16 August, 2026</td>
          </tr>
          <tr>
            <td align="left">Cocos AI published <xref target="GHSA-Cocos-AI3"/>  [<strong>Severity = CRITICAL (CVSS 9.1)</strong>]</td>
            <td align="left">16 August, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys published <xref target="GHSA-Privasys-rustls"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">3 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys published <xref target="GHSA-Privasys-go"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">3 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys published <xref target="GHSA-Privasys-eov"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">3 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys published <xref target="GHSA-Privasys-eom"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">3 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys published <xref target="GHSA-Privasys-rtc"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">3 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys archived early attestation in rustls and moved to post-handshake attestation</td>
            <td align="left">4 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys archived early attestation in go and moved to post-handshake attestation</td>
            <td align="left">4 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys published <xref target="GHSA-Privasys-rtc-da"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</td>
            <td align="left">6 September, 2026</td>
          </tr>
          <tr>
            <td align="left">Privasys published <xref target="GHSA-Privasys-rtc-tcu"/> [<strong>Severity = MEDIUM (CVSS 6.3)</strong>]</td>
            <td align="left">6 September, 2026</td>
          </tr>
        </tbody>
      </table>
      <t><strong>Neither the GHSAs nor the CVE has any dependency whatsoever on the considered threat model with <tt>WeakHash</tt>, <tt>WeakDH</tt>, or <tt>BadElement</tt>.</strong> They hold independent of those, i.e., with <tt>StrongHash</tt> and <tt>StrongDH</tt> and all good elements within a group.</t>
    </section>
    <section anchor="eu-enisa">
      <name>EU ENISA</name>
      <t>European Union's <eref target="https://euvd.enisa.europa.eu/homepage">ENISA</eref> has independently published <xref target="EUVD-2026-16488"/> with CVSS 7.5 to acknowledge this vulnerability.</t>
    </section>
    <section anchor="sec-cvss-scores">
      <name>Comparison with Other Vulnerabilities in Confidential Computing Literature</name>
      <t>Severity is based on <eref target="https://nvd.nist.gov/vuln-metrics/cvss">NIST metrics</eref>.</t>
      <table>
        <name>Comparison with other vulnerabilities in confidential computing literature</name>
        <thead>
          <tr>
            <th align="left">Vulnerability</th>
            <th align="left">CVE</th>
            <th align="left">CVSS</th>
            <th align="left">Severity</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <eref target="https://wiretap.fail/files/wiretap.pdf">wiretap.fail</eref></td>
            <td align="left">No CVE (<eref target="https://www.intel.com/content/www/us/en/security-center/announcement/intel-security-announcement-2025-10-28-001.html">Intel</eref> and <eref target="https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3040.html">AMD</eref> announcements)</td>
            <td align="left">-</td>
            <td align="left">None</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://tee.fail/files/paper.pdf">TEE.fail</eref></td>
            <td align="left">No CVE</td>
            <td align="left">-</td>
            <td align="left">None</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://dl.acm.org/doi/10.1145/3658644.3690230">TDXdown</eref></td>
            <td align="left">
              <eref target="https://www.intel.com/content/www/us/en/security-center/announcement/intel-security-announcement-2024-10-08-001.html">Intel</eref></td>
            <td align="left">2.5</td>
            <td align="left">Low</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/staleus/staleus_usenix26.pdf">Staleus</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=CVE-2025-54509">CVE-2025-54509</eref></td>
            <td align="left">4.0</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/breakfast/breakfast_oakland26.pdf">BreakFAST</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=CVE-2025-6197">CVE-2025-61972</eref></td>
            <td align="left">4.2</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://badram.eu/badram.pdf">BadRAM</eref></td>
            <td align="left">
              <eref target="https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3015.html">AMD</eref></td>
            <td align="left">5.3</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/breakfast/breakfast_oakland26.pdf">BreakFAST</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=CVE-2025-61971">CVE-2025-61971</eref></td>
            <td align="left">5.9</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://xca-attacks.github.io/fabricked/fabricked_usenix26.pdf">Fabricked</eref></td>
            <td align="left">
              <eref target="https://www.cve.org/CVERecord?id=cve-2025-54510">CVE-2025-54510</eref></td>
            <td align="left">5.9</td>
            <td align="left">Medium</td>
          </tr>
          <tr>
            <td align="left">
              <eref target="https://www.researchgate.net/publication/408219182_Intra-handshakefail_CVE-2026-33697_High-severity_CVE_in_Attested_TLS">Intra-handshake.fail</eref></td>
            <td align="left">
              <xref target="CVE-2026-33697"/></td>
            <td align="left">7.5</td>
            <td align="left">High</td>
          </tr>
        </tbody>
      </table>
      <t>The comparison of the above with CVSS <strong>7.5</strong> for <xref target="Intra-handshake.fail"/> indicates that attested TLS is not mature yet compared to the rest of the confidential computing stack, and is currently one of the weakest links in the ecosystem.</t>
    </section>
    <section anchor="more-cves">
      <name>More CVEs</name>
      <t>Further formal analysis has led to the following potential CVEs for intra-handshake attestation (currently under review and disclosure):</t>
      <table>
        <name>Expected CVEs for intra-handshake attestation under disclosure</name>
        <thead>
          <tr>
            <th align="left">CVSS</th>
            <th align="left">Severity</th>
            <th align="left">Number of CVEs</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">9.0-10.0</td>
            <td align="left">Critical</td>
            <td align="left">1 (confirmed by developers)</td>
          </tr>
          <tr>
            <td align="left">9.8</td>
            <td align="left">Critical</td>
            <td align="left">1</td>
          </tr>
          <tr>
            <td align="left">9.1</td>
            <td align="left">Critical</td>
            <td align="left">2 (confirmed by developers)</td>
          </tr>
          <tr>
            <td align="left">8.7</td>
            <td align="left">High</td>
            <td align="left">1</td>
          </tr>
          <tr>
            <td align="left">7.5</td>
            <td align="left">High</td>
            <td align="left">4</td>
          </tr>
          <tr>
            <td align="left">7.4</td>
            <td align="left">High</td>
            <td align="left">8 (5 confirmed by developers)</td>
          </tr>
          <tr>
            <td align="left">6.3</td>
            <td align="left">Medium</td>
            <td align="left">3</td>
          </tr>
        </tbody>
      </table>
      <t>These are preliminary estimates of scores, not final assigned score. They are still under review.</t>
    </section>
    <section anchor="vulnerable-implementations">
      <name>Vulnerable Implementations</name>
      <t>At least the following implementations are vulnerable:</t>
      <ul spacing="normal">
        <li>
          <t><eref target="https://ai.meta.com/static-resource/private-processing-technical-whitepaper">Meta's AI</eref>: <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]</t>
        </li>
        <li>
          <t><eref target="https://github.com/ultravioletrs/cocos">Cocos AI up to v0.8.2</eref>: <xref target="GHSA-Cocos-AI"/>  [<strong>Severity = HIGH (CVSS 7.8)</strong>], <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>]; <strong>migrated</strong> to post-handshake attestation since v0.9.0</t>
        </li>
        <li>
          <t><eref target="https://github.com/edgelesssys/contrast">Edgeless Systems Contrast</eref>: <xref target="GHSA-Edgeless-Systems"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>]</t>
        </li>
        <li>
          <t><eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref>'s adopted project <eref target="https://github.com/ccc-attestation/attested-tls-poc">intra-handshake attestation</eref>: declared <eref target="https://github.com/CCC-Attestation/attested-tls-poc/pull/58">vulnerable to relay attacks</eref> and <strong>archived</strong></t>
        </li>
        <li>
          <t>Privasys rustls: <xref target="GHSA-Privasys-rustls"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>], <strong>archived</strong> and Privasys migrated to post-handshake attestation</t>
        </li>
        <li>
          <t>Pirvasys go: <xref target="GHSA-Privasys-go"/> [<strong>Severity = HIGH (CVSS 7.4)</strong>], <strong>archived</strong> and Privasys migrated to post-handshake attestation</t>
        </li>
      </ul>
      <t>If you are aware of any other intra-handshake attestation implementation, please let us know so that we can check and responsibly disclose the vulnerabilities to them.</t>
    </section>
    <section anchor="vulnerable-protocol-specifications">
      <name>Vulnerable Protocol Specifications</name>
      <t>At least the following protocol specifications with intra-handshake attestation <em>path</em> are vulnerable to <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/>:</t>
      <ul spacing="normal">
        <li>
          <t><xref target="I-D.fossati-tls-attestation-09"/>: symbolic proof of insecurity; <xref target="I-D.fossati-tls-attestation-10"/> <strong>withdrawn</strong> after the CVE</t>
        </li>
        <li>
          <t><xref target="I-D.fossati-seat-early-attestation"/>: symbolic and (paper-and-pen-based) computational proof of insecurity (originally done for -04 and applies also to -06)
          </t>
          <ul spacing="normal">
            <li>
              <t>As a SEAT WG participant pointed out, please note that both <xref target="CVE-2026-33697"/> and <xref target="EUVD-2026-16488"/> contain a link to <xref target="GHSA-Cocos-AI"/> that contains a link to <xref target="SEAT-vulnerability-report"/> that contains the G3 property (cf. <xref target="sec-corr-goals"/>) that this draft does not satisfy.</t>
            </li>
            <li>
              <t>Some WG participants successfully reproduced the vulnerability by substituting the right value of <tt>rdata</tt> in the shared formal model <xref target="Intra-handshake.fail-repo"/> that led to the CVE.</t>
            </li>
            <li>
              <t>An informal reasoning is that binder is not <strong>directly</strong> derived from any <strong>shared secret</strong> in this draft.</t>
            </li>
            <li>
              <t><strong>Unnecessary complexity</strong> is itself a security concern</t>
            </li>
          </ul>
        </li>
        <li>
          <t><xref target="I-D.ritz-seat-facts"/>: symbolic proof of insecurity
          </t>
          <ul spacing="normal">
            <li>
              <t>violates G3 property in our analysis</t>
            </li>
            <li>
              <t>unnecessary complexity is itself a security concern</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="binding-levels">
      <name>Binding Levels</name>
      <ol spacing="normal" type="1"><li>
          <t>DH shared secret (<tt>gxy</tt>) used as shared secret between client and server</t>
        </li>
        <li>
          <t>Handshake traffic key (<tt>htsc</tt>) used for encryption of handshake messages</t>
        </li>
        <li>
          <t>Application traffic key (<tt>atsc</tt>) used for encryption of application data</t>
        </li>
      </ol>
      <t>Please see Sec. 6.2 of <xref target="Intra-handshake.fail"/> for details.</t>
    </section>
    <section anchor="sec-corr-goals">
      <name>Security Properties (Correlation Goals)</name>
      <t>We consider TLS Server as RATS Attester, which is typical in confidential computing.</t>
      <ol spacing="normal" type="1"><li>
          <t>Correlation of Evidence to a DH Shared Secret (G1)</t>
        </li>
        <li>
          <t>Correlation of Evidence to Client’s Handshake Traffic Key (G2)</t>
        </li>
        <li>
          <t>Correlation of Evidence to Client’s Application Traffic Key (G3)</t>
        </li>
      </ol>
      <t>Please see Sec. 6.3 of <xref target="Intra-handshake.fail"/> for details.</t>
    </section>
    <section anchor="main-results">
      <name>Main Results</name>
      <ul spacing="normal">
        <li>
          <t>All analyzed binding mechanisms and the corresponding implementations of intra-handshake attestation are vulnerable to relay attacks.</t>
        </li>
        <li>
          <t>Early exporter helps achieve level 1 binding.</t>
        </li>
        <li>
          <t>Our proposed mechanism helps achieve level 2 binding.</t>
        </li>
        <li>
          <t>It may not be possible to achieve level 3 in intra-handshake attestation alone without additional assumptions.</t>
        </li>
      </ul>
      <table>
        <name>Main results</name>
        <thead>
          <tr>
            <th align="left">Property</th>
            <th align="left">Mechanism #1,2,4,6</th>
            <th align="left">Mechanism #3,5,7</th>
            <th align="left">Proposed mechanism</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">G1 : Correlation of Evidence to <tt>gxy</tt></td>
            <td align="left">❌</td>
            <td align="left">✅</td>
            <td align="left">✅</td>
          </tr>
          <tr>
            <td align="left">G2 : Correlation of Evidence to <tt>kch</tt></td>
            <td align="left">❌</td>
            <td align="left">❌</td>
            <td align="left">✅</td>
          </tr>
          <tr>
            <td align="left">G3 : Correlation of Evidence to <tt>kc</tt></td>
            <td align="left">❌</td>
            <td align="left">❌</td>
            <td align="left">❌</td>
          </tr>
        </tbody>
      </table>
      <t>Please see Sec. 7.1 and Figure 5 of <xref target="Intra-handshake.fail"/> for details of attacks.</t>
      <section anchor="expected-results">
        <name>Expected Results</name>
        <table>
          <name>Expected results</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">Binding mechanism</th>
              <th align="left">Artifacts</th>
              <th align="left">Expected results</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1.</td>
              <td align="left">Client’s TLS nonce</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder1/">binder1</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder1/log.txt">binder1</eref></td>
            </tr>
            <tr>
              <td align="left">2.</td>
              <td align="left">Client’s attestation nonce</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder2/">binder2</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder2/log.txt">binder2</eref></td>
            </tr>
            <tr>
              <td align="left">3.</td>
              <td align="left">Early exporter</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder3/">binder3</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder3/log.txt">binder3</eref></td>
            </tr>
            <tr>
              <td align="left">4.</td>
              <td align="left">Server’s public key</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder4/">binder4</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder4/log.txt">binder4</eref></td>
            </tr>
            <tr>
              <td align="left">5.</td>
              <td align="left">Combination of #2 and #3</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder5/">binder5</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder5/log.txt">binder5</eref></td>
            </tr>
            <tr>
              <td align="left">6.</td>
              <td align="left">Combination of #2 and #4</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder6/">binder6</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder6/log.txt">binder6</eref></td>
            </tr>
            <tr>
              <td align="left">7.</td>
              <td align="left">Combination of #2, #3, and #4</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder7/">binder7</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/binder7/log.txt">binder7</eref></td>
            </tr>
            <tr>
              <td align="left">8.</td>
              <td align="left">Proposed</td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/proposal/">proposal</eref></td>
              <td align="left">
                <eref target="https://github.com/muhammad-usama-sardar/intra-handshake.fail/tree/main/proposal/log.txt">proposal</eref></td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="implications-of-findings">
      <name>Implications of Findings</name>
      <section anchor="implications-of-findings-for-ietf-seat-wg">
        <name>Implications of Findings for IETF SEAT WG</name>
        <ul spacing="normal">
          <li>
            <t>We believe post-handshake attestation alone, such as <eref target="https://datatracker.ietf.org/doc/draft-fossati-seat-expat/">draft-fossati-seat-expat</eref>, can achieve level 3 binding.</t>
          </li>
          <li>
            <t>The research suggests that recent hybrid proposals (combination of intra-handshake attestation and post-handshake attestation) <xref target="I-D.fossati-seat-early-attestation"/> and <xref target="I-D.ritz-seat-facts"/> may add <strong>unnecessary complexity</strong> of intra-handshake attestation without adding any security benefit compared to post-handshake attestation alone, such as <eref target="https://datatracker.ietf.org/doc/draft-fossati-seat-expat/">draft-fossati-seat-expat</eref>. We are not aware of any <strong>security property</strong> that hybrid proposals can achieve that post-handshake attestation alone cannot achieve.</t>
          </li>
          <li>
            <t>As demonstrated by our symbolic analysis using ProVerif, the protocol specifications <xref target="I-D.fossati-seat-early-attestation"/> and <xref target="I-D.ritz-seat-facts"/> remain vulnerable to CVE-2026-33697. We have also proved that <xref target="I-D.fossati-seat-early-attestation-04"/> and <xref target="I-D.fossati-seat-early-attestation"/> violate the security theorems in the computational model.</t>
          </li>
        </ul>
      </section>
      <section anchor="implications-of-findings-for-ietf-lake-wg">
        <name>Implications of Findings for IETF LAKE WG</name>
        <ul spacing="normal">
          <li>
            <t>Similar problems occur for protocol specification <eref target="https://datatracker.ietf.org/doc/draft-ietf-lake-ra/">lake-ra</eref>.</t>
          </li>
        </ul>
      </section>
      <section anchor="implications-of-findings-for-ietf-tls-wg">
        <name>Implications of Findings for IETF TLS WG</name>
        <ul spacing="normal">
          <li>
            <t><xref target="I-D.fossati-tls-attestation-09"/> is vulnerable to <xref target="CVE-2026-33697"/>. Thankfully, the authors have withdrawn <xref target="I-D.fossati-tls-attestation-10"/>.</t>
          </li>
          <li>
            <t>Remote attestation <em>within</em> the handshake is very dangerous, since to our knowledge, it is one of the highest scored published vulnerabilities in confidential computing literature (see <xref target="sec-cvss-scores"/>). For reference, <strong>Heartbleed</strong> was <strong>7.5 CVSS</strong>.</t>
          </li>
        </ul>
        <artwork><![CDATA[
Given the high- and critical-severity vulnerabilities, we recommend
that the developers and maintainers of intra-handshake attestation MUST
urgently move to post-handshake attestation.
]]></artwork>
      </section>
      <section anchor="implications-of-findings-for-agent2agent">
        <name>Implications of Findings for Agent2Agent</name>
        <t>The findings of published CVEs/GHSAs up to 9.1 (presented in <xref target="sec-credits"/>) show that intra-handshake attestation can introduce significant security risks for AI agents when relied upon as a security mechanism.</t>
        <t>Attestation can provide evidence about an agent’s technical state, but such evidence should not be equated with governability. For a relying party, governability also depends on whether the agent’s identity, authority and permissions remain aligned with the intended interaction, whether responsibility for its actions can be attributed, and whether meaningful intervention remains possible. The findings in this draft reinforce that distinction by showing that even the binding between attestation evidence and the intended session can fail. Successful attestation should therefore be treated as one input into governance, rather than as sufficient evidence that an AI agent remains under effective control.</t>
      </section>
    </section>
    <section anchor="technical-details">
      <name>Technical Details</name>
      <section anchor="tool">
        <name>Tool</name>
        <t>We use state-of-the-art symbolic security analysis tool <eref target="https://ieeexplore.ieee.org/document/9833653">ProVerif</eref> for the specification of the protocols.</t>
      </section>
      <section anchor="modeling">
        <name>Modeling</name>
        <t>The formal model uses the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work as the starting point to focus on relay attacks in intra-handshake attestation in this work.
The rationale is that we consider it more useful to show the added value of this contribution to the community by using the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> as the baseline, rather than showing the same diversion attacks from <xref target="ID-Crisis"/>, and the discovered CVE (<xref target="CVE-2026-33697"/>) -- which the previous analysis could not find -- practically demonstrates the added value.
This modeling choice makes it clear that even with the diversion attacks fixed, high-severity relay attacks would still remain in intra-handshake attestation.</t>
        <t>Note: Similar to the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work, we model non-PSK-based handshake.
From <xref target="ID-Crisis"/>:</t>
        <ul empty="true">
          <li>
            <t>For modeling TLS 1.3, we consider handshakes based on Diffie-Hellman over either finite fields or elliptic curves, represented as (EC)DHE. This is because we are unaware of any publicly available specification or implementation of attested TLS with PSK-based handshakes.</t>
          </li>
        </ul>
        <t>While it would be nice to model PSK-based handshake, the rationale is that the correlation properties studied in this work do not necessarily require it.</t>
        <t>Note: The artifacts consider the case of server authentication only, as client authentication is optional in TLS 1.3. No claims are made about other configurations.</t>
      </section>
      <section anchor="properties">
        <name>Properties</name>
        <t>Properties in <xref target="Intra-handshake.fail"/> are complemetary to properties in <xref target="ID-Crisis"/>. Sec. 8 of <xref target="ID-Crisis"/> mentions:</t>
        <ul empty="true">
          <li>
            <t>We emphasize that both diversion and relay attacks are orthogonal and thus the two works are complementary.</t>
          </li>
        </ul>
      </section>
      <section anchor="technical-vulnerability-report">
        <name>Technical Vulnerability Report</name>
        <t>Technical vulnerability report is available at <xref target="Intra-handshake.fail"/>. It is accepted for publication at ESORICS 2026.</t>
        <section anchor="vulnerabilities">
          <name>Vulnerabilities</name>
          <t>Sec. 7.1 of <xref target="Intra-handshake.fail"/> presents the technical details with abstract attack traces of the vulnerabilities.</t>
        </section>
        <section anchor="mitigation">
          <name>Mitigation</name>
          <t>Sec. 7.2 of <xref target="Intra-handshake.fail"/> presents the technical details of the proposed mitigation.</t>
        </section>
      </section>
      <section anchor="artifacts">
        <name>Artifacts</name>
        <t>Artifacts are available at <xref target="Intra-handshake.fail-repo"/> under Apache-2.0 License.</t>
      </section>
    </section>
    <section anchor="sec-news">
      <name>Media Coverage</name>
      <t>Several media professionals and bloggers have covered the vulnerabilities to protect the community from the harm of intra-handshake attestation.</t>
      <ul spacing="normal">
        <li>
          <t><eref target="https://www.theregister.com/security/2026/07/04/confidential-computings-trust-mechanism-is-broken-the-fix-may-not-exist/5266056">The Register</eref></t>
        </li>
        <li>
          <t>(Japanese) <eref target="https://blackhatnews.tokyo/archives/119915">BlackHatNewsTokyo</eref></t>
        </li>
        <li>
          <t>(Several languages) <eref target="https://hackernoon.com/attested-tls-was-supposed-to-be-the-last-trust-boundary-it-isnt-formal-methods-show-how">Hackernoon</eref></t>
        </li>
        <li>
          <t><eref target="https://podcasts.apple.com/eg/podcast/attested-tls-was-supposed-to-be-the-last-trust/id1698517643?i=1000776623286">Apple podcast</eref></t>
        </li>
        <li>
          <t><eref target="https://meterpreter.org/attested-tls-vulnerability-cve-2026-33697/">Information Security News</eref></t>
        </li>
        <li>
          <t><eref target="https://thenextgentechinsider.com/pulse/critical-flaw-discovered-in-confidential-computing-attestation-protocols">TheNextGenTechInsider</eref></t>
        </li>
        <li>
          <t><eref target="https://dailysecurityreview.com/resources/cve-2026-33697-attested-tls-relay-flaw-hits-whatsapp-cocos-ai/">DailySecurityReview</eref></t>
        </li>
        <li>
          <t><eref target="https://www.scworld.com/brief/confidential-computings-remote-attestation-protocol-may-have-fundamental-flaw">SC World</eref></t>
        </li>
        <li>
          <t><eref target="https://blogs.groupware.org.uk/01-Quantum-Inc/the-handshake-that-cant-keep-its-promise-why-confidential-computings-flaw-changes-the-data-sovereignty-conversation/">01 Quantum</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.securitylab.ru/news/574545.php">Security Lab</eref></t>
        </li>
        <li>
          <t>(German) <eref target="https://www.blogspan.net/confidential-computing-attestierung-relay-luecke/">blogspan</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://finance.sina.cn/tech/2026-07-04/detail-inifscxt9953361.d.html">Sina</eref></t>
        </li>
        <li>
          <t><eref target="https://data4biz.com/articles/una-falla-rompe-la-fiducia-del-confidential-computing">data4biz</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.itsec.ru/news/issledovateli-nashli-kriticheskuyu-uyazvimost-v-attested-tls">ITSec</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://post.smzdm.com/p/a82ol990/">smzdm</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://www.donews.com/news/detail/4/6621022.html">donews</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://i.ifeng.com/c/8uUfy0PMmqE">ifeng</eref></t>
        </li>
        <li>
          <t><eref target="https://www.dugganusa.com/post/confidential-computing-s-whole-pitch-is-trust-the-proof-not-the-cloud-two-years-of-formal-verifi">dugganusa</eref></t>
        </li>
        <li>
          <t><eref target="https://github.com/pduggusa/dugganusa-ietf/tree/main/cve-2026-33697-attestation">dugganusa repo</eref></t>
        </li>
        <li>
          <t><eref target="https://sploitus.com/exploit?id=92591A05-07BC-5015-BA3D-B1347B35D684">spoitus</eref></t>
        </li>
        <li>
          <t><eref target="https://news.lavx.hu/article/attested-tls-research-exposes-a-weak-link-in-confidential-computing">lavx news</eref></t>
        </li>
        <li>
          <t><eref target="https://www.sohu.com/a/1045865934_122004016">sohu</eref></t>
        </li>
        <li>
          <t>(Persian) <eref target="https://news.ditty.ir/news/attested-tls-relay-flaw-formal-methods/019f6221-26ca-7293-9ee9-5557b3c0b8f8">news.ditty</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://limpvpn.com/ru/news/attested-tls-whatsapp-privacy-flaw-2026">LiMP VPN</eref></t>
        </li>
        <li>
          <t><eref target="https://daily.dev/posts/kI6PoNzPx">daily.dev</eref></t>
        </li>
        <li>
          <t><eref target="https://warden.veritai.ch/news/researchers-find-attested-tls-flaws-that-weaken-confidential-computing-trust-model">warden</eref></t>
        </li>
        <li>
          <t><eref target="https://db.gcve.eu/sightings/?query=cve-2026-33697">GCVE.eu</eref></t>
        </li>
        <li>
          <t><eref target="https://vulnerability.circl.lu/vuln/CVE-2026-33697#sightings">vuln.lu</eref></t>
        </li>
        <li>
          <t><eref target="https://coderlegion.com/24087/intra-handshake-attestation-when-more-security-doesnt-mean-better-security">coderlegion</eref></t>
        </li>
        <li>
          <t><eref target="https://www.anjuna.io/blog/attested-tls-flaw-explained">Anjuna Security</eref></t>
        </li>
        <li>
          <t><eref target="https://privasys.org/blog/binding-attestation-to-the-tls-session/">Privasys</eref></t>
        </li>
        <li>
          <t><eref target="https://freenode.net/digest/67">freenode</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://blog.csdn.net/weixin_42376192/category_13096766.html">csdn</eref></t>
        </li>
        <li>
          <t><eref target="https://osintsights.com/confidential-computing-flaws-expose-trust-risks">osintsights</eref></t>
        </li>
        <li>
          <t>(Turkish) <eref target="https://hardwaremania.com/haber/arastirma-attested-tls-confidential-computing-icin-zayif-kaliyor/">hardwaremania</eref></t>
        </li>
        <li>
          <t><eref target="https://akber.com/sovereignty-in-the-cloud-is-an-illusion/">akber</eref></t>
        </li>
        <li>
          <t><eref target="https://www.ad-hoc-news.de/wissenschaft/cloud-souveraenitaet-red-hat-startet-reifegrad-assessments-gegen/69691475">ad-hoc news</eref></t>
        </li>
        <li>
          <t><eref target="https://aimultiple.com/privacy-enhancing-technologies">AIMultiple</eref></t>
        </li>
      </ul>
      <section anchor="security-researchers">
        <name>Security Researchers</name>
        <t>Several credible security researchers, such as the following, have publicly attested to it.</t>
        <ul spacing="normal">
          <li>
            <t><eref target="https://www.linkedin.com/posts/michaelpak_confidential-computings-core-trust-mechanism-activity-7479415537836376064-q-A4/">Michael Pak</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/posts/rrbranco_one-more-evidence-that-there-is-no-such-a-share-7479582122366615552-X0A5/">Rodrigo Branco</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/posts/bart-preneel-4451412_on-the-limits-of-confidential-computing-share-7479549718294077440-wfi3/">Bart Preneel</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/in/strufe/recent-activity/all/">Thorsten Strufe</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="germanys-bsi">
        <name>Germany's BSI</name>
        <t>Germany's Federal Office for Information Security (Bundesamt für Sicherheit in der Informationstechnik) has attested to it. Carina Hilt, deputy press spokesperson at BSI, told <eref target="https://www.theregister.com/security/2026/07/04/confidential-computings-trust-mechanism-is-broken-the-fix-may-not-exist/5266056">The Register</eref>:</t>
        <artwork><![CDATA[
CC alone cannot satisfy the requirements for digital sovereignty.
]]></artwork>
        <artwork><![CDATA[
dependencies on other services, such as identity and key
management etc., are also not mitigated by CC.
]]></artwork>
        <t>CC refers to Confidential Computing, and attested TLS is the core trust mechanism of CC.</t>
      </section>
    </section>
    <section anchor="reviews">
      <name>Reviews</name>
      <section anchor="conference-reviews">
        <name>Conference Reviews</name>
        <t><xref target="Intra-handshake.fail"/> has been peer-reviewed and accepted for publication at ESORICS 2026.</t>
      </section>
      <section anchor="ietfirtf">
        <name>IETF/IRTF</name>
        <t>Several participants of the IETF/IRTF have attested to the results by independently reproducing the results and reviewing the code. Some of the participants have independently reproduced the results by developing their own formal models and a proof-of-concept implementation of the vulnerabilities. Some of the messages are mentioned below (<strong>excluding</strong> the messages of authors of <xref target="Intra-handshake.fail"/>):</t>
        <ul spacing="normal">
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/B7F1Dj_rjs8I0Kg3yCp3Rap0XeE/">https://mailarchive.ietf.org/arch/msg/seat/B7F1Dj_rjs8I0Kg3yCp3Rap0XeE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aEV9dUFotAQzHndk23qBcwBT3as/">https://mailarchive.ietf.org/arch/msg/seat/aEV9dUFotAQzHndk23qBcwBT3as/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3Hv0E1sfXsvyBtl6AgY8j-SHHiw/">https://mailarchive.ietf.org/arch/msg/seat/3Hv0E1sfXsvyBtl6AgY8j-SHHiw/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/5LJ6i9svomnhpyPHWPejM7fMmXQ/">https://mailarchive.ietf.org/arch/msg/seat/5LJ6i9svomnhpyPHWPejM7fMmXQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/V_YqGUY3fEwaFwwyfA9DshpHet0/">https://mailarchive.ietf.org/arch/msg/seat/V_YqGUY3fEwaFwwyfA9DshpHet0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/JF_cwmHHEbrJ_W5V6yEetWWnii4/">https://mailarchive.ietf.org/arch/msg/seat/JF_cwmHHEbrJ_W5V6yEetWWnii4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/P_CYTycg0KG7cbKauFA-kVgX2jo/">https://mailarchive.ietf.org/arch/msg/seat/P_CYTycg0KG7cbKauFA-kVgX2jo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ZJjJXpYwZ5nCVmz_W4FK6XiFEY4/">https://mailarchive.ietf.org/arch/msg/seat/ZJjJXpYwZ5nCVmz_W4FK6XiFEY4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/4so3LxHOOXHS1wnvhuoeWWgeCHk/">https://mailarchive.ietf.org/arch/msg/seat/4so3LxHOOXHS1wnvhuoeWWgeCHk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Q6Jmc58v0c1lDV3ujIY0AX_ofGA/">https://mailarchive.ietf.org/arch/msg/seat/Q6Jmc58v0c1lDV3ujIY0AX_ofGA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/n4Me5QPCvwhxcEJndWePyishcoo/">https://mailarchive.ietf.org/arch/msg/seat/n4Me5QPCvwhxcEJndWePyishcoo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/beRzNNvwMifkRfJPfxecGoHpTDs/">https://mailarchive.ietf.org/arch/msg/seat/beRzNNvwMifkRfJPfxecGoHpTDs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/">https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aFCo4BMRDSUynvN9AQJatPjnXag/">https://mailarchive.ietf.org/arch/msg/seat/aFCo4BMRDSUynvN9AQJatPjnXag/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/wb_Ys9MZd9u9oM2Bk-8tv7fvXGg/">https://mailarchive.ietf.org/arch/msg/seat/wb_Ys9MZd9u9oM2Bk-8tv7fvXGg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ov8f-7cZKK5RZ-Mmjc6IhVSB-Fk/">https://mailarchive.ietf.org/arch/msg/seat/ov8f-7cZKK5RZ-Mmjc6IhVSB-Fk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2uUuaD1DygjNDM4GT_-rYbwTiJk/">https://mailarchive.ietf.org/arch/msg/seat/2uUuaD1DygjNDM4GT_-rYbwTiJk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/pB39abN1QrH4_ATM_E78vxPTuxk/">https://mailarchive.ietf.org/arch/msg/seat/pB39abN1QrH4_ATM_E78vxPTuxk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/PxKCxMHe-SAiR9uhOOllrK4mUA4/">https://mailarchive.ietf.org/arch/msg/seat/PxKCxMHe-SAiR9uhOOllrK4mUA4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/T1xupUBwqYEBSHCTXgSHXZtdqz8/">https://mailarchive.ietf.org/arch/msg/seat/T1xupUBwqYEBSHCTXgSHXZtdqz8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/hRw46FwgmVdi9fqZm2fjKbln_IA/">https://mailarchive.ietf.org/arch/msg/seat/hRw46FwgmVdi9fqZm2fjKbln_IA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UG7yE_klmRSxNy2HX6fzuFonDjM/">https://mailarchive.ietf.org/arch/msg/seat/UG7yE_klmRSxNy2HX6fzuFonDjM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2hpeIldeFfE6o9q6L9Vkt00ACKA/">https://mailarchive.ietf.org/arch/msg/seat/2hpeIldeFfE6o9q6L9Vkt00ACKA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/gc2ij0vboehS_-v10-SNslxaZC0/">https://mailarchive.ietf.org/arch/msg/seat/gc2ij0vboehS_-v10-SNslxaZC0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/oO4mAfq5HJZptDDNrSnd7zDdX18/">https://mailarchive.ietf.org/arch/msg/seat/oO4mAfq5HJZptDDNrSnd7zDdX18/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/XuJc_yEJPCMIuYcv2OM7XDogRCU/">https://mailarchive.ietf.org/arch/msg/seat/XuJc_yEJPCMIuYcv2OM7XDogRCU/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/nVHlnbFIEh-cPQeMuDVOqx5YvWQ/">https://mailarchive.ietf.org/arch/msg/seat/nVHlnbFIEh-cPQeMuDVOqx5YvWQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/xVU3C7qUOngcip7B4ZO5MJUT9Xg/">https://mailarchive.ietf.org/arch/msg/seat/xVU3C7qUOngcip7B4ZO5MJUT9Xg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/1gCcPw-7NopDRzzBzA3dFIgo3Rs/">https://mailarchive.ietf.org/arch/msg/seat/1gCcPw-7NopDRzzBzA3dFIgo3Rs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/t8aobzB374lWiLzrVrORY7kGYyQ/">https://mailarchive.ietf.org/arch/msg/seat/t8aobzB374lWiLzrVrORY7kGYyQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/m3UyB6XLQzxaucejE_o8Pn41uSI/">https://mailarchive.ietf.org/arch/msg/seat/m3UyB6XLQzxaucejE_o8Pn41uSI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/gqHqcbbKva_oGE-jEDZu243gf-4/">https://mailarchive.ietf.org/arch/msg/seat/gqHqcbbKva_oGE-jEDZu243gf-4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/QD8QB1WVL-toNovGQ2Tk6DmmeEM/">https://mailarchive.ietf.org/arch/msg/seat/QD8QB1WVL-toNovGQ2Tk6DmmeEM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/vXN2pifZ5GXcC1xLwSfLCnUcFUE/">https://mailarchive.ietf.org/arch/msg/seat/vXN2pifZ5GXcC1xLwSfLCnUcFUE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/MGFXinb85XSaLkqjBEhmBZC7PcI/">https://mailarchive.ietf.org/arch/msg/seat/MGFXinb85XSaLkqjBEhmBZC7PcI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/js9VI4PB8yYmhg2ObaZB1a22fL4/">https://mailarchive.ietf.org/arch/msg/seat/js9VI4PB8yYmhg2ObaZB1a22fL4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/0RzORzX_VdlY5UQ_MWMmxZlnrjs/">https://mailarchive.ietf.org/arch/msg/seat/0RzORzX_VdlY5UQ_MWMmxZlnrjs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/W3MH1BDSUbm1WUPxGQihaIc1zTk/">https://mailarchive.ietf.org/arch/msg/seat/W3MH1BDSUbm1WUPxGQihaIc1zTk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2_aGylmFHoLmqN7BBcYVoH-rNJk/">https://mailarchive.ietf.org/arch/msg/seat/2_aGylmFHoLmqN7BBcYVoH-rNJk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/7SYSuB83Kmr9qCb1V1F94n9W33U/">https://mailarchive.ietf.org/arch/msg/seat/7SYSuB83Kmr9qCb1V1F94n9W33U/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/0SWfg2YNEAOtJQ7Zsf1xl4O-AOo/">https://mailarchive.ietf.org/arch/msg/seat/0SWfg2YNEAOtJQ7Zsf1xl4O-AOo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/1mfNw-bw8KsdJbl4saL99Fz4iec/">https://mailarchive.ietf.org/arch/msg/seat/1mfNw-bw8KsdJbl4saL99Fz4iec/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/VyifG8zP5aworb_S1NR9FEUEXW0/">https://mailarchive.ietf.org/arch/msg/seat/VyifG8zP5aworb_S1NR9FEUEXW0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/CYwvM75z6rTId2A3ZZvZJmHxOig/">https://mailarchive.ietf.org/arch/msg/seat/CYwvM75z6rTId2A3ZZvZJmHxOig/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/29xFZX5C4oSGkpZAvXT_7YLW2Vc/">https://mailarchive.ietf.org/arch/msg/ufmrg/29xFZX5C4oSGkpZAvXT_7YLW2Vc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/u1HxYW9cJfVpi3Cf9q06ehwpYGE/">https://mailarchive.ietf.org/arch/msg/seat/u1HxYW9cJfVpi3Cf9q06ehwpYGE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/SG_A0016a-KMnXAkGtMUxokZmjc/">https://mailarchive.ietf.org/arch/msg/seat/SG_A0016a-KMnXAkGtMUxokZmjc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3w7-OW2CAVr0-QBz97eAMxB_nMI/">https://mailarchive.ietf.org/arch/msg/seat/3w7-OW2CAVr0-QBz97eAMxB_nMI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UnybcafvQ2D-IhUfTV228WQFNhA/">https://mailarchive.ietf.org/arch/msg/seat/UnybcafvQ2D-IhUfTV228WQFNhA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rmVNeFbjax26l31n5pitHIxOQkk/">https://mailarchive.ietf.org/arch/msg/seat/rmVNeFbjax26l31n5pitHIxOQkk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/DghJdG3ysbPFKMQe8czz-tcIMq0/">https://mailarchive.ietf.org/arch/msg/seat/DghJdG3ysbPFKMQe8czz-tcIMq0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rZLacid2wnEtaJwSbiIIft3T0FI/">https://mailarchive.ietf.org/arch/msg/seat/rZLacid2wnEtaJwSbiIIft3T0FI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/_kEBODNsTWjgadb5xnlj86dvhcs/">https://mailarchive.ietf.org/arch/msg/seat/_kEBODNsTWjgadb5xnlj86dvhcs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/qP3XC0MarFFA3SMbBpWWJtxACNA/">https://mailarchive.ietf.org/arch/msg/seat/qP3XC0MarFFA3SMbBpWWJtxACNA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/kkjQhi4yvJ_iAwYrPw1crFh-m-0/">https://mailarchive.ietf.org/arch/msg/seat/kkjQhi4yvJ_iAwYrPw1crFh-m-0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/vBkdKtKzTt4F91VprfKIndgmT2o/">https://mailarchive.ietf.org/arch/msg/seat/vBkdKtKzTt4F91VprfKIndgmT2o/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Huu_AFu11BTrdxK3I8hmw2jjp8Q/">https://mailarchive.ietf.org/arch/msg/seat/Huu_AFu11BTrdxK3I8hmw2jjp8Q/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/oOnioxkB__QZIvhFn5naW6jIXzg/">https://mailarchive.ietf.org/arch/msg/seat/oOnioxkB__QZIvhFn5naW6jIXzg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/iWsCCAl8YZ-pOTA7siNUGsfliHQ/">https://mailarchive.ietf.org/arch/msg/seat/iWsCCAl8YZ-pOTA7siNUGsfliHQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/-HGPUR5CvuVWcOAg37cSxwoATm0/">https://mailarchive.ietf.org/arch/msg/seat/-HGPUR5CvuVWcOAg37cSxwoATm0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/LnLYE7bGQOmCxVXq6stiOtKwc1s/">https://mailarchive.ietf.org/arch/msg/seat/LnLYE7bGQOmCxVXq6stiOtKwc1s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/o_bIJhOdB4j1g0nczxPZwFXtCo8/">https://mailarchive.ietf.org/arch/msg/seat/o_bIJhOdB4j1g0nczxPZwFXtCo8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/hy4qVQJQGR82-bskQ_UGI6iel1Y/">https://mailarchive.ietf.org/arch/msg/seat/hy4qVQJQGR82-bskQ_UGI6iel1Y/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3J3s_YFnf9IQ87Tv2c1q4f36xKQ/">https://mailarchive.ietf.org/arch/msg/seat/3J3s_YFnf9IQ87Tv2c1q4f36xKQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/JWKMYY1YG1E2iS_HyQ4rDmOsDGw/">https://mailarchive.ietf.org/arch/msg/seat/JWKMYY1YG1E2iS_HyQ4rDmOsDGw/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rK1nDSewAbVL_weOp98knYZcg6s/">https://mailarchive.ietf.org/arch/msg/seat/rK1nDSewAbVL_weOp98knYZcg6s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Wjuz0fIj8tjYocUmiZZXcSwwFHw/">https://mailarchive.ietf.org/arch/msg/seat/Wjuz0fIj8tjYocUmiZZXcSwwFHw/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/SYiV4KZNr20re6QkGmyWS3pPteA/">https://mailarchive.ietf.org/arch/msg/seat/SYiV4KZNr20re6QkGmyWS3pPteA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ZYgxm1ibt6p4dL7xF1YNdl0XSpc/">https://mailarchive.ietf.org/arch/msg/seat/ZYgxm1ibt6p4dL7xF1YNdl0XSpc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/6LKgOp22YRxGTYb-i-BxiMGzMW4/">https://mailarchive.ietf.org/arch/msg/seat/6LKgOp22YRxGTYb-i-BxiMGzMW4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3oHcKPtXLfBUYCZoN1nnO6e1F-s/">https://mailarchive.ietf.org/arch/msg/seat/3oHcKPtXLfBUYCZoN1nnO6e1F-s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aSybH9ihnNjN7SjdhhY_XtxhMtc/">https://mailarchive.ietf.org/arch/msg/seat/aSybH9ihnNjN7SjdhhY_XtxhMtc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/d_G8r7LMGjA45BPexZwsfmmAtJY/">https://mailarchive.ietf.org/arch/msg/seat/d_G8r7LMGjA45BPexZwsfmmAtJY/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/u-za86_YJ0spwBXBwTVQzwiOCrU/">https://mailarchive.ietf.org/arch/msg/seat/u-za86_YJ0spwBXBwTVQzwiOCrU/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/P4IMdvCx8lSEKrCiJIjbpBCRr4g/">https://mailarchive.ietf.org/arch/msg/seat/P4IMdvCx8lSEKrCiJIjbpBCRr4g/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/-AO9yFJoflV1wDwwch45dmqkmyo/">https://mailarchive.ietf.org/arch/msg/seat/-AO9yFJoflV1wDwwch45dmqkmyo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/H0LqHfBasQml69Y-9Zl_njfsE8s/">https://mailarchive.ietf.org/arch/msg/seat/H0LqHfBasQml69Y-9Zl_njfsE8s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3hOGlYyc_yntmvT0tjYxldlwaxM/">https://mailarchive.ietf.org/arch/msg/seat/3hOGlYyc_yntmvT0tjYxldlwaxM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/JbwL9cdl6fiP0vBGgASUUDmaPy8/">https://mailarchive.ietf.org/arch/msg/seat/JbwL9cdl6fiP0vBGgASUUDmaPy8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/TtewHbMGKBQOKD2sqrgTrnpCOkI/">https://mailarchive.ietf.org/arch/msg/seat/TtewHbMGKBQOKD2sqrgTrnpCOkI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UsIj6o7wf4hX_uCL51TCTv-wFxU/">https://mailarchive.ietf.org/arch/msg/seat/UsIj6o7wf4hX_uCL51TCTv-wFxU/</eref></t>
          </li>
        </ul>
        <section anchor="main-questions">
          <name>Main Questions</name>
          <t>In short, five main questions have been raised by WG participants in support of our work:</t>
          <ul spacing="normal">
            <li>
              <t>What <strong>security property</strong> hybrid (intra- + post-handshake attestation) provides that post-handshake attestation alone cannot provide?</t>
            </li>
            <li>
              <t>Since continuous attestation is required in most use cases, how is <strong>additional complexity</strong> of <strong>intra</strong>-handshake attestation justified? Use cases with one-time attestation can be covered by doing attestation round immediately after Connection Establishment Time: see <eref target="https://www.ietf.org/archive/id/draft-usama-seat-intra-vs-post-04.html#section-6-2">reference</eref>.</t>
            </li>
            <li>
              <t>What is the benefit of doing <strong>signatures</strong> of remote attestation <strong>within</strong> the handshake (as this latency can be exploited)? We add that <strong>verification</strong> of signatures is also time consuming, which can be exploited too. See <eref target="https://www.ietf.org/archive/id/draft-usama-seat-intra-vs-post-04.html#section-4.2.4">reference</eref>.</t>
            </li>
            <li>
              <t>How evidence is bound to the secure channel without involving any <strong>shared secret</strong>? See <xref target="TLS-RA"/>.</t>
            </li>
            <li>
              <t>How does a verifying relying party get the legitimate PIIDs and CHIP_IDs?</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="researchers-outside-of-ietfirtf">
        <name>Researchers outside of IETF/IRTF</name>
        <t>Some researchers have approached us confirming the proof-of-concept of the vulnerabilities in intra-handshake attestation. More information will be added once their pre-prints/papers are public.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>All of this document is about the <strong>insecurity</strong> of <strong>intra</strong>-handshake (aka early) attestation.</t>
      <t>By no means should the vendors mentioned in this draft be considered less secure than any other vendors implementing intra-handshake attestation solutions. In particular, those who have closed-source implementations are most likely more vulnerable than the open-source ones, since the former cannot easily be reviewed by the security community. Even extensive security reviews -- of closed-source implementations -- by cybersecurity firms often do not perform formal analysis, and thus such reviews may miss corner cases and subtle vulnerabilities.</t>
    </section>
    <section anchor="ethical-considerations">
      <name>Ethical Considerations</name>
      <t>We (i.e., the super set of all authors involved in this research, including but not limited to Muhammad Usama Sardar, Mariam Moustafa, Tuomas Aura, Viacheslav Dubeyko, Jean-Marie Jacquet, Songbo Bu, Chengxin Huang, Haowen Song, Kaya Ercihan, Massimiliano Brighindi, and Iman Schrock) are ethical researchers aiming to protect the community from the potential harm caused by the exploitability of the vulnerabilities in intra-handshake attestation. We have responsibly disclosed the vulnerabilities to the respective developers and maintainers following their respective disclosure processes and provided them our proposed mitigations and requested them to take rapid action.</t>
      <t>We have released only the formal analysis for published CVE. To minimize exploit in the wild, we have not publicly released the proof-of-concept exploit code.</t>
      <t>We have not retrieved any real data from any real system. We have not released any key to any public forum or to any person.</t>
      <section anchor="evidence-of-explanation-of-vulnerabilities-to-the-authors-of-vulnerable-drafts">
        <name>Evidence of Explanation of Vulnerabilities to the Authors of Vulnerable Drafts</name>
        <t>To the best of our abilities, knowledge, and understanding, we have tried to explain the vulnerabilities to the authors of vulnerable drafts <xref target="I-D.fossati-tls-attestation-09"/>, <xref target="I-D.fossati-seat-early-attestation"/>, and <xref target="I-D.ritz-seat-facts"/> first privately in several meetings and then later on publicly for at least half a year at several forums, including but not limited to CCC Attestation SIG and IETF/IRTF. Please see the (non-exhaustive list of) recordings <xref target="sec-recordings"/> and the archives <xref target="sec-archives"/> below. We sincerely thank the authors of <xref target="I-D.fossati-tls-attestation-10"/> for withdrawing their draft to protect further exploits mentioned in <xref target="sec-news"/>.</t>
        <section anchor="sec-recordings">
          <name>Recordings</name>
          <table>
            <name>Evidence of several explanations of vulnerabilities to the authors of vulnerable drafts</name>
            <thead>
              <tr>
                <th align="left">Event/Host</th>
                <th align="left">Venue</th>
                <th align="left">Date(s)</th>
                <th align="left">Evidence</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">
                  <eref target="https://lpc.events/event/20/">Linux Plumbers Conference 2026</eref></td>
                <td align="left">Prague, Czechia</td>
                <td align="left">5-7 Oct, 2026</td>
                <td align="left">slides, video</td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ga4gh.org/event/14th-plenary/">GA4GH 14th Plenary Meeting</eref></td>
                <td align="left">Singapore</td>
                <td align="left">28 Sept-2 Oct, 2026</td>
                <td align="left">slides, video</td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://sites.google.com/di.uniroma1.it/esorics2026/">ESORICS 2026</eref></td>
                <td align="left">Rome, Italy</td>
                <td align="left">14-18 Sept, 2026</td>
                <td align="left">slides</td>
              </tr>
              <tr>
                <td align="left">IETF RATS Interim meeting</td>
                <td align="left">Virtual</td>
                <td align="left">14 Sept, 2026</td>
                <td align="left">slides, video</td>
              </tr>
              <tr>
                <td align="left">Hackathon @ <eref target="https://summit.riot-os.org/2026/">RIOT Summit 2026</eref></td>
                <td align="left">Grenoble, France</td>
                <td align="left">4 September, 2026</td>
                <td align="left">
                  <eref target="https://notes.inria.fr/2ppogr2fTSKusRog3RXbPQ?view#topic-security-analysis-of-attested-tls-and-attested-edhoc">topic synopsis</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://summit.riot-os.org/2026/">RIOT Summit 2026</eref></td>
                <td align="left">Grenoble, France</td>
                <td align="left">2-4 September, 2026</td>
                <td align="left">
                  <eref target="https://summit.riot-os.org/2026/blog/speakers/muhammad-usama-sardar/">abstract</eref>, <eref target="https://www.researchgate.net/publication/413988306_Security_Analysis_of_Attested_TLS_and_Attested_EDHOC">slides</eref>, video</td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ga4gh.org/work_stream/data-security/">Data Security Work Stream (DSWS)</eref> at the <eref target="https://www.ga4gh.org/">Global Alliance for Genomics and Health (GA4GH)</eref></td>
                <td align="left">Virtual</td>
                <td align="left">24 Aug, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/413569575_High-Severity_Vulnerabilities_in_Former_GIF_Design_for_Attested_TLS_draft-fossati-seat-early-attestation">slides</eref>, <eref target="https://us02web.zoom.us/rec/share/UAn381deia-aMNmjGHhMqxocc1HcyF7ksLlaeeKefxO4bSC2mHPzwPQPYGe2dnZR.zfleYCmmtiteo_NS">video</eref></td>
              </tr>
              <tr>
                <td align="left">Confidential AI Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">21 July, 2026</td>
                <td align="left">
                  <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/odgd_xmhjQXiR_aLYdqtVvDJeF4/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">21 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-seat-binding-properties-of-expat-00.pdf">slides</eref>, <eref target="https://youtu.be/Fb5Hzh1mp1E?t=4189">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">IETF 126 Hackdemo Happy Hour</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">20 July, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">demo</eref></td>
              </tr>
              <tr>
                <td align="left">Confidential Computing Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">20 July, 2026</td>
                <td align="left">
                  <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/V9BKZJ_DGkZPdlnjBaUeyluhbqQ/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hotrfc-sessa-15-confidential-computing-and-digital-sovereignty-00">slides</eref>, <eref target="https://youtu.be/FDHWRijxKso?t=3285">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ietf.org/meeting/hackathons/126-hackathon/">IETF 126 Hackathon</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hackathon-sessd-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/GRqyrDIEgEw?t=1340">video</eref></td>
              </tr>
              <tr>
                <td align="left">IEPG @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/g8q_u19vXzk?t=4404">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">Workshop</eref> @ <eref target="https://www.wissenschaftsnacht-dresden.de/en/">Dresden Science Night 2026</eref></td>
                <td align="left">Dresden</td>
                <td align="left">26 June, 2026</td>
                <td align="left">
                  <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">demo</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://output-dd.de/">Output 2026</eref></td>
                <td align="left">Dresden</td>
                <td align="left">25 June, 2026</td>
                <td align="left">
                  <eref target="https://output-dd.de/projekte/relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems/">demo</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://events.linuxfoundation.org/confidential-computing-summit/">Confidential Computing Summit 2026</eref> (presented by Jens Albers)</td>
                <td align="left">San Francisco, USA</td>
                <td align="left">23-24 June, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411851358_Standardization_of_Attested_TLS">poster</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://confidentialcontainers.org/">Confidential Containers Community Meeting</eref> @ <eref target="https://www.cncf.io/">Cloud Native Computing Foundation</eref></td>
                <td align="left">Virtual</td>
                <td align="left">30 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411849492_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref>, <eref target="https://zoom.us/rec/share/3thZhsRi-BZJL-GqjnwGzh7inbltuKIlpVjqMlWp6WRdMTZ66Z8p-8YjaaeOfbhX.CoH6YBukaKua0gkt">video</eref> around timestamp 00:27:00</td>
              </tr>
              <tr>
                <td align="left">GIF Project showcase @ <eref target="https://www.ga4gh.org/event/april-connect-2026/">GA4GH April Connect 2026</eref></td>
                <td align="left">Montreal, Canada (virtual)</td>
                <td align="left">17 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/412136610_Trusted_Research_Environment_TRE_Open_Suite">slides</eref>, <eref target="https://youtu.be/Kr9oxp1fdn0?t=1083">video</eref>, <eref target="https://www.ga4gh.org/document/arpril-connect-2026-meeting-report/">report</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://sos-vo.org/group/hotsos/">NSA Symposium on Hot Topics in the Science of Security (HotSoS) 2026</eref></td>
                <td align="left">Virtual</td>
                <td align="left">16 April, 2026</td>
                <td align="left">
                  <eref target="https://sos-vo.org/group/hotsos/2026/sardar">abstract</eref>, <eref target="https://sos-vo.org/system/files/2026-04/20260416_HotSoS%20%281%29.pdf">slides</eref>, <eref target="https://sos-vo.org/group/hotsos/2026/sardar">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://fg-pet.gi.de/veranstaltung/15th-privacy-enhancing-techniques-convention">PET-CON 2026.1: 15th Privacy Enhancing Techniques Convention</eref></td>
                <td align="left">Karlsruhe, Germany</td>
                <td align="left">16-17 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411849502_Formal_Analysis_of_Attested_TLS">slides</eref>, <eref target="https://www.researchgate.net/publication/411852738_Formal_Analysis_of_Attested_TLS_and_Standardization_in_the_IETF">poster</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://gtmfs2026.sciencesconf.org/program?lang=en">GTMFS 2026: Annual Meeting of the WG "Formal Methods in Security"</eref></td>
                <td align="left">Luz-Saint-Sauveur, France</td>
                <td align="left">24-26 Mar, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411853715_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref></td>
              </tr>
              <tr>
                <td align="left">CFRG @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">19 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-cfrg-relay-attacks-00">slides</eref>, <eref target="https://youtu.be/IfKgbO74Lt4?t=6054">video</eref></td>
              </tr>
              <tr>
                <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref> (relay)</td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">17 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-seat-security-analysis-00">slides</eref>, <eref target="https://youtu.be/hX7genEkN7w?t=676">video</eref></td>
              </tr>
              <tr>
                <td align="left">Side meeting @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">16 Mar, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/403474373_Proposed_RG_Confidential_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">LAKE @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">16 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-lake-formal-analysis-of-attested-edhoc-00">slides</eref>, <eref target="https://youtu.be/JzfLpbnhl0A?t=3117">video</eref></td>
              </tr>
              <tr>
                <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">15 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hotrfc-sessa-formal-proof-of-insecurity-of-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/OtOo7Nogisw?t=3514">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ietf.org/meeting/hackathons/125-hackathon/">IETF 125 Hackathon</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">14-15 Mar, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/125/hackathon#relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hackathon-sessd-relay-attacks-in-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/62A58qH19MI?t=2270">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">10 Feb, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksGen_20260210.pdf">slides</eref>; <eref target="https://www.youtube.com/watch?v=idqwb0hFlhs&amp;list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1061s">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/session/rats">IETF RATS Interim meeting</eref></td>
                <td align="left">Virtual</td>
                <td align="left">9 Feb, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/materials/slides-interim-2026-rats-01-sessa-relayattacks-00.pdf">slides</eref>, <eref target="https://youtu.be/gURY61dViPw?t=1474">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://fosdem.org/2026/schedule/track/confidential-computing/">Confidential Computing</eref> devroom at <eref target="https://fosdem.org/2026/">FOSDEM 2026</eref></td>
                <td align="left">Brussels, Belgium</td>
                <td align="left">31 Jan-1 Feb, 2026</td>
                <td align="left">
                  <eref target="https://fosdem.org/2026/schedule/event/GHGFBM-attestedtls/">abstract</eref>, <eref target="https://fosdem.org/2026/events/attachments/GHGFBM-attestedtls/slides/267432/20260201_60u9e0n.pdf">slides</eref>, <eref target="https://video.fosdem.org/2026/ud6215/GHGFBM-attestedtls.av1.webm">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">27 Jan, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksProposal_20260127.pdf">slides</eref>; <eref target="https://youtu.be/P04tLJcSxfM?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=434">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">13 Jan, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacks_20260113.pdf">slides</eref>; <eref target="https://youtu.be/cSrCZNyo7_g?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1083">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">16 Dec, 2025</td>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation/meetings/blob/main/materials/MuhammadUsamaSardar_Binding_Properties_20251216.pdf">slides</eref>; <eref target="https://youtu.be/w_MrjMeHyP8?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=593">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">2 Dec, 2025</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_Open_Questions_20251202.pdf">slides</eref>; <eref target="https://youtu.be/16aGZ-oZidg?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=2920">video</eref></td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="sec-archives">
          <name>Archives</name>
          <t>Since January, we have publicly informed the authors of vulnerable drafts <xref target="I-D.fossati-tls-attestation-09"/>, <xref target="I-D.fossati-seat-early-attestation"/>, and <xref target="I-D.ritz-seat-facts"/> and shared our results with the community for review and to raise awareness on high-severity vulnerabilities and apply appropriate mitigations for the safety of their users:</t>
          <section anchor="ietfhttpswwwietforg">
            <name><eref target="https://www.ietf.org/">IETF</eref></name>
            <ul spacing="normal">
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/x3eQxFjQFJLceae6l4_NgXnmsDY/">SEAT WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/rats/6gbqx0XY8WYrH3Mx4vO8n2-uKgY/">RATS WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/tls/8lyqHh9y7_Lv6b1iXhpUqYrp0M0/">TLS WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/lake/Tovtl7wgvzwJWT2I2ZwnhoIOnYQ/">LAKE WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/saag/jBZVk7YySwpaFqydAfxW33kNZPY/">SAAG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/practical-cybersecurity/d65WPaC0WbZRwxTBclnTkf7SmRs/">Practical Cybersecurity list</eref></t>
              </li>
              <li>
                <t>Agent2agent list <eref target="https://mailarchive.ietf.org/arch/msg/agent2agent/ubz7uXCs--YzuSWyXNNsmWf_tSQ/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/agent2agent/xHhjA94fzed6ONIvPRgwTT-WRmA/">thread2</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/dmsc/QC2adIcYkxiTlniEcc7ggk86BAY/">DSMC list</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/hackathon/PIrJ2O_QqcNUAnMIn_Vh22ImWMc/">Hackathon</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/126attendees/V9BKZJ_DGkZPdlnjBaUeyluhbqQ/">126attendees</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="irtfhttpswwwirtforg">
            <name><eref target="https://www.irtf.org/">IRTF</eref></name>
            <ul spacing="normal">
              <li>
                <t>UFMRG: <eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/ZWK0uMM92OdwlPbgXBvQApDpe5Q/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/ZRhR7o1HrWxfGDfgRJMR65RBkDE/">thread2</eref></t>
              </li>
              <li>
                <t>CFRG <eref target="https://mailarchive.ietf.org/arch/msg/cfrg/NbxHIw9H_xpSYbgfO_n7lVIFeWs/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/">thread2</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/din/_8LE3Ru1xX16hgGJwryMTRwRoaA/">DINRG</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="ccchttpsconfidentialcomputingio">
            <name><eref target="https://confidentialcomputing.io/">CCC</eref></name>
            <ul spacing="normal">
              <li>
                <t>Attestation SIG: <eref target="https://lists.confidentialcomputing.io/g/attestation/topic/117207133">thread1</eref> and <eref target="https://lists.confidentialcomputing.io/g/attestation/message/334">thread2</eref></t>
              </li>
              <li>
                <t>TAC: <eref target="https://lists.confidentialcomputing.io/g/tac/topic/117932193">thread1</eref> and <eref target="https://lists.confidentialcomputing.io/g/tac/topic/120068850">thread2</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="ocphttpswwwopencomputeorg">
            <name><eref target="https://www.opencompute.org/">OCP</eref></name>
            <ul spacing="normal">
              <li>
                <t>OCP Security: <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/117932716">message1</eref>, <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120069056">message2</eref>, <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120483814">message3</eref> and <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120524635">message4</eref></t>
              </li>
            </ul>
            <t>If you know any other relevant mailing list that we should inform for protection of users, please let us know.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="contributions">
      <name>Contributions</name>
      <t>Contributions to the draft are welcome at <eref target="https://github.com/muhammad-usama-sardar/intra-handshake-fail">https://github.com/muhammad-usama-sardar/intra-handshake-fail</eref>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="Intra-handshake.fail" target="https://www.researchgate.net/publication/408219182_Intra-handshakefail_CVE-2026-33697_High-severity_CVE_in_Attested_TLS">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="June"/>
          </front>
        </reference>
        <reference anchor="Intra-handshake.fail-repo" target="https://github.com/muhammad-usama-sardar/intra-handshake.fail">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="July"/>
          </front>
        </reference>
        <reference anchor="CVE-2026-33697" target="https://www.cve.org/CVERecord?id=CVE-2026-33697">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>CVE</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="EUVD-2026-16488" target="https://euvd.enisa.europa.eu/enisa/EUVD-2026-16488">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>ENISA</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-vfgg-mvxx-mgg7">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI2" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-4px3-wj2x-xx47">
          <front>
            <title>Cocos AI intra-handshake attested TLS implementation is vulnerable to session-misbinding attacks for Intel TDX verifier path</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI3" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-4r6g-mp48-j2rw">
          <front>
            <title>Cocos AI intra-handshake attested TLS implementation can accept Evidence with nil, empty, or omitted reportData in the AMD SEV-SNP path</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="GHSA-Edgeless-Systems" target="https://github.com/edgelesssys/contrast/security/advisories/GHSA-hjgc-jc5v-fw7h">
          <front>
            <title>Remote attestation is susceptible to relay attacks</title>
            <author initials="" surname="Edgeless Systems">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="SEAT-vulnerability-report" target="https://mailarchive.ietf.org/arch/msg/seat/x3eQxFjQFJLceae6l4_NgXnmsDY/">
          <front>
            <title>Relay Attacks in Intra-handshake Attestation for Confidential Agentic AI Systems</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <date year="2026" month="January"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-rustls" target="https://github.com/Privasys/rustls/security/advisories/GHSA-j6qv-435v-r492">
          <front>
            <title>Privasys RA-TLS challenge mode did not bind attestation evidence to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-go" target="https://github.com/Privasys/go/security/advisories/GHSA-7jfw-53rm-phh2">
          <front>
            <title>Privasys Go fork: RA-TLS challenge mode did not bind attestation evidence to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-eov" target="https://github.com/Privasys/enclave-os-virtual/security/advisories/GHSA-p5fp-g94g-g9m9">
          <front>
            <title>enclave-os-virtual: RA-TLS challenge certificates were not bound to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-eom" target="https://github.com/Privasys/enclave-os-mini/security/advisories/GHSA-49qm-4pj3-w2c6">
          <front>
            <title>enclave-os-mini: RA-TLS challenge certificates were not bound to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-rtc" target="https://github.com/Privasys/ra-tls-clients/security/advisories/GHSA-5qrc-v874-mxvx">
          <front>
            <title>ra-tls-clients: RA-TLS challenge verifier accepted quotes not bound to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-rtc-da" target="https://github.com/Privasys/ra-tls-clients/security/advisories/GHSA-pj2x-5wqv-fh57">
          <front>
            <title>Privasys Intra-handshake attested TLS implementation is vulnerable to Diversion Attacks</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-rtc-tcu" target="https://github.com/Privasys/ra-tls-clients/security/advisories/GHSA-gg8q-mfhh-wrrc">
          <front>
            <title>Privasys Intra-handshake attested TLS implementation is vulnerable to TOCTOU Attacks</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="ID-Crisis">
          <front>
            <title>Identity Crisis in Confidential Computing: Formal Analysis of Attested TLS</title>
            <author fullname="Muhammad Usama Sardar" initials="M." surname="Sardar">
              <organization>TU Dresden, Dresden, Germany</organization>
            </author>
            <author fullname="Mariam Moustafa" initials="M." surname="Moustafa">
              <organization>Aalto University, Espoo, Finland</organization>
            </author>
            <author fullname="Tuomas Aura" initials="T." surname="Aura">
              <organization>Aalto University, Espoo, Finland</organization>
            </author>
            <date month="June" year="2026"/>
          </front>
          <seriesInfo name="Proceedings of the ACM Asia Conference on Computer and Communications Security" value="pp. 547-560"/>
          <seriesInfo name="DOI" value="10.1145/3779208.3785387"/>
          <refcontent>ACM</refcontent>
        </reference>
        <reference anchor="ID-Crisis-repo" target="https://github.com/CCC-Attestation/formal-spec-id-crisis">
          <front>
            <title>Identity Crisis in Confidential Computing: Formal Analysis of Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="M." surname="Moustafa">
              <organization/>
            </author>
            <author initials="T." surname="Aura">
              <organization/>
            </author>
            <date year="2025" month="November"/>
          </front>
        </reference>
        <reference anchor="refTLS">
          <front>
            <title>Verified Models and Reference Implementations for the TLS 1.3 Standard Candidate</title>
            <author fullname="Karthikeyan Bhargavan" initials="K." surname="Bhargavan">
              <organization/>
            </author>
            <author fullname="Bruno Blanchet" initials="B." surname="Blanchet">
              <organization/>
            </author>
            <author fullname="Nadim Kobeissi" initials="N." surname="Kobeissi">
              <organization/>
            </author>
            <date month="May" year="2017"/>
          </front>
          <seriesInfo name="2017 IEEE Symposium on Security and Privacy (SP)" value="pp. 483-502"/>
          <seriesInfo name="DOI" value="10.1109/sp.2017.26"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="TLS-RA" target="https://www.usenix.org/conference/atc25/presentation/weinhold">
          <front>
            <title>Separate but together: integrating remote attestation into TLS</title>
            <author initials="" surname="Carsten Weinhold">
              <organization/>
            </author>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="" surname="Ionuț Mihalcea">
              <organization/>
            </author>
            <author initials="" surname="Yogesh Deshpande">
              <organization/>
            </author>
            <author initials="" surname="Hannes Tschofenig">
              <organization/>
            </author>
            <author initials="" surname="Yaron Sheffer">
              <organization/>
            </author>
            <author initials="" surname="Thomas Fossati">
              <organization/>
            </author>
            <author initials="" surname="Michael Roitzsch">
              <organization/>
            </author>
            <date year="2025" month="July"/>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.fossati-seat-early-attestation">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <date day="5" month="August" year="2026"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using remote attestation
   which is a process by which an entity produces Evidence about itself
   that another party can use to appraise whether that entity is found
   in a secure state.  This document describes a TLS extension that
   enables the negotiation and binding of the TLS authentication key to
   a remote attestation session.  This enables an entity capable of
   producing attestation Evidence, such as a confidential workload
   running in a Trusted Execution Environment (TEE), or an IoT device
   that is trying to authenticate itself to a network access point, to
   present a more comprehensive set of security metrics to its peer.
   This extension has been designed to allow the peers to use any
   attestation technology, in any remote attestation topology, and to
   use them mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-seat-early-attestation-06"/>
        </reference>
        <reference anchor="I-D.fossati-seat-early-attestation-04">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <date day="27" month="May" year="2026"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using remote attestation
   which is a process by which an entity produces Evidence about itself
   that another party can use to appraise whether that entity is found
   in a secure state.  This document describes a series of TLS
   extensions that enable the binding of the TLS authentication key to a
   remote attestation session.  This enables an entity capable of
   producing attestation Evidence, such as a confidential workload
   running in a Trusted Execution Environment (TEE), or an IoT device
   that is trying to authenticate itself to a network access point, to
   present a more comprehensive set of security metrics to its peer.
   These extensions have been designed to allow the peers to use any
   attestation technology, in any remote attestation topology, and to
   use them mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-seat-early-attestation-04"/>
        </reference>
        <reference anchor="I-D.fossati-tls-attestation-06">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Paul Howard" initials="P." surname="Howard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Arto Niemi" initials="A." surname="Niemi">
              <organization>Huawei</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="19" month="March" year="2024"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using attestation which is
   a process by which an entity produces evidence about itself that
   another party can use to appraise whether that entity is found in a
   secure state.  This document describes a series of protocol
   extensions to the TLS 1.3 handshake that enables the binding of the
   TLS authentication key to a remote attestation session.  This enables
   an entity capable of producing attestation evidence, such as a
   confidential workload running in a Trusted Execution Environment
   (TEE), or an IoT device that is trying to authenticate itself to a
   network access point, to present a more comprehensive set of security
   metrics to its peer.  These extensions have been designed to allow
   the peers to use any attestation technology, in any remote
   attestation topology, and mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-tls-attestation-06"/>
        </reference>
        <reference anchor="I-D.fossati-tls-attestation-09">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Paul Howard" initials="P." surname="Howard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Arto Niemi" initials="A." surname="Niemi">
              <organization>Huawei</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="30" month="April" year="2025"/>
            <abstract>
              <t>   The TLS handshake protocol allows authentication of one or both peers
   using static, long-term credentials.  In some cases, it is also
   desirable to ensure that the peer runtime environment is in a secure
   state.  Such an assurance can be achieved using attestation which is
   a process by which an entity produces evidence about itself that
   another party can use to appraise whether that entity is found in a
   secure state.  This document describes a series of protocol
   extensions to the TLS 1.3 handshake that enables the binding of the
   TLS authentication key to a remote attestation session.  This enables
   an entity capable of producing attestation evidence, such as a
   confidential workload running in a Trusted Execution Environment
   (TEE), or an IoT device that is trying to authenticate itself to a
   network access point, to present a more comprehensive set of security
   metrics to its peer.  These extensions have been designed to allow
   the peers to use any attestation technology, in any remote
   attestation topology, and mutually.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-tls-attestation-09"/>
        </reference>
        <reference anchor="I-D.fossati-tls-attestation-10">
          <front>
            <title>Using Attestation in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
              <organization>Intuit</organization>
            </author>
            <author fullname="Paul Howard" initials="P." surname="Howard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Ionuț Mihalcea" initials="I." surname="Mihalcea">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Arto Niemi" initials="A." surname="Niemi">
              <organization>Huawei</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="23" month="July" year="2026"/>
            <abstract>
              <t>   This draft has been withdrawn.

About This Document

   This note is to be removed before publishing as an RFC.

   Status information for this document may be found at
   https://datatracker.ietf.org/doc/draft-fossati-tls-attestation/.

   Source for this draft and an issue tracker can be found at
   https://github.com/yaronf/draft-tls-attestation.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fossati-tls-attestation-10"/>
        </reference>
        <reference anchor="I-D.ritz-seat-facts">
          <front>
            <title>Factor-based Attestation and Credential Transport Scheme (FACTS) over TLS 1.3</title>
            <author fullname="Nathanael Ritz" initials="N." surname="Ritz">
              <organization>Independent</organization>
            </author>
            <date day="1" month="March" year="2026"/>
            <abstract>
              <t>   This document describes FACTS (Factor-based Attestation and
   Credential Transport Scheme) over TLS 1.3.  Conceptually acting as
   "multi-factor authentication" for machine identities, factor-based
   attestation derives session trust from multiple independent
   cryptographic inputs rather than a single point of failure.
   Specifically, it utilizes a dual-key scheme that binds identity to
   attestation evidence through the use of key encapsulation material
   keys (KEM) and traditional identity signing keys (IK), establishing
   per-session freshness.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ritz-seat-facts-00"/>
        </reference>
      </references>
    </references>
    <?line 819?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Acknowledgment does not necessarily imply attestation. It implies that the authors found the feedback and discussion useful in improving the formal analysis, the corresponding paper, or this draft.</t>
      <t>This draft benefits from several years of research on attested TLS, in particular some of the recent works mentioned below:</t>
      <t>We wish to express our sincere appreciation to the following for their review of our latest work:</t>
      <ul spacing="normal">
        <li>
          <t>Bertrand Foing</t>
        </li>
        <li>
          <t>Sammy Kerata Oina</t>
        </li>
        <li>
          <t>Drasko Draskovic</t>
        </li>
        <li>
          <t>Rebekah Overdorf</t>
        </li>
        <li>
          <t>Tobias Pulls</t>
        </li>
      </ul>
      <t><strong>Intra-handshake.fail</strong> <xref target="Intra-handshake.fail"/></t>
      <t>We would like to thank our co-author of paper <xref target="Intra-handshake.fail"/> for his valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful reviews on <xref target="Intra-handshake.fail"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Juho Forsén</t>
        </li>
        <li>
          <t>Markus Rudy</t>
        </li>
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Steve Kremer</t>
        </li>
        <li>
          <t>Tjaden Hess</t>
        </li>
        <li>
          <t>Martin Thomson</t>
        </li>
        <li>
          <t>Yuning Jiang</t>
        </li>
        <li>
          <t>Pavel Nikonorov</t>
        </li>
        <li>
          <t>Casey Wilson</t>
        </li>
        <li>
          <t>Anonymous ESORICS 2026 reviewers</t>
        </li>
        <li>
          <t>Danko Miladinovic</t>
        </li>
        <li>
          <t>John Preuß Mattsson</t>
        </li>
        <li>
          <t>Britta Hale</t>
        </li>
        <li>
          <t>Werner Staub</t>
        </li>
        <li>
          <t>Songbo Bu</t>
        </li>
        <li>
          <t>Haowen Song</t>
        </li>
        <li>
          <t>Chengxin Huang</t>
        </li>
        <li>
          <t>Steve Luo</t>
        </li>
        <li>
          <t>Andrew Miller</t>
        </li>
        <li>
          <t>Kubilay Ahmet Küçük</t>
        </li>
        <li>
          <t>Iman Schrock</t>
        </li>
        <li>
          <t>Sophie Schmieg</t>
        </li>
        <li>
          <t>Davyd Okaianchenko</t>
        </li>
        <li>
          <t>Alistair Woodman</t>
        </li>
        <li>
          <t>Göran Selander</t>
        </li>
        <li>
          <t>Tom Sato</t>
        </li>
        <li>
          <t>Jakub Maria Plutowski</t>
        </li>
        <li>
          <t>Martin Friedrich</t>
        </li>
        <li>
          <t>Patrick Duggan</t>
        </li>
        <li>
          <t>Deb Cooley</t>
        </li>
      </ul>
      <t><strong>Identity Crisis</strong> <xref target="ID-Crisis"/></t>
      <t>We would like to thank our co-authors of complementary paper <xref target="ID-Crisis"/> for their valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Tuomas Aura</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful feedback:</t>
      <ul spacing="normal">
        <li>
          <t>Ionut Mihalcea</t>
        </li>
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
        <li>
          <t>Thomas Fossati</t>
        </li>
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Hannes Tschofenig</t>
        </li>
        <li>
          <t>Yaron Sheffer</t>
        </li>
        <li>
          <t>Laurence Lundblade</t>
        </li>
        <li>
          <t>Giridhar Mandyam</t>
        </li>
        <li>
          <t>Christopher Patton</t>
        </li>
        <li>
          <t>Jonathan Hoyland</t>
        </li>
        <li>
          <t>Richard Barnes</t>
        </li>
      </ul>
      <t><strong>refTLS</strong> <xref target="refTLS"/></t>
      <t>We sincerely thank the following for the foundational formal model of draft 20 of TLS 1.3 in their work <xref target="refTLS"/> that we have used as the foundation of all of this work:</t>
      <ul spacing="normal">
        <li>
          <t>Karthikeyan Bhargavan</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Nadim Kobeissi</t>
        </li>
      </ul>
      <t><strong>General</strong></t>
      <t>Several others at the IETF, IRTF, CCC, and GA4GH have contributed by providing feedback over the years. A non-exhaustive list of contributors is <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00#page=17">here</eref>.</t>
      <t>Muhammad Usama Sardar is funded by German Research Foundation ("Deutsche Forschungsgemeinschaft.")</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
mbt2RXctvS5UHeOyi9gG2aCTrb8qelTo2U6GvuNbPyvVCqZWr+c26Yup6VHh
hEjy7+hFQpNTNVvKgqDL5wqFgJoROOqYGZNIzCdDX/BymGzNvR2vc1c9/aXN
F8GdTCTDtaWNcf2vOc4whV3sg+LA1Jg4Vx15ikqQqwvcBpScTBoQP8ma6QK5
lqa4Bg/YxkiWp0LQsx2rcXR2tzqa4zPwRDZ4lg5oIk7kVlnGj2BxDHtuqk60
/NymC/5cTmbvuj+s3K0XyvV8I1cGjj5qiuVcviweNYot8ShfLFWPiuVWpVYi
iJq0WAnxxaNlw+8zU9dn5eyGVOXn0HjOCVoO5KiI1aIiJvfv1gB8BubU3RAV
8A3fNdl8rlSuVcr1YmmYLxRyuVIuz42OK3QFaDcQcorqxNpBBN9lVIsz2y4l
ENf8IFLr40qhkBcLFVkSq4V6UawzVhfL5XJ1VJRzo9q4trEdz9XelXB3dREO
r4Eju5hzy8Tfk3GDwFc6Xgc6jgousydMQMNlFLbYUHr4FfGvnZ11K1fmxevV
il4ApQDEjVCRPmcoyiKpGRBmhIO/SkA7EUNBcc2IONhcbVCl70697RmL6FfT
6CdYjMAii6iMMhMsH2du1sY6CLoR9/cXl1nr3+L8TO+jbZLRIu/HW5jIqiVr
8Dt9nY1Hv34N4BMkGXCyNDCCo6Zi5EtakUIpV6tuZqHENDUe24gYvQw7Q2Dh
iIEWsmSA+QbPWsFv3Eg0nkG0B6bZRq8C+pEaB2D7wTdUF4PrXgiWX2kWEbve
N2TXEQzvTCGGNliWKJsQqnd4wG2ZMQgTA4gQ0XfeN6RKFRUzR7KV6obolW3F
iJsgGfyK3lkydaUaw1KhWK3k64UslqZPTGs9zBdz9QpYrqFmNEGpOrRMkQlF
vvTbdmzjNM6SXKZ4bEfHbITpwLVmqj0FTP3W+WA9qFLUR4h8TcNMpRF2AMFK
UBW2fZz/d+CgyiC/XqW1OhZnkqauTYtTVZqNovYxfeR+V8RWUo2IugB9AtxD
dwIEayMp4GfIwltlyX8QuSRj2SXodPBbwTAbg/YicGDtoq/EwJGUGBAGpoF7
lwL+9BlU5cQCOBJdJELtXMQJAws+W6lX6vlStcxZt9tzNUcFJyZa+6x733E1
5YkpZsCGkYNqZ7roCFw0fsmlb/rdhFIm9KHpxJWCfsF5afhYmHUTKy485I51
GDn0g4F0WSx3h3tg0kgY35Nmcfqh5oEhjUDn21mdPzuXZsNd1i8ewr9xhjFW
vkAhUC1V66V8uVys1ooV4PxcpSS+iI0SX8obU7HUiSkcWUAj811sLGtEDw7B
KuLCxj904zKY3HnkGcMUkTygUqnqiLAo1wqgD4uVSgXQKRfEh1yjzLE4wtO0
Kwuctc0mOVtwGMHDoIPoYbFUKudL+cLQ5DyLBfwOWTa7jKUQm1K9mq8V6iVw
WkulnLgcq0XfqTQtWDLwWYGoY5aAEJg6Nj2T5clrAdWzYC1nOYtxB2H977Zw
1O/u7YUfj5lCXHaJB5i8JHKrw/zpCONBtqQ7wvhv/2kJfTSIrSnDXA8DK+Ki
r9k8YDXjTbo2mE9oShY4C0JH1Ry82wZoQldq2rYAJtmM2Zg8wYN6gOshvKUp
/2rBm888c6TZjCeJeaWRXuOQoAEzz20AZQHiRhMiQs5L4cA/Yhe4YOyaYs0Y
14ZliWxzP0XA79e8x/tRU0Ni5siZQx7mw3QD6mzC44I8S63Z9AYEvClLhsJr
2zuX8WO0zWYpXoCfef3fw2oN7AbSpMggjznwc2sEzXNxgq93BjyD62vnDCwE
Hpzw7iZOFfelrKts92ZwHEjQWHGqFzkNnvLS4SI86rV9oTKT0Xqjx5xfzhpU
q3oP8sA6Iu3/gsZThhfI+tHaKB407HbYXig0goOXVeSBVi0BO/hHT9n9C9O4
r8UlD904/vZgaFuMOoamXzbJjz/48QIyEN1C9OnggC7aQhPq4CD+PJ46eclo
CaHtfd425GNtsDGzMHtUPc63nofWs13r5s4mxXVzXryR5rkH1s5+tJ/2u4D2
UyIlte/qyu2x6TSuXzuGMisUX47k5dGgKNnpkEoClBapYmeRa+ft8YO9WB85
WqUxeaw9i/1OR12mQyoJUFqkyuenFbVuL0zdmM7XV537K/bcq457+sN1OqSS
AKVF6m74+HJy+1gct5fS8XK5HjfqLXs67zAnlw6pJEBpkTo9HspLvdNpj6zT
4X35rrJuM+f+3lDVUjqkkgClRepq2HwcrOVJ7uykKo/OJPe4Ic7uJg+FZzMd
UkmA0iL1dPp8+jB/XD6Vjead/jq8Lx2fVR7U4/ZjSkolAUqLVMk2i+erzuXl
Q6efXxqLqWuy+/sJa3Zm6ZBKApQWqevKqS6Xa4ucnNdad0X3ufuYazwMzfFJ
Ix1SSYDSImWUeqx8fdVcLKcruX1qKPfsag0eqWym5KkkQGmRGrGb14uLxbKn
jmc349Or8YrJJ2ZnPmillOhJgFIgJY/h0235saPU89rjs/rSHDj1o6f1Xevi
mN3Oex9G6l1AqXXfcdMsHfVuWv3btbG4qDeuTyXn6tl4kCYpdV8CoLRILUfD
R7vee1Lqbt3sFY5mYs1ZVMeLh5OUSCUBSouUuaiNxar8dHZWvnkSe/qzXOlO
7/pH4nFKkZAEKC1SBffWlVr51nryfNHqlU4GQ9F6HC0H6mlKpJIApUVqflSs
S6OL/LXVKQ0bg96wXa0tVlcDd5USqSRAqXXf6qy56nWY2G+oN3V3enmpadZZ
Sb9tpFQzSYDSIjXIr9z57dHy5bF91O80Bw+TfufhyVFeXmvpkEoClBap6c2y
VDleTvQ7Ra2PX570wvj5bKQZw25KNZMEKC1StyfVdXs40/Sb/upiXeg8VMav
7rFptJ4/LjzfBZR6903nrKsp7Hjcrpj1l8p5/W7m5HKN5llKSiUBSovURC6o
z7nFyGTT/lBc5HNi/8LWVtJTM6U5nAQotfC8LOmN8Uu5c/o0d1qtC6tvKNXX
lvKQT8noSYDSIvXgnsrDdfv0qtnruo/yonDZqz60zMlN8zYdUkmAUttTdx3N
GB1321NRvrpmPbd1d/myKj8u7lO6WEmA0iK1urstNqsvt5fGRFbn1aPS02W5
d3o7qD+kVMhJgNIilZ805aulWL0w562b19ej10ZROe5OzOJNSiMvCVBapJya
ZI5ej4rVknavnr9ad9blzWN1dvK4Trl8SYDSIqUXb9dHlYfz69eV5MrsuT00
a1dGKe/2u+mQSgKUWk69dF7k0ehsIQ3Nk7b43G49uYVScTIWUyrkJECpXaxW
7foof393Ljrmhbk4uS4MZpWWrrN2SjWTBCgtUouHi8JcHT+VTx7kZn51vuyP
z5vGrXx8mzJolgQoLVK9k+MH1RjVyg996Xz28nzUnupHT83qlZySp5IApUXq
2a7fdUtXR7X1oz6dFC5H0tNRXioUxucpeSoJUFqkcjevlzevD8M7RXss314P
e/c9ffWkGdZzSjmVBCgtUvfFXid/BM7aSM/f316tTq7VqdSV86+DlDZ6EqDU
9tRQOllr+nHHPNdfLqpHR/LjndkRrYvU3kwCoLRIVfuPffeoVjzTrfpLc5S/
yx/XS0b9vlhMaSUkAUrNU/378aTweNFuXDqn19Une5xfaaVLsXGZMuqSBCi1
QtbHF0txtKyd2crpSCvZ0nm9fvxaUpmcUiEnAEodHV6r45Pa61VZWprWaNjP
X9zUj9u37Yf7tNHhBEBpkWo+Lhe9avm1Yg26SqFRfHpaPJ3qndWlmtKeSgKU
Ail3rMPHQn11/PRQbpbM/sls/tRYPAyG1cfz+8Ldx9fvfUhpaeXmO6vH+7p8
Or6bq8XmuP6Sq7Dpcv54klL7JQFKi1T/ZNjI5fIVSTzrGQ+N2YnTu12Zsyf9
OSWrJwFKfWS0rIqX94Vm487KiddHr/Uqa/RWR0Ojl1IlJwFK7bgb65EsjRfX
hZbYnd6OB3eFQu3++vhimtJHTgKUFilLv7tgx6NnaVWoaMW8UZ6rTqe7urye
pVQ0SYDSItWaTE+Vk+LaHl0dn/WuWU1+fRUdudt7SSmpkgClptTTuSSrSmFp
tB3pdNkfqd3u2CkOcscpeSoJUFqkhrP20WXrwh7cP08kZVReGdpzraIspnJK
iyoJUFqkXq6KD81cT7KOjxvFfm90NL+/P3VWjeZFSkZPApQWqdns+XqqltaL
06HaWD5aV8u8bB1PRV1MyVNJgFL7M0cz5cw5ex04peN6/m5ujc+6hjLRB4WU
xksSoLRIdVx32Dh28/mjgaWszord2lRfFp6f57WUjnsSoPRhM0M1V7Oj4fD6
qbuYHhtlQ7qvPHcfXlPaCUmA0iKl3tvNZkOrPT6J88tBo2qrF7cn9lhTOykp
lQQoLVJi5+Tq9qbcXLh39/JlY1Ksyv3V0mwM9JSMngQoLVLnxvljuzo6ub7U
m6u7h5eK7aiXztlSzqeUU0mAUvPUcNQ9nV4qR6Xn/CRnyK+rq6fl8YPTNNOG
YhMApT5zWJde7q5Pr09uagVxZM+uh7cn3YrKtPxjyjOHBECp7anToj18PDbG
9e51rTpYFOT8S2lcrKzOUjJ6EqDUiSX3Z73Hx/zjSb5dUPvDzvq6ZLX0S7t1
kjIvKAlQaivhLG+0+mzZGN2dD5fscl6vzYzHJ3lSScnoSYBShzie3dfcuPtc
c54fTflWV5+eHuT+cnncSUmpJECpHYdH9a509nRhFXIWq1zPTvT1fb84v3JY
SishCVDqFJzHyUrPqyOnMi8p59XVcf7xQtFyD/15Sm8mCVBapCrnZ5PLeaHw
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
w63EJjpIHcTt75nU5n4L2Ornbbs3NPvufXdXPzp7Oh22TmZPV4pmPB9Jt2yt
udPRy/U/ad91TOfmuPlD6JSvb9Lpx2y9qelYY5kaXEpivryztzhYLV6vsljz
6lwucVO2Ovc36vPqzDZhUxYLtfK2TUlc+A5hAm61s4R1wLwfpdY/eif+oNXx
R6cFUrYNttF8/p0VObl5WVutbnvSXsKK5Iul3L5ns1+d/EvzqcrmE49Lc1uJ
no4Ok9rL0M3XFw+vM1QXpVzJ40w0JO2pOY8TINou1DYkeeqICogObAqsMLxi
eWKBjex14JYMW4UndjVhzZfLuA+A2C0OQujjJXFgZl5gA9cN2//90RnfBD4w
EKkVWAK8NitYgg218HMmROS7dB28Gi8+B5O+FBUFYW/gWo7i+gbV2Ju0cWcO
drTEdtPeXTXYEzap+TDI5bhQk7iQFiWweimSZ2c95Heovq0+GY8OYM9NdzWm
6y8o3om8vKu/J4GBsSI3aI7WwiksA3gaGI8gH18yuCeHNz4cCrf9BlKpKIL3
ECcUHjludr18R5vla2VwIWrDPsb7wI1TX+mXTddrOzWCqHIzCJW/iWJEZy4H
b3i+EDB8ExvtChcSBbpCAh8H9ItPRzbkMXZ5jvtRxZzQmFuqliBiPkSLUr1U
LwxvkJdw+shL6Dpt9CccNhLdobduUNGZPk3tG1U8ejo9F09eno3lyeu0qhoj
zXHPutr87vmlp93PK/c3Sm/wVKk81eZi7fFZktjleDR9yDTNTuXxyJ1JZ66U
m8wcPMrg58WqjpjocyGX+1yofs7laKHAycOrplCn0eV4dP3VX/ywE5HKzybY
Ils2g04SPo8bBp8XgzBDD+8TBKf3UGhKhqRIwqcFXxD8MV+Nrcj3LUghX6xU
8rnhAJuIoqXlPT5sGzCUaWAocTi4aQ8v58wY9l1wEpME/JlVN1fz/Fgxcqjo
crUiPs3vmNpFgeC2S8l6QwXR01AiB+GLjAvYn/21DptRxQC/gSafMMBQUHCT
tS/dzXGkcS481jdhp20EekxbXJiEC11OkgXrDL7b2AD5yia5t4R2dkCiBeUh
nG1WSuQ1LhuzYxWv2eB3d5To71wpXxly/P+tkPu3Qi3/b4X6DvfsI2hwQl61
B2Lz8oK3bM1/FvJlDJfyPtlC2++T7d0thudOyNPelbPheGNwH5mTmaioLzBs
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
c5dn/yUoAQA=

-->

</rfc>
