<?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-21" 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 9.8 upcoming)</title>
    <seriesInfo name="Internet-Draft" value="draft-intra-handshake-fail-21"/>
    <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="Massimiliano Brighindi">
      <organization>PHI-OMEGA</organization>
      <address>
        <email>phiomega.runtime@gmail.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="05"/>
    <workgroup>SEAT</workgroup>
    <keyword>AI agents</keyword>
    <keyword>Intra-handshake attestation</keyword>
    <keyword>CVE-2026-33697</keyword>
    <abstract>
      <?line 168?>

<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"/> 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 have been acknowledged by the relevant stakeholders. Currently, there are two CVEs of CVSS 7.5, two GHSAs of CVSS 9.1, one GHSA of CVSS 7.8, and six GHSAs of CVSS 7.4 published against <strong>intra</strong>-handshake (aka early) attestation.</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 172?>

<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">
                <eref target="https://ai.meta.com/static-resource/private-processing-technical-whitepaper">Meta's AI</eref></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</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></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.</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>
        <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.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">6</td>
            </tr>
          </tbody>
        </table>
        <t>For TLS reference, Heartbleed was CVSS 7.5.</t>
      </section>
    </section>
    <section anchor="credits">
      <name>Credits</name>
      <table>
        <name>GHSAs/CVEs 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">TBA</td>
            <td align="left">TBA</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>
      <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 firmware + RMP/SEV machinery</td>
            </tr>
            <tr>
              <td align="left">
                <strong>VM</strong></td>
              <td align="left">Trust Domain (TD)</td>
              <td align="left">SNP confidential VM</td>
            </tr>
            <tr>
              <td align="left">
                <strong>Quoting Agent</strong></td>
              <td align="left">TDQE / quote-generation path</td>
              <td align="left">AMD-SP / SNP attestation firmware</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">
                <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">TLS ECDHE</td>
              <td align="left">Inside confidential VM</td>
              <td align="left">Network stack</td>
              <td align="left">OS/library CSPRNG</td>
            </tr>
            <tr>
              <td align="left">AK / VCEK / VLEK</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 OS</td>
              <td align="left">Data binding</td>
              <td align="left">No independent entropy requirement</td>
            </tr>
          </tbody>
        </table>
      </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>
        </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.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">3 (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">2</td>
          </tr>
          <tr>
            <td align="left">7.4</td>
            <td align="left">High</td>
            <td align="left">7 (5 confirmed by developers)</td>
          </tr>
          <tr>
            <td align="left">6.3</td>
            <td align="left">Medium</td>
            <td align="left">2</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</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>]</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: <eref target="https://github.com/Privasys/rustls/releases/tag/privasys-v0.8.1">Acknowledgment</eref> of applicability of <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>] and <strong>archived</strong></t>
        </li>
        <li>
          <t>Pirvasys go: <eref target="https://github.com/Privasys/go/releases/tag/privasys-v0.5.1-go1.26.5">Acknowledgment</eref> of applicability of <xref target="CVE-2026-33697"/> [<strong>Severity = HIGH (CVSS 7.5)</strong>] and <strong>archived</strong></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>From a security perspective, intra-handshake attestation does more damage than protection for AI agents.</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>?</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="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="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>
      </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 766?>

<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>
      </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>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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
hWp+JNWKQp0pRLXCe1TbAJROTKcTfoY9WN/vjtQqSFmp+B61FoOu/dxl7dVV
OQG1CpUfSqzsx2n1gzmMonphAZtPtUz2PapJRbn1JFpPmpqEx7KVLNlDf/0i
uJqrs18/RXNwg4RPts7FjWW3Jsh//fS3A57oWPXzMsM0xzBvEy9Cp5oH2Nue
bK/WSbhhdiqvc/Hzmf8U6bZUr8ALkDC/OLiEiErfNtLpLduvfeApqxYvORRk
vDnQxNIV4NUJ5jM5fj7TGzrTpUWzGZbCYWnRzMbCuFg2Og5CFRDyiIXZ+JqN
5X6284VW4Bduse1wXQ4PBAFvpcYIx31k33yk73COXS+bz9fN03OFyayo5wcX
4wfTcOqPAViyEj8OFk2vdHE8fFlmHh7L9492O9dd5ueXZTMremfjECxet/Vx
qGg3lPXVS3tSWZUG5/PiUNIeJrPbl0d7lulmAqAUHvg4VPTR031r7uqlxXj+
uji972c72aeFObE6l+bjdUjZavXjZJXlcfr55OluWnpc9RYzufmyUquj5X0u
N714ugrnf4UGGa+LiRXpoBz46FizAIYYK/RJq8XC/ZVcy9wPn24Wy/6Jopv9
6ajUM6hxMw5PuR5Zcg95zvZXd2IzWZU+OrS8BpD2hq8l76HmiOLjq9e7Xz1c
XDjG/Wjg9q4xLRE2gA89+z3Ql+3Jc7WSH70ytXh50Zlf3YwX/b54f2NUA1rW
e91aIsKphqOkr2tZWe0oj9Ol1tdNraEopfF4Wi6eVMNF2hI02A94HS646tin
2cvB9YtycVs1ux1zcDfJZjvGfVcJoEfzf358zlAoOG7eCA47Jjhum92b1pfE
HMA7Wj7dn2W8breSvVQX+tVw/HAyv67O6jNW+N619+HeTG5KltS275ejVn00
vjnt3hQLNyfTesNHm2LYSZGme2Iuhst2Z1FpD5az3uNwPLocmCX9rtNk9853
4vyB62c4o3Yubj4sScAWSw/K543cjSctH6TiZNw6Xdirbv9mcWPJ1fUKg9my
6xTb9zHpHJpv/LiRtW3ZcSPhxbs74IzTEVWbpsTxtCSVspmSlMvtIl8imP5t
e+kceCCEdL9a+y5EweJfI1jJZaXK9yMYgZXNZIrlciETLsBl7Sq+w7AylL/P
IhsNHgvPlWA+/jQjE7KUmSjreopOGx0+LrwkBi/FJlOSiugn+1CyiaFQeG6w
PiTCNCQ+twre/7kGnfthoPPlXBkjs7QEPvT8D4NeyOaLuQIsSmckgIlNxWKR
cmIscpvLoO9w1+ExCOk9qsYHm9UvYObGKi/m42VBfi0bGWPHwoyXP+kMuzHQ
CFQGJ3SqF9U3Ba79WO013v5pWvxJXl+I5bEHWN0zBK2BUKpKUOBGwRMwt02q
9WHqr59G4HswsMjjz/CKeSzjMhnWQco21hljMfAqXqzZ4fdkakG/iqgxPuIJ
GljUyJiKyNAKYZWlRxE9nP3I06ki1KAaS78g/k3ZsH97Ki8JVXnl/gzrOMjG
DWrAUwFt/IJwasXg8ELFwH/BAjaHt2HgR0cC3Ya6vqwVa9kiRd6CE7nfk98S
TD0/nM37Pb9Q1eRCcyZ+iSDdy4uOgF9pRoY6UzQuJH0/aV2N6pvrWugZ+GWK
WJfnuOs+IyfgQttIxyb2l8B+H+A2roQz5A9ZuNRMGb6r27Iztfy/5ppycHB0
tO1O0aOjnZeN8ukQ92LBOkcYC+UQKcUS+SojlrQUO+HQxHBV5rLukVuGSVC2
NuQ19TSnt6XQNDr1qhjDvJBLkPNCHmVbiKeZdLc7MtSaxbijNGH6DL8P6s0t
cye6hE/D1hRs9QAspyM5T72JBfS2nb//TxM+AqZT2KY3nrrin6KV37hEtoeF
2OAnKxOYCiyRC9wnnOGdxjZ87D/LmOjXBgbh74M6EPoTy3AsBP8ITiLM6VST
aX2vwO3VhQttapkW7BH4pgayYiXcazp/vmpa5srATi/RsragJYCNY9Rh4Syh
C2YBbB5iCJiUNTHx0m7v7/8f4OC6Dod2AiIRGKkt6wx7mzAqyO+5sjfEiQT1
6dhYY12QLrz9D9GMVbCHZDj3LPj3mQeurLwSqhMDhN7Z3//z7///3/9zCj9E
C9ZpxNlEw3yhiaGxMU1lvlKFy6msEXlhXkgCFLoy7J17y1IBAHzV+vv/shES
g2VQOdlBDPRkF58/lafekK8cFj661sKZauu1aGKlL/DAhMgPzAqiq+6NxwS4
zoYgki2drWhXBbdK12wNRBXfUHWRf/roLiKBxPvsUK8Fe7XeVGtYERGxZy+9
ZcdIJ4Kfs60C8U7jdyzTc4HVJmDqMHn75haJ2wGnJg+4bNlybWz04gh9R5lY
I2ZquPSPso3m5YSNRrSg57LH61TPQdEMgbeRY1uarakTENxdQHElG8SIQEFQ
8qiuYTld4vNTy5Sp5UbbWiGLwFc3sOKyrQonMjC9g6trsxGoBFpU/k9/RbcV
D78R5cI6BZZXSod3TlN7IFJS2Qz+G4MWUirnJ8dpvKtUZMzQnKAQGLVckJ2N
IYL+FkFzllBhnAFPT4D3VjDXE5jfWJ7L5jYpdQHCwRDOrCHTYJFx+i2GMSfQ
EgfhjeBk9DhBUSBGj44FdAWPscqbx8d4jiXviBKwJ0/r5X0UiESBRYBlEwSK
FHNKqArbS7/XoKh5hyN8xcvr/wkJ9L/MwLr8VSodgrWxtRcIIjfCFgI0ZZ4m
F/YNiqT1Cp8/1Znn4hEZ6RZl4pljBy+k1/wc9NSnw4P/DTuyX88TEwEA

-->

</rfc>
