<?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-22" 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-22"/>
    <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="Eva Willems">
      <organization>Independent, Netherlands</organization>
      <address>
        <email>evac.m.willems@proton.me</email>
      </address>
    </author>
    <author fullname="Massimiliano Brighindi">
      <organization>PHI-OMEGA</organization>
      <address>
        <email>phiomega.runtime@gmail.com</email>
      </address>
    </author>
    <author fullname="Iman Schrock">
      <organization>EMILIA Protocol, Inc.</organization>
      <address>
        <email>team@emiliaprotocol.ai</email>
      </address>
    </author>
    <date year="2026" month="September" day="06"/>
    <workgroup>SEAT</workgroup>
    <keyword>AI agents</keyword>
    <keyword>Intra-handshake attestation</keyword>
    <keyword>CVE-2026-33697</keyword>
    <abstract>
      <?line 172?>

<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 review, and have been acknowledged by the relevant stakeholders. Currently, there are <strong>two CVEs of CVSS 7.5, two GHSAs of CVSS 9.1, one GHSA of CVSS 7.8, and six GHSAs of CVSS 7.4 published against intra-handshake (aka early) attestation</strong>. The research papers on these are currently either under submission or being prepared for submission. The artifacts of these papers will be shared with the community under Apache-2.0 license for reproducibility and review.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://muhammad-usama-sardar.github.io/intra-handshake-fail/draft-intra-handshake-fail.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-intra-handshake-fail/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/muhammad-usama-sardar/intra-handshake-fail"/>.</t>
    </note>
  </front>
  <middle>
    <?line 176?>

<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 for intra-handshake (aka early) attestation and finders in (roughly) chronological order of publishing</name>
        <thead>
          <tr>
            <th align="left">GHSA/CVE</th>
            <th align="left">CVSS</th>
            <th align="left">Finders</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI"/></td>
            <td align="left">7.8</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="CVE-2026-33697"/></td>
            <td align="left">7.5</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="EUVD-2026-16488"/></td>
            <td align="left">7.5</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Edgeless-Systems"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI2"/></td>
            <td align="left">9.1</td>
            <td align="left">Muhammad Usama Sardar and Songbo Bu</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI3"/></td>
            <td align="left">9.1</td>
            <td align="left">Muhammad Usama Sardar and Songbo Bu</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-rustls"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-go"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-eov"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-eom"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Privasys-rtc"/></td>
            <td align="left">7.4</td>
            <td align="left">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">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.
Attestation can provide evidence about an agent’s technical state, but such evidence should not be equated with governability. For a relying party, governability also depends on whether the agent’s identity, authority and permissions remain aligned with the intended interaction, whether responsibility for its actions can be attributed, and whether meaningful intervention remains possible. The findings in this draft reinforce that distinction by showing that even the binding between attestation evidence and the intended session can fail. Successful attestation should therefore be treated as one input into governance, rather than as sufficient evidence that an AI agent remains under effective control.</t>
      </section>
    </section>
    <section anchor="technical-details">
      <name>Technical Details</name>
      <section anchor="tool">
        <name>Tool</name>
        <t>We use state-of-the-art symbolic security analysis tool <eref target="https://ieeexplore.ieee.org/document/9833653">ProVerif</eref> for the specification of the protocols.</t>
      </section>
      <section anchor="modeling">
        <name>Modeling</name>
        <t>The formal model uses the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work as the starting point to focus on relay attacks in intra-handshake attestation in this work.
The rationale is that we consider it more useful to show the added value of this contribution to the community by using the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> as the baseline, rather than showing the same diversion attacks from <xref target="ID-Crisis"/>, and the discovered CVE (<xref target="CVE-2026-33697"/>) -- which the previous analysis could not find -- practically demonstrates the added value.
This modeling choice makes it clear that even with the diversion attacks fixed, high-severity relay attacks would still remain in intra-handshake attestation.</t>
        <t>Note: Similar to the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work, we model non-PSK-based handshake.
From <xref target="ID-Crisis"/>:</t>
        <ul empty="true">
          <li>
            <t>For modeling TLS 1.3, we consider handshakes based on Diffie-Hellman over either finite fields or elliptic curves, represented as (EC)DHE. This is because we are unaware of any publicly available specification or implementation of attested TLS with PSK-based handshakes.</t>
          </li>
        </ul>
        <t>While it would be nice to model PSK-based handshake, the rationale is that the correlation properties studied in this work do not necessarily require it.</t>
        <t>Note: The artifacts consider the case of server authentication only, as client authentication is optional in TLS 1.3. No claims are made about other configurations.</t>
      </section>
      <section anchor="properties">
        <name>Properties</name>
        <t>Properties in <xref target="Intra-handshake.fail"/> are complemetary to properties in <xref target="ID-Crisis"/>. Sec. 8 of <xref target="ID-Crisis"/> mentions:</t>
        <ul empty="true">
          <li>
            <t>We emphasize that both diversion and relay attacks are orthogonal and thus the two works are complementary.</t>
          </li>
        </ul>
      </section>
      <section anchor="technical-vulnerability-report">
        <name>Technical Vulnerability Report</name>
        <t>Technical vulnerability report is available at <xref target="Intra-handshake.fail"/>. It is accepted for publication at ESORICS 2026.</t>
        <section anchor="vulnerabilities">
          <name>Vulnerabilities</name>
          <t>Sec. 7.1 of <xref target="Intra-handshake.fail"/> presents the technical details with abstract attack traces of the vulnerabilities.</t>
        </section>
        <section anchor="mitigation">
          <name>Mitigation</name>
          <t>Sec. 7.2 of <xref target="Intra-handshake.fail"/> presents the technical details of the proposed mitigation.</t>
        </section>
      </section>
      <section anchor="artifacts">
        <name>Artifacts</name>
        <t>Artifacts are available at <xref target="Intra-handshake.fail-repo"/> under Apache-2.0 License.</t>
      </section>
    </section>
    <section anchor="sec-news">
      <name>Media Coverage</name>
      <t>Several media professionals and bloggers have covered the vulnerabilities to protect the community from the harm of intra-handshake attestation.</t>
      <ul spacing="normal">
        <li>
          <t><eref target="https://www.theregister.com/security/2026/07/04/confidential-computings-trust-mechanism-is-broken-the-fix-may-not-exist/5266056">The Register</eref></t>
        </li>
        <li>
          <t>(Japanese) <eref target="https://blackhatnews.tokyo/archives/119915">BlackHatNewsTokyo</eref></t>
        </li>
        <li>
          <t>(Several languages) <eref target="https://hackernoon.com/attested-tls-was-supposed-to-be-the-last-trust-boundary-it-isnt-formal-methods-show-how">Hackernoon</eref></t>
        </li>
        <li>
          <t><eref target="https://podcasts.apple.com/eg/podcast/attested-tls-was-supposed-to-be-the-last-trust/id1698517643?i=1000776623286">Apple podcast</eref></t>
        </li>
        <li>
          <t><eref target="https://meterpreter.org/attested-tls-vulnerability-cve-2026-33697/">Information Security News</eref></t>
        </li>
        <li>
          <t><eref target="https://thenextgentechinsider.com/pulse/critical-flaw-discovered-in-confidential-computing-attestation-protocols">TheNextGenTechInsider</eref></t>
        </li>
        <li>
          <t><eref target="https://dailysecurityreview.com/resources/cve-2026-33697-attested-tls-relay-flaw-hits-whatsapp-cocos-ai/">DailySecurityReview</eref></t>
        </li>
        <li>
          <t><eref target="https://www.scworld.com/brief/confidential-computings-remote-attestation-protocol-may-have-fundamental-flaw">SC World</eref></t>
        </li>
        <li>
          <t><eref target="https://blogs.groupware.org.uk/01-Quantum-Inc/the-handshake-that-cant-keep-its-promise-why-confidential-computings-flaw-changes-the-data-sovereignty-conversation/">01 Quantum</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.securitylab.ru/news/574545.php">Security Lab</eref></t>
        </li>
        <li>
          <t>(German) <eref target="https://www.blogspan.net/confidential-computing-attestierung-relay-luecke/">blogspan</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://finance.sina.cn/tech/2026-07-04/detail-inifscxt9953361.d.html">Sina</eref></t>
        </li>
        <li>
          <t><eref target="https://data4biz.com/articles/una-falla-rompe-la-fiducia-del-confidential-computing">data4biz</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.itsec.ru/news/issledovateli-nashli-kriticheskuyu-uyazvimost-v-attested-tls">ITSec</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://post.smzdm.com/p/a82ol990/">smzdm</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://www.donews.com/news/detail/4/6621022.html">donews</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://i.ifeng.com/c/8uUfy0PMmqE">ifeng</eref></t>
        </li>
        <li>
          <t><eref target="https://www.dugganusa.com/post/confidential-computing-s-whole-pitch-is-trust-the-proof-not-the-cloud-two-years-of-formal-verifi">dugganusa</eref></t>
        </li>
        <li>
          <t><eref target="https://github.com/pduggusa/dugganusa-ietf/tree/main/cve-2026-33697-attestation">dugganusa repo</eref></t>
        </li>
        <li>
          <t><eref target="https://sploitus.com/exploit?id=92591A05-07BC-5015-BA3D-B1347B35D684">spoitus</eref></t>
        </li>
        <li>
          <t><eref target="https://news.lavx.hu/article/attested-tls-research-exposes-a-weak-link-in-confidential-computing">lavx news</eref></t>
        </li>
        <li>
          <t><eref target="https://www.sohu.com/a/1045865934_122004016">sohu</eref></t>
        </li>
        <li>
          <t>(Persian) <eref target="https://news.ditty.ir/news/attested-tls-relay-flaw-formal-methods/019f6221-26ca-7293-9ee9-5557b3c0b8f8">news.ditty</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://limpvpn.com/ru/news/attested-tls-whatsapp-privacy-flaw-2026">LiMP VPN</eref></t>
        </li>
        <li>
          <t><eref target="https://daily.dev/posts/kI6PoNzPx">daily.dev</eref></t>
        </li>
        <li>
          <t><eref target="https://warden.veritai.ch/news/researchers-find-attested-tls-flaws-that-weaken-confidential-computing-trust-model">warden</eref></t>
        </li>
        <li>
          <t><eref target="https://db.gcve.eu/sightings/?query=cve-2026-33697">GCVE.eu</eref></t>
        </li>
        <li>
          <t><eref target="https://vulnerability.circl.lu/vuln/CVE-2026-33697#sightings">vuln.lu</eref></t>
        </li>
        <li>
          <t><eref target="https://coderlegion.com/24087/intra-handshake-attestation-when-more-security-doesnt-mean-better-security">coderlegion</eref></t>
        </li>
        <li>
          <t><eref target="https://www.anjuna.io/blog/attested-tls-flaw-explained">Anjuna Security</eref></t>
        </li>
        <li>
          <t><eref target="https://privasys.org/blog/binding-attestation-to-the-tls-session/">Privasys</eref></t>
        </li>
        <li>
          <t><eref target="https://freenode.net/digest/67">freenode</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://blog.csdn.net/weixin_42376192/category_13096766.html">csdn</eref></t>
        </li>
        <li>
          <t><eref target="https://osintsights.com/confidential-computing-flaws-expose-trust-risks">osintsights</eref></t>
        </li>
        <li>
          <t>(Turkish) <eref target="https://hardwaremania.com/haber/arastirma-attested-tls-confidential-computing-icin-zayif-kaliyor/">hardwaremania</eref></t>
        </li>
        <li>
          <t><eref target="https://akber.com/sovereignty-in-the-cloud-is-an-illusion/">akber</eref></t>
        </li>
        <li>
          <t><eref target="https://www.ad-hoc-news.de/wissenschaft/cloud-souveraenitaet-red-hat-startet-reifegrad-assessments-gegen/69691475">ad-hoc news</eref></t>
        </li>
        <li>
          <t><eref target="https://aimultiple.com/privacy-enhancing-technologies">AIMultiple</eref></t>
        </li>
      </ul>
      <section anchor="security-researchers">
        <name>Security Researchers</name>
        <t>Several credible security researchers, such as the following, have publicly attested to it.</t>
        <ul spacing="normal">
          <li>
            <t><eref target="https://www.linkedin.com/posts/michaelpak_confidential-computings-core-trust-mechanism-activity-7479415537836376064-q-A4/">Michael Pak</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/posts/rrbranco_one-more-evidence-that-there-is-no-such-a-share-7479582122366615552-X0A5/">Rodrigo Branco</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/posts/bart-preneel-4451412_on-the-limits-of-confidential-computing-share-7479549718294077440-wfi3/">Bart Preneel</eref></t>
          </li>
          <li>
            <t><eref target="https://www.linkedin.com/in/strufe/recent-activity/all/">Thorsten Strufe</eref></t>
          </li>
        </ul>
      </section>
      <section anchor="germanys-bsi">
        <name>Germany's BSI</name>
        <t>Germany's Federal Office for Information Security (Bundesamt für Sicherheit in der Informationstechnik) has attested to it. Carina Hilt, deputy press spokesperson at BSI, told <eref target="https://www.theregister.com/security/2026/07/04/confidential-computings-trust-mechanism-is-broken-the-fix-may-not-exist/5266056">The Register</eref>:</t>
        <artwork><![CDATA[
CC alone cannot satisfy the requirements for digital sovereignty.
]]></artwork>
        <artwork><![CDATA[
dependencies on other services, such as identity and key
management etc., are also not mitigated by CC.
]]></artwork>
        <t>CC refers to Confidential Computing, and attested TLS is the core trust mechanism of CC.</t>
      </section>
    </section>
    <section anchor="reviews">
      <name>Reviews</name>
      <section anchor="conference-reviews">
        <name>Conference Reviews</name>
        <t><xref target="Intra-handshake.fail"/> has been peer-reviewed and accepted for publication at ESORICS 2026.</t>
      </section>
      <section anchor="ietfirtf">
        <name>IETF/IRTF</name>
        <t>Several participants of the IETF/IRTF have attested to the results by independently reproducing the results and reviewing the code. Some of the participants have independently reproduced the results by developing their own formal models and a proof-of-concept implementation of the vulnerabilities. Some of the messages are mentioned below (<strong>excluding</strong> the messages of authors of <xref target="Intra-handshake.fail"/>):</t>
        <ul spacing="normal">
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/B7F1Dj_rjs8I0Kg3yCp3Rap0XeE/">https://mailarchive.ietf.org/arch/msg/seat/B7F1Dj_rjs8I0Kg3yCp3Rap0XeE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aEV9dUFotAQzHndk23qBcwBT3as/">https://mailarchive.ietf.org/arch/msg/seat/aEV9dUFotAQzHndk23qBcwBT3as/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3Hv0E1sfXsvyBtl6AgY8j-SHHiw/">https://mailarchive.ietf.org/arch/msg/seat/3Hv0E1sfXsvyBtl6AgY8j-SHHiw/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/5LJ6i9svomnhpyPHWPejM7fMmXQ/">https://mailarchive.ietf.org/arch/msg/seat/5LJ6i9svomnhpyPHWPejM7fMmXQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/V_YqGUY3fEwaFwwyfA9DshpHet0/">https://mailarchive.ietf.org/arch/msg/seat/V_YqGUY3fEwaFwwyfA9DshpHet0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/JF_cwmHHEbrJ_W5V6yEetWWnii4/">https://mailarchive.ietf.org/arch/msg/seat/JF_cwmHHEbrJ_W5V6yEetWWnii4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/P_CYTycg0KG7cbKauFA-kVgX2jo/">https://mailarchive.ietf.org/arch/msg/seat/P_CYTycg0KG7cbKauFA-kVgX2jo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ZJjJXpYwZ5nCVmz_W4FK6XiFEY4/">https://mailarchive.ietf.org/arch/msg/seat/ZJjJXpYwZ5nCVmz_W4FK6XiFEY4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/4so3LxHOOXHS1wnvhuoeWWgeCHk/">https://mailarchive.ietf.org/arch/msg/seat/4so3LxHOOXHS1wnvhuoeWWgeCHk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Q6Jmc58v0c1lDV3ujIY0AX_ofGA/">https://mailarchive.ietf.org/arch/msg/seat/Q6Jmc58v0c1lDV3ujIY0AX_ofGA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/n4Me5QPCvwhxcEJndWePyishcoo/">https://mailarchive.ietf.org/arch/msg/seat/n4Me5QPCvwhxcEJndWePyishcoo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/beRzNNvwMifkRfJPfxecGoHpTDs/">https://mailarchive.ietf.org/arch/msg/seat/beRzNNvwMifkRfJPfxecGoHpTDs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/">https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aFCo4BMRDSUynvN9AQJatPjnXag/">https://mailarchive.ietf.org/arch/msg/seat/aFCo4BMRDSUynvN9AQJatPjnXag/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/wb_Ys9MZd9u9oM2Bk-8tv7fvXGg/">https://mailarchive.ietf.org/arch/msg/seat/wb_Ys9MZd9u9oM2Bk-8tv7fvXGg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ov8f-7cZKK5RZ-Mmjc6IhVSB-Fk/">https://mailarchive.ietf.org/arch/msg/seat/ov8f-7cZKK5RZ-Mmjc6IhVSB-Fk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2uUuaD1DygjNDM4GT_-rYbwTiJk/">https://mailarchive.ietf.org/arch/msg/seat/2uUuaD1DygjNDM4GT_-rYbwTiJk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/pB39abN1QrH4_ATM_E78vxPTuxk/">https://mailarchive.ietf.org/arch/msg/seat/pB39abN1QrH4_ATM_E78vxPTuxk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/PxKCxMHe-SAiR9uhOOllrK4mUA4/">https://mailarchive.ietf.org/arch/msg/seat/PxKCxMHe-SAiR9uhOOllrK4mUA4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/T1xupUBwqYEBSHCTXgSHXZtdqz8/">https://mailarchive.ietf.org/arch/msg/seat/T1xupUBwqYEBSHCTXgSHXZtdqz8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/hRw46FwgmVdi9fqZm2fjKbln_IA/">https://mailarchive.ietf.org/arch/msg/seat/hRw46FwgmVdi9fqZm2fjKbln_IA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UG7yE_klmRSxNy2HX6fzuFonDjM/">https://mailarchive.ietf.org/arch/msg/seat/UG7yE_klmRSxNy2HX6fzuFonDjM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2hpeIldeFfE6o9q6L9Vkt00ACKA/">https://mailarchive.ietf.org/arch/msg/seat/2hpeIldeFfE6o9q6L9Vkt00ACKA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/gc2ij0vboehS_-v10-SNslxaZC0/">https://mailarchive.ietf.org/arch/msg/seat/gc2ij0vboehS_-v10-SNslxaZC0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/oO4mAfq5HJZptDDNrSnd7zDdX18/">https://mailarchive.ietf.org/arch/msg/seat/oO4mAfq5HJZptDDNrSnd7zDdX18/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/XuJc_yEJPCMIuYcv2OM7XDogRCU/">https://mailarchive.ietf.org/arch/msg/seat/XuJc_yEJPCMIuYcv2OM7XDogRCU/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/nVHlnbFIEh-cPQeMuDVOqx5YvWQ/">https://mailarchive.ietf.org/arch/msg/seat/nVHlnbFIEh-cPQeMuDVOqx5YvWQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/xVU3C7qUOngcip7B4ZO5MJUT9Xg/">https://mailarchive.ietf.org/arch/msg/seat/xVU3C7qUOngcip7B4ZO5MJUT9Xg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/1gCcPw-7NopDRzzBzA3dFIgo3Rs/">https://mailarchive.ietf.org/arch/msg/seat/1gCcPw-7NopDRzzBzA3dFIgo3Rs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/t8aobzB374lWiLzrVrORY7kGYyQ/">https://mailarchive.ietf.org/arch/msg/seat/t8aobzB374lWiLzrVrORY7kGYyQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/m3UyB6XLQzxaucejE_o8Pn41uSI/">https://mailarchive.ietf.org/arch/msg/seat/m3UyB6XLQzxaucejE_o8Pn41uSI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/gqHqcbbKva_oGE-jEDZu243gf-4/">https://mailarchive.ietf.org/arch/msg/seat/gqHqcbbKva_oGE-jEDZu243gf-4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/QD8QB1WVL-toNovGQ2Tk6DmmeEM/">https://mailarchive.ietf.org/arch/msg/seat/QD8QB1WVL-toNovGQ2Tk6DmmeEM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/vXN2pifZ5GXcC1xLwSfLCnUcFUE/">https://mailarchive.ietf.org/arch/msg/seat/vXN2pifZ5GXcC1xLwSfLCnUcFUE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/MGFXinb85XSaLkqjBEhmBZC7PcI/">https://mailarchive.ietf.org/arch/msg/seat/MGFXinb85XSaLkqjBEhmBZC7PcI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/js9VI4PB8yYmhg2ObaZB1a22fL4/">https://mailarchive.ietf.org/arch/msg/seat/js9VI4PB8yYmhg2ObaZB1a22fL4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/0RzORzX_VdlY5UQ_MWMmxZlnrjs/">https://mailarchive.ietf.org/arch/msg/seat/0RzORzX_VdlY5UQ_MWMmxZlnrjs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/W3MH1BDSUbm1WUPxGQihaIc1zTk/">https://mailarchive.ietf.org/arch/msg/seat/W3MH1BDSUbm1WUPxGQihaIc1zTk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/2_aGylmFHoLmqN7BBcYVoH-rNJk/">https://mailarchive.ietf.org/arch/msg/seat/2_aGylmFHoLmqN7BBcYVoH-rNJk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/7SYSuB83Kmr9qCb1V1F94n9W33U/">https://mailarchive.ietf.org/arch/msg/seat/7SYSuB83Kmr9qCb1V1F94n9W33U/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/0SWfg2YNEAOtJQ7Zsf1xl4O-AOo/">https://mailarchive.ietf.org/arch/msg/seat/0SWfg2YNEAOtJQ7Zsf1xl4O-AOo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/1mfNw-bw8KsdJbl4saL99Fz4iec/">https://mailarchive.ietf.org/arch/msg/seat/1mfNw-bw8KsdJbl4saL99Fz4iec/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/VyifG8zP5aworb_S1NR9FEUEXW0/">https://mailarchive.ietf.org/arch/msg/seat/VyifG8zP5aworb_S1NR9FEUEXW0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/CYwvM75z6rTId2A3ZZvZJmHxOig/">https://mailarchive.ietf.org/arch/msg/seat/CYwvM75z6rTId2A3ZZvZJmHxOig/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/29xFZX5C4oSGkpZAvXT_7YLW2Vc/">https://mailarchive.ietf.org/arch/msg/ufmrg/29xFZX5C4oSGkpZAvXT_7YLW2Vc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/u1HxYW9cJfVpi3Cf9q06ehwpYGE/">https://mailarchive.ietf.org/arch/msg/seat/u1HxYW9cJfVpi3Cf9q06ehwpYGE/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/SG_A0016a-KMnXAkGtMUxokZmjc/">https://mailarchive.ietf.org/arch/msg/seat/SG_A0016a-KMnXAkGtMUxokZmjc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3w7-OW2CAVr0-QBz97eAMxB_nMI/">https://mailarchive.ietf.org/arch/msg/seat/3w7-OW2CAVr0-QBz97eAMxB_nMI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UnybcafvQ2D-IhUfTV228WQFNhA/">https://mailarchive.ietf.org/arch/msg/seat/UnybcafvQ2D-IhUfTV228WQFNhA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rmVNeFbjax26l31n5pitHIxOQkk/">https://mailarchive.ietf.org/arch/msg/seat/rmVNeFbjax26l31n5pitHIxOQkk/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/DghJdG3ysbPFKMQe8czz-tcIMq0/">https://mailarchive.ietf.org/arch/msg/seat/DghJdG3ysbPFKMQe8czz-tcIMq0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rZLacid2wnEtaJwSbiIIft3T0FI/">https://mailarchive.ietf.org/arch/msg/seat/rZLacid2wnEtaJwSbiIIft3T0FI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/_kEBODNsTWjgadb5xnlj86dvhcs/">https://mailarchive.ietf.org/arch/msg/seat/_kEBODNsTWjgadb5xnlj86dvhcs/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/qP3XC0MarFFA3SMbBpWWJtxACNA/">https://mailarchive.ietf.org/arch/msg/seat/qP3XC0MarFFA3SMbBpWWJtxACNA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/kkjQhi4yvJ_iAwYrPw1crFh-m-0/">https://mailarchive.ietf.org/arch/msg/seat/kkjQhi4yvJ_iAwYrPw1crFh-m-0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/vBkdKtKzTt4F91VprfKIndgmT2o/">https://mailarchive.ietf.org/arch/msg/seat/vBkdKtKzTt4F91VprfKIndgmT2o/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Huu_AFu11BTrdxK3I8hmw2jjp8Q/">https://mailarchive.ietf.org/arch/msg/seat/Huu_AFu11BTrdxK3I8hmw2jjp8Q/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/oOnioxkB__QZIvhFn5naW6jIXzg/">https://mailarchive.ietf.org/arch/msg/seat/oOnioxkB__QZIvhFn5naW6jIXzg/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/iWsCCAl8YZ-pOTA7siNUGsfliHQ/">https://mailarchive.ietf.org/arch/msg/seat/iWsCCAl8YZ-pOTA7siNUGsfliHQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/-HGPUR5CvuVWcOAg37cSxwoATm0/">https://mailarchive.ietf.org/arch/msg/seat/-HGPUR5CvuVWcOAg37cSxwoATm0/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/LnLYE7bGQOmCxVXq6stiOtKwc1s/">https://mailarchive.ietf.org/arch/msg/seat/LnLYE7bGQOmCxVXq6stiOtKwc1s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/o_bIJhOdB4j1g0nczxPZwFXtCo8/">https://mailarchive.ietf.org/arch/msg/seat/o_bIJhOdB4j1g0nczxPZwFXtCo8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/hy4qVQJQGR82-bskQ_UGI6iel1Y/">https://mailarchive.ietf.org/arch/msg/seat/hy4qVQJQGR82-bskQ_UGI6iel1Y/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3J3s_YFnf9IQ87Tv2c1q4f36xKQ/">https://mailarchive.ietf.org/arch/msg/seat/3J3s_YFnf9IQ87Tv2c1q4f36xKQ/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/JWKMYY1YG1E2iS_HyQ4rDmOsDGw/">https://mailarchive.ietf.org/arch/msg/seat/JWKMYY1YG1E2iS_HyQ4rDmOsDGw/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/rK1nDSewAbVL_weOp98knYZcg6s/">https://mailarchive.ietf.org/arch/msg/seat/rK1nDSewAbVL_weOp98knYZcg6s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/Wjuz0fIj8tjYocUmiZZXcSwwFHw/">https://mailarchive.ietf.org/arch/msg/seat/Wjuz0fIj8tjYocUmiZZXcSwwFHw/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/SYiV4KZNr20re6QkGmyWS3pPteA/">https://mailarchive.ietf.org/arch/msg/seat/SYiV4KZNr20re6QkGmyWS3pPteA/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/ZYgxm1ibt6p4dL7xF1YNdl0XSpc/">https://mailarchive.ietf.org/arch/msg/seat/ZYgxm1ibt6p4dL7xF1YNdl0XSpc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/6LKgOp22YRxGTYb-i-BxiMGzMW4/">https://mailarchive.ietf.org/arch/msg/seat/6LKgOp22YRxGTYb-i-BxiMGzMW4/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3oHcKPtXLfBUYCZoN1nnO6e1F-s/">https://mailarchive.ietf.org/arch/msg/seat/3oHcKPtXLfBUYCZoN1nnO6e1F-s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/aSybH9ihnNjN7SjdhhY_XtxhMtc/">https://mailarchive.ietf.org/arch/msg/seat/aSybH9ihnNjN7SjdhhY_XtxhMtc/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/d_G8r7LMGjA45BPexZwsfmmAtJY/">https://mailarchive.ietf.org/arch/msg/seat/d_G8r7LMGjA45BPexZwsfmmAtJY/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/u-za86_YJ0spwBXBwTVQzwiOCrU/">https://mailarchive.ietf.org/arch/msg/seat/u-za86_YJ0spwBXBwTVQzwiOCrU/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/P4IMdvCx8lSEKrCiJIjbpBCRr4g/">https://mailarchive.ietf.org/arch/msg/seat/P4IMdvCx8lSEKrCiJIjbpBCRr4g/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/-AO9yFJoflV1wDwwch45dmqkmyo/">https://mailarchive.ietf.org/arch/msg/seat/-AO9yFJoflV1wDwwch45dmqkmyo/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/H0LqHfBasQml69Y-9Zl_njfsE8s/">https://mailarchive.ietf.org/arch/msg/seat/H0LqHfBasQml69Y-9Zl_njfsE8s/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/3hOGlYyc_yntmvT0tjYxldlwaxM/">https://mailarchive.ietf.org/arch/msg/seat/3hOGlYyc_yntmvT0tjYxldlwaxM/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/JbwL9cdl6fiP0vBGgASUUDmaPy8/">https://mailarchive.ietf.org/arch/msg/seat/JbwL9cdl6fiP0vBGgASUUDmaPy8/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/TtewHbMGKBQOKD2sqrgTrnpCOkI/">https://mailarchive.ietf.org/arch/msg/seat/TtewHbMGKBQOKD2sqrgTrnpCOkI/</eref></t>
          </li>
          <li>
            <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/UsIj6o7wf4hX_uCL51TCTv-wFxU/">https://mailarchive.ietf.org/arch/msg/seat/UsIj6o7wf4hX_uCL51TCTv-wFxU/</eref></t>
          </li>
        </ul>
        <section anchor="main-questions">
          <name>Main Questions</name>
          <t>In short, five main questions have been raised by WG participants in support of our work:</t>
          <ul spacing="normal">
            <li>
              <t>What <strong>security property</strong> hybrid (intra- + post-handshake attestation) provides that post-handshake attestation alone cannot provide?</t>
            </li>
            <li>
              <t>Since continuous attestation is required in most use cases, how is <strong>additional complexity</strong> of <strong>intra</strong>-handshake attestation justified? Use cases with one-time attestation can be covered by doing attestation round immediately after Connection Establishment Time: see <eref target="https://www.ietf.org/archive/id/draft-usama-seat-intra-vs-post-04.html#section-6-2">reference</eref>.</t>
            </li>
            <li>
              <t>What is the benefit of doing <strong>signatures</strong> of remote attestation <strong>within</strong> the handshake (as this latency can be exploited)? We add that <strong>verification</strong> of signatures is also time consuming, which can be exploited too. See <eref target="https://www.ietf.org/archive/id/draft-usama-seat-intra-vs-post-04.html#section-4.2.4">reference</eref>.</t>
            </li>
            <li>
              <t>How evidence is bound to the secure channel without involving any <strong>shared secret</strong>?</t>
            </li>
            <li>
              <t>How does a verifying relying party get the legitimate PIIDs and CHIP_IDs?</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="researchers-outside-of-ietfirtf">
        <name>Researchers outside of IETF/IRTF</name>
        <t>Some researchers have approached us confirming the proof-of-concept of the vulnerabilities in intra-handshake attestation. More information will be added once their pre-prints/papers are public.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>All of this document is about the <strong>insecurity</strong> of <strong>intra</strong>-handshake (aka early) attestation.</t>
      <t>By no means should the vendors mentioned in this draft be considered less secure than any other vendors implementing intra-handshake attestation solutions. In particular, those who have closed-source implementations are most likely more vulnerable than the open-source ones, since the former cannot easily be reviewed by the security community. Even extensive security reviews -- of closed-source implementations -- by cybersecurity firms often do not perform formal analysis, and thus such reviews may miss corner cases and subtle vulnerabilities.</t>
    </section>
    <section anchor="ethical-considerations">
      <name>Ethical Considerations</name>
      <t>We (i.e., the super set of all authors involved in this research, including but not limited to Muhammad Usama Sardar, Mariam Moustafa, Tuomas Aura, Viacheslav Dubeyko, Jean-Marie Jacquet, Songbo Bu, Chengxin Huang, Haowen Song, Kaya Ercihan, Massimiliano Brighindi, and Iman Schrock) are ethical researchers aiming to protect the community from the potential harm caused by the exploitability of the vulnerabilities in intra-handshake attestation. We have responsibly disclosed the vulnerabilities to the respective developers and maintainers following their respective disclosure processes and provided them our proposed mitigations and requested them to take rapid action.</t>
      <t>We have released only the formal analysis for published CVE. To minimize exploit in the wild, we have not publicly released the proof-of-concept exploit code.</t>
      <t>We have not retrieved any real data from any real system. We have not released any key to any public forum or to any person.</t>
      <section anchor="evidence-of-explanation-of-vulnerabilities-to-the-authors-of-vulnerable-drafts">
        <name>Evidence of Explanation of Vulnerabilities to the Authors of Vulnerable Drafts</name>
        <t>To the best of our abilities, knowledge, and understanding, we have tried to explain the vulnerabilities to the authors of vulnerable drafts <xref target="I-D.fossati-tls-attestation-09"/>, <xref target="I-D.fossati-seat-early-attestation"/>, and <xref target="I-D.ritz-seat-facts"/> first privately in several meetings and then later on publicly for at least half a year at several forums, including but not limited to CCC Attestation SIG and IETF/IRTF. Please see the (non-exhaustive list of) recordings <xref target="sec-recordings"/> and the archives <xref target="sec-archives"/> below. We sincerely thank the authors of <xref target="I-D.fossati-tls-attestation-10"/> for withdrawing their draft to protect further exploits mentioned in <xref target="sec-news"/>.</t>
        <section anchor="sec-recordings">
          <name>Recordings</name>
          <table>
            <name>Evidence of several explanations of vulnerabilities to the authors of vulnerable drafts</name>
            <thead>
              <tr>
                <th align="left">Event/Host</th>
                <th align="left">Venue</th>
                <th align="left">Date(s)</th>
                <th align="left">Evidence</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">
                  <eref target="https://lpc.events/event/20/">Linux Plumbers Conference 2026</eref></td>
                <td align="left">Prague, Czechia</td>
                <td align="left">5-7 Oct, 2026</td>
                <td align="left">slides, video</td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ga4gh.org/event/14th-plenary/">GA4GH 14th Plenary Meeting</eref></td>
                <td align="left">Singapore</td>
                <td align="left">28 Sept-2 Oct, 2026</td>
                <td align="left">slides, video</td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://sites.google.com/di.uniroma1.it/esorics2026/">ESORICS 2026</eref></td>
                <td align="left">Rome, Italy</td>
                <td align="left">14-18 Sept, 2026</td>
                <td align="left">slides</td>
              </tr>
              <tr>
                <td align="left">IETF RATS Interim meeting</td>
                <td align="left">Virtual</td>
                <td align="left">14 Sept, 2026</td>
                <td align="left">slides, video</td>
              </tr>
              <tr>
                <td align="left">Hackathon @ <eref target="https://summit.riot-os.org/2026/">RIOT Summit 2026</eref></td>
                <td align="left">Grenoble, France</td>
                <td align="left">4 September, 2026</td>
                <td align="left">
                  <eref target="https://notes.inria.fr/2ppogr2fTSKusRog3RXbPQ?view#topic-security-analysis-of-attested-tls-and-attested-edhoc">topic synopsis</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://summit.riot-os.org/2026/">RIOT Summit 2026</eref></td>
                <td align="left">Grenoble, France</td>
                <td align="left">2-4 September, 2026</td>
                <td align="left">
                  <eref target="https://summit.riot-os.org/2026/blog/speakers/muhammad-usama-sardar/">abstract</eref>, <eref target="https://www.researchgate.net/publication/413988306_Security_Analysis_of_Attested_TLS_and_Attested_EDHOC">slides</eref>, video</td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ga4gh.org/work_stream/data-security/">Data Security Work Stream (DSWS)</eref> at the <eref target="https://www.ga4gh.org/">Global Alliance for Genomics and Health (GA4GH)</eref></td>
                <td align="left">Virtual</td>
                <td align="left">24 Aug, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/413569575_High-Severity_Vulnerabilities_in_Former_GIF_Design_for_Attested_TLS_draft-fossati-seat-early-attestation">slides</eref>, <eref target="https://us02web.zoom.us/rec/share/UAn381deia-aMNmjGHhMqxocc1HcyF7ksLlaeeKefxO4bSC2mHPzwPQPYGe2dnZR.zfleYCmmtiteo_NS">video</eref></td>
              </tr>
              <tr>
                <td align="left">Confidential AI Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">21 July, 2026</td>
                <td align="left">
                  <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/odgd_xmhjQXiR_aLYdqtVvDJeF4/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">21 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-seat-binding-properties-of-expat-00.pdf">slides</eref>, <eref target="https://youtu.be/Fb5Hzh1mp1E?t=4189">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">IETF 126 Hackdemo Happy Hour</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">20 July, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">demo</eref></td>
              </tr>
              <tr>
                <td align="left">Confidential Computing Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">20 July, 2026</td>
                <td align="left">
                  <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/V9BKZJ_DGkZPdlnjBaUeyluhbqQ/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hotrfc-sessa-15-confidential-computing-and-digital-sovereignty-00">slides</eref>, <eref target="https://youtu.be/FDHWRijxKso?t=3285">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ietf.org/meeting/hackathons/126-hackathon/">IETF 126 Hackathon</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hackathon-sessd-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/GRqyrDIEgEw?t=1340">video</eref></td>
              </tr>
              <tr>
                <td align="left">IEPG @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/g8q_u19vXzk?t=4404">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">Workshop</eref> @ <eref target="https://www.wissenschaftsnacht-dresden.de/en/">Dresden Science Night 2026</eref></td>
                <td align="left">Dresden</td>
                <td align="left">26 June, 2026</td>
                <td align="left">
                  <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">demo</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://output-dd.de/">Output 2026</eref></td>
                <td align="left">Dresden</td>
                <td align="left">25 June, 2026</td>
                <td align="left">
                  <eref target="https://output-dd.de/projekte/relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems/">demo</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://events.linuxfoundation.org/confidential-computing-summit/">Confidential Computing Summit 2026</eref> (presented by Jens Albers)</td>
                <td align="left">San Francisco, USA</td>
                <td align="left">23-24 June, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411851358_Standardization_of_Attested_TLS">poster</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://confidentialcontainers.org/">Confidential Containers Community Meeting</eref> @ <eref target="https://www.cncf.io/">Cloud Native Computing Foundation</eref></td>
                <td align="left">Virtual</td>
                <td align="left">30 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411849492_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref>, <eref target="https://zoom.us/rec/share/3thZhsRi-BZJL-GqjnwGzh7inbltuKIlpVjqMlWp6WRdMTZ66Z8p-8YjaaeOfbhX.CoH6YBukaKua0gkt">video</eref> around timestamp 00:27:00</td>
              </tr>
              <tr>
                <td align="left">GIF Project showcase @ <eref target="https://www.ga4gh.org/event/april-connect-2026/">GA4GH April Connect 2026</eref></td>
                <td align="left">Montreal, Canada (virtual)</td>
                <td align="left">17 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/412136610_Trusted_Research_Environment_TRE_Open_Suite">slides</eref>, <eref target="https://youtu.be/Kr9oxp1fdn0?t=1083">video</eref>, <eref target="https://www.ga4gh.org/document/arpril-connect-2026-meeting-report/">report</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://sos-vo.org/group/hotsos/">NSA Symposium on Hot Topics in the Science of Security (HotSoS) 2026</eref></td>
                <td align="left">Virtual</td>
                <td align="left">16 April, 2026</td>
                <td align="left">
                  <eref target="https://sos-vo.org/group/hotsos/2026/sardar">abstract</eref>, <eref target="https://sos-vo.org/system/files/2026-04/20260416_HotSoS%20%281%29.pdf">slides</eref>, <eref target="https://sos-vo.org/group/hotsos/2026/sardar">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://fg-pet.gi.de/veranstaltung/15th-privacy-enhancing-techniques-convention">PET-CON 2026.1: 15th Privacy Enhancing Techniques Convention</eref></td>
                <td align="left">Karlsruhe, Germany</td>
                <td align="left">16-17 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411849502_Formal_Analysis_of_Attested_TLS">slides</eref>, <eref target="https://www.researchgate.net/publication/411852738_Formal_Analysis_of_Attested_TLS_and_Standardization_in_the_IETF">poster</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://gtmfs2026.sciencesconf.org/program?lang=en">GTMFS 2026: Annual Meeting of the WG "Formal Methods in Security"</eref></td>
                <td align="left">Luz-Saint-Sauveur, France</td>
                <td align="left">24-26 Mar, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411853715_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref></td>
              </tr>
              <tr>
                <td align="left">CFRG @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">19 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-cfrg-relay-attacks-00">slides</eref>, <eref target="https://youtu.be/IfKgbO74Lt4?t=6054">video</eref></td>
              </tr>
              <tr>
                <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref> (relay)</td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">17 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-seat-security-analysis-00">slides</eref>, <eref target="https://youtu.be/hX7genEkN7w?t=676">video</eref></td>
              </tr>
              <tr>
                <td align="left">Side meeting @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">16 Mar, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/403474373_Proposed_RG_Confidential_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">LAKE @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">16 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-lake-formal-analysis-of-attested-edhoc-00">slides</eref>, <eref target="https://youtu.be/JzfLpbnhl0A?t=3117">video</eref></td>
              </tr>
              <tr>
                <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">15 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hotrfc-sessa-formal-proof-of-insecurity-of-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/OtOo7Nogisw?t=3514">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ietf.org/meeting/hackathons/125-hackathon/">IETF 125 Hackathon</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">14-15 Mar, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/125/hackathon#relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hackathon-sessd-relay-attacks-in-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/62A58qH19MI?t=2270">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">10 Feb, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksGen_20260210.pdf">slides</eref>; <eref target="https://www.youtube.com/watch?v=idqwb0hFlhs&amp;list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1061s">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/session/rats">IETF RATS Interim meeting</eref></td>
                <td align="left">Virtual</td>
                <td align="left">9 Feb, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/materials/slides-interim-2026-rats-01-sessa-relayattacks-00.pdf">slides</eref>, <eref target="https://youtu.be/gURY61dViPw?t=1474">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://fosdem.org/2026/schedule/track/confidential-computing/">Confidential Computing</eref> devroom at <eref target="https://fosdem.org/2026/">FOSDEM 2026</eref></td>
                <td align="left">Brussels, Belgium</td>
                <td align="left">31 Jan-1 Feb, 2026</td>
                <td align="left">
                  <eref target="https://fosdem.org/2026/schedule/event/GHGFBM-attestedtls/">abstract</eref>, <eref target="https://fosdem.org/2026/events/attachments/GHGFBM-attestedtls/slides/267432/20260201_60u9e0n.pdf">slides</eref>, <eref target="https://video.fosdem.org/2026/ud6215/GHGFBM-attestedtls.av1.webm">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">27 Jan, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksProposal_20260127.pdf">slides</eref>; <eref target="https://youtu.be/P04tLJcSxfM?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=434">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">13 Jan, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacks_20260113.pdf">slides</eref>; <eref target="https://youtu.be/cSrCZNyo7_g?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1083">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">16 Dec, 2025</td>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation/meetings/blob/main/materials/MuhammadUsamaSardar_Binding_Properties_20251216.pdf">slides</eref>; <eref target="https://youtu.be/w_MrjMeHyP8?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=593">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">2 Dec, 2025</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_Open_Questions_20251202.pdf">slides</eref>; <eref target="https://youtu.be/16aGZ-oZidg?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=2920">video</eref></td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="sec-archives">
          <name>Archives</name>
          <t>Since January, we have publicly informed the authors of vulnerable drafts <xref target="I-D.fossati-tls-attestation-09"/>, <xref target="I-D.fossati-seat-early-attestation"/>, and <xref target="I-D.ritz-seat-facts"/> and shared our results with the community for review and to raise awareness on high-severity vulnerabilities and apply appropriate mitigations for the safety of their users:</t>
          <section anchor="ietfhttpswwwietforg">
            <name><eref target="https://www.ietf.org/">IETF</eref></name>
            <ul spacing="normal">
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/x3eQxFjQFJLceae6l4_NgXnmsDY/">SEAT WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/rats/6gbqx0XY8WYrH3Mx4vO8n2-uKgY/">RATS WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/tls/8lyqHh9y7_Lv6b1iXhpUqYrp0M0/">TLS WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/lake/Tovtl7wgvzwJWT2I2ZwnhoIOnYQ/">LAKE WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/saag/jBZVk7YySwpaFqydAfxW33kNZPY/">SAAG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/practical-cybersecurity/d65WPaC0WbZRwxTBclnTkf7SmRs/">Practical Cybersecurity list</eref></t>
              </li>
              <li>
                <t>Agent2agent list <eref target="https://mailarchive.ietf.org/arch/msg/agent2agent/ubz7uXCs--YzuSWyXNNsmWf_tSQ/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/agent2agent/xHhjA94fzed6ONIvPRgwTT-WRmA/">thread2</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/dmsc/QC2adIcYkxiTlniEcc7ggk86BAY/">DSMC list</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/hackathon/PIrJ2O_QqcNUAnMIn_Vh22ImWMc/">Hackathon</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/126attendees/V9BKZJ_DGkZPdlnjBaUeyluhbqQ/">126attendees</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="irtfhttpswwwirtforg">
            <name><eref target="https://www.irtf.org/">IRTF</eref></name>
            <ul spacing="normal">
              <li>
                <t>UFMRG: <eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/ZWK0uMM92OdwlPbgXBvQApDpe5Q/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/ZRhR7o1HrWxfGDfgRJMR65RBkDE/">thread2</eref></t>
              </li>
              <li>
                <t>CFRG <eref target="https://mailarchive.ietf.org/arch/msg/cfrg/NbxHIw9H_xpSYbgfO_n7lVIFeWs/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/">thread2</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/din/_8LE3Ru1xX16hgGJwryMTRwRoaA/">DINRG</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="ccchttpsconfidentialcomputingio">
            <name><eref target="https://confidentialcomputing.io/">CCC</eref></name>
            <ul spacing="normal">
              <li>
                <t>Attestation SIG: <eref target="https://lists.confidentialcomputing.io/g/attestation/topic/117207133">thread1</eref> and <eref target="https://lists.confidentialcomputing.io/g/attestation/message/334">thread2</eref></t>
              </li>
              <li>
                <t>TAC: <eref target="https://lists.confidentialcomputing.io/g/tac/topic/117932193">thread1</eref> and <eref target="https://lists.confidentialcomputing.io/g/tac/topic/120068850">thread2</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="ocphttpswwwopencomputeorg">
            <name><eref target="https://www.opencompute.org/">OCP</eref></name>
            <ul spacing="normal">
              <li>
                <t>OCP Security: <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/117932716">message1</eref>, <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120069056">message2</eref>, <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120483814">message3</eref> and <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120524635">message4</eref></t>
              </li>
            </ul>
            <t>If you know any other relevant mailing list that we should inform for protection of users, please let us know.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="contributions">
      <name>Contributions</name>
      <t>Contributions to the draft are welcome at https://github.com/muhammad-usama-sardar/intra-handshake-fail.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="Intra-handshake.fail" target="https://www.researchgate.net/publication/408219182_Intra-handshakefail_CVE-2026-33697_High-severity_CVE_in_Attested_TLS">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="June"/>
          </front>
        </reference>
        <reference anchor="Intra-handshake.fail-repo" target="https://github.com/muhammad-usama-sardar/intra-handshake.fail">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="July"/>
          </front>
        </reference>
        <reference anchor="CVE-2026-33697" target="https://www.cve.org/CVERecord?id=CVE-2026-33697">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>CVE</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="EUVD-2026-16488" target="https://euvd.enisa.europa.eu/enisa/EUVD-2026-16488">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>ENISA</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-vfgg-mvxx-mgg7">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI2" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-4px3-wj2x-xx47">
          <front>
            <title>Cocos AI intra-handshake attested TLS implementation is vulnerable to session-misbinding attacks for Intel TDX verifier path</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI3" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-4r6g-mp48-j2rw">
          <front>
            <title>Cocos AI intra-handshake attested TLS implementation can accept Evidence with nil, empty, or omitted reportData in the AMD SEV-SNP path</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="GHSA-Edgeless-Systems" target="https://github.com/edgelesssys/contrast/security/advisories/GHSA-hjgc-jc5v-fw7h">
          <front>
            <title>Remote attestation is susceptible to relay attacks</title>
            <author initials="" surname="Edgeless Systems">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="SEAT-vulnerability-report" target="https://mailarchive.ietf.org/arch/msg/seat/x3eQxFjQFJLceae6l4_NgXnmsDY/">
          <front>
            <title>Relay Attacks in Intra-handshake Attestation for Confidential Agentic AI Systems</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <date year="2026" month="January"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-rustls" target="https://github.com/Privasys/rustls/security/advisories/GHSA-j6qv-435v-r492">
          <front>
            <title>Privasys RA-TLS challenge mode did not bind attestation evidence to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-go" target="https://github.com/Privasys/go/security/advisories/GHSA-7jfw-53rm-phh2">
          <front>
            <title>Privasys Go fork: RA-TLS challenge mode did not bind attestation evidence to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-eov" target="https://github.com/Privasys/enclave-os-virtual/security/advisories/GHSA-p5fp-g94g-g9m9">
          <front>
            <title>enclave-os-virtual: RA-TLS challenge certificates were not bound to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-eom" target="https://github.com/Privasys/enclave-os-mini/security/advisories/GHSA-49qm-4pj3-w2c6">
          <front>
            <title>enclave-os-mini: RA-TLS challenge certificates were not bound to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="GHSA-Privasys-rtc" target="https://github.com/Privasys/ra-tls-clients/security/advisories/GHSA-5qrc-v874-mxvx">
          <front>
            <title>ra-tls-clients: RA-TLS challenge verifier accepted quotes not bound to the TLS session</title>
            <author initials="" surname="Privasys">
              <organization/>
            </author>
            <date year="2026" month="September"/>
          </front>
        </reference>
        <reference anchor="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 774?>

<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>Andrew Miller</t>
        </li>
        <li>
          <t>Kubilay Ahmet Küçük</t>
        </li>
        <li>
          <t>Iman Schrock</t>
        </li>
        <li>
          <t>Sophie Schmieg</t>
        </li>
        <li>
          <t>Davyd Okaianchenko</t>
        </li>
        <li>
          <t>Alistair Woodman</t>
        </li>
        <li>
          <t>Göran Selander</t>
        </li>
        <li>
          <t>Tom Sato</t>
        </li>
        <li>
          <t>Jakub Maria Plutowski</t>
        </li>
        <li>
          <t>Martin Friedrich</t>
        </li>
        <li>
          <t>Patrick Duggan</t>
        </li>
        <li>
          <t>Deb Cooley</t>
        </li>
      </ul>
      <t><strong>Identity Crisis</strong> <xref target="ID-Crisis"/></t>
      <t>We would like to thank our co-authors of complementary paper <xref target="ID-Crisis"/> for their valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Tuomas Aura</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful feedback:</t>
      <ul spacing="normal">
        <li>
          <t>Ionut Mihalcea</t>
        </li>
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
        <li>
          <t>Thomas Fossati</t>
        </li>
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Hannes Tschofenig</t>
        </li>
        <li>
          <t>Yaron Sheffer</t>
        </li>
        <li>
          <t>Laurence Lundblade</t>
        </li>
        <li>
          <t>Giridhar Mandyam</t>
        </li>
        <li>
          <t>Christopher Patton</t>
        </li>
        <li>
          <t>Jonathan Hoyland</t>
        </li>
        <li>
          <t>Richard Barnes</t>
        </li>
      </ul>
      <t><strong>refTLS</strong> <xref target="refTLS"/></t>
      <t>We sincerely thank the following for the foundational formal model of draft 20 of TLS 1.3 in their work <xref target="refTLS"/> that we have used as the foundation of all of this work:</t>
      <ul spacing="normal">
        <li>
          <t>Karthikeyan Bhargavan</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Nadim Kobeissi</t>
        </li>
      </ul>
      <t><strong>General</strong></t>
      <t>Several others at the IETF, IRTF, CCC, and GA4GH have contributed by providing feedback over the years. A non-exhaustive list of contributors is <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00#page=17">here</eref>.</t>
      <t>Muhammad Usama Sardar is funded by German Research Foundation ("Deutsche Forschungsgemeinschaft.")</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
w6c+HR78/zzAIK/rFwEA

-->

</rfc>
