<?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-19" 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-19"/>
    <author fullname="Muhammad Usama Sardar">
      <organization>TU Dresden, Germany</organization>
      <address>
        <email>muhammad_usama.sardar@tu-dresden.de</email>
      </address>
    </author>
    <author fullname="Viacheslav Dubeyko">
      <organization>CoreWeave</organization>
      <address>
        <email>slava@dubeyko.com</email>
      </address>
    </author>
    <author fullname="Songbo Bu">
      <organization>Shanghai Guan An Information Technology Co., Ltd., China</organization>
      <address>
        <email>bluedognull@gmail.com</email>
      </address>
    </author>
    <author fullname="Chengxin Huang">
      <organization>Independent</organization>
      <address>
        <email>aurestarnull@gmail.com</email>
      </address>
    </author>
    <author fullname="Haowen Song">
      <organization>Shanghai Guan An Information Technology Co., Ltd., China</organization>
      <address>
        <email>havan12050544@gmail.com</email>
      </address>
    </author>
    <author fullname="Kaya Ercihan">
      <organization>Switch</organization>
      <address>
        <email>kaya.ercihan@switch.ch</email>
      </address>
    </author>
    <author fullname="Massimiliano Brighindi">
      <organization>PHI-OMEGA</organization>
      <address>
        <email>phiomega.runtime@gmail.com</email>
      </address>
    </author>
    <author fullname="Iman Schrock">
      <organization>EMILIA Protocol, Inc.</organization>
      <address>
        <email>team@emiliaprotocol.ai</email>
      </address>
    </author>
    <date year="2026" month="September" day="02"/>
    <workgroup>SEAT</workgroup>
    <keyword>AI agents</keyword>
    <keyword>Intra-handshake attestation</keyword>
    <keyword>CVE-2026-33697</keyword>
    <abstract>
      <?line 139?>

<t>The draft aims to provide technical details of <eref target="https://www.cve.org/CVERecord?id=CVE-2026-33697">CVE-2026-33697</eref> and <eref target="https://euvd.enisa.europa.eu/enisa/EUVD-2026-16488">EUVD-2026-16488</eref>, which is substantial technical evidence of how <strong>intra</strong>-handshake attestation fails in practice, even <em>without physical access</em>. Moreover, since continuous attestation is generally required, <strong>intra</strong>-handshake attestation adds <strong>unnecessary complexity</strong>. The results are backed by the research <xref target="Intra-handshake.fail"/> and the artifacts <xref target="Intra-handshake.fail-repo"/> in state-of-the-art formal analysis tool, ProVerif, under Apache-2.0 license for reproducibility, and have been acknowledged by the relevant stakeholders.</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 143?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="Intra-handshake.fail"/> presents a general approach to analyze the intra-handshake 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 in <xref target="Intra-handshake.fail-repo"/> under Apache-2.0 license for reproducibility and extensibility.</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>This draft 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>
    <section anchor="credits">
      <name>Credits</name>
      <table>
        <name>GHSAs/CVEs and finders</name>
        <thead>
          <tr>
            <th align="left">GHSA/CVE</th>
            <th align="left">Finders</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <xref target="CVE-2026-33697"/></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">Muhammad Usama Sardar, Viacheslav Dubeyko, and Jean-Marie Jacquet</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI"/></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">Muhammad Usama Sardar</td>
          </tr>
          <tr>
            <td align="left">
              <xref target="GHSA-Cocos-AI2"/></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">Muhammad Usama Sardar and Songbo Bu</td>
          </tr>
          <tr>
            <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>
        </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 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">2</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>]</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>]</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"/>).</t>
          </li>
        </ul>
        <artwork><![CDATA[
Given the high- and critical-severity vulnerabilities, we recommend
that the developers and maintainers of intra-handshake attestation MUST
urgently move to post-handshake attestation.
]]></artwork>
      </section>
      <section anchor="implications-of-findings-for-agent2agent">
        <name>Implications of Findings for Agent2Agent</name>
        <t>From a security perspective, intra-handshake attestation does more damage than protection for AI agents.</t>
      </section>
    </section>
    <section anchor="technical-details">
      <name>Technical Details</name>
      <section anchor="tool">
        <name>Tool</name>
        <t>We use state-of-the-art symbolic security analysis tool <eref target="https://ieeexplore.ieee.org/document/9833653">ProVerif</eref> for the specification of the protocols.</t>
      </section>
      <section anchor="modeling">
        <name>Modeling</name>
        <t>The formal model uses the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work as the starting point to focus on relay attacks in intra-handshake attestation in this work.
The rationale is that we consider it more useful to show the added value of this contribution to the community by using the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> as the baseline, rather than showing the same diversion attacks from <xref target="ID-Crisis"/>, and the discovered CVE (<xref target="CVE-2026-33697"/>) -- which the previous analysis could not find -- practically demonstrates the added value.
This modeling choice makes it clear that even with the diversion attacks fixed, high-severity relay attacks would still remain in intra-handshake attestation.</t>
        <t>Note: Similar to the <eref target="https://github.com/CCC-Attestation/formal-spec-id-crisis/tree/main/TLS-a/fix">fixed version of diversion attacks in intra-handshake attestation</eref> from our previous work, we model non-PSK-based handshake.
From <xref target="ID-Crisis"/>:</t>
        <ul empty="true">
          <li>
            <t>For modeling TLS 1.3, we consider handshakes based on Diffie-Hellman over either finite fields or elliptic curves, represented as (EC)DHE. This is because we are unaware of any publicly available specification or implementation of attested TLS with PSK-based handshakes.</t>
          </li>
        </ul>
        <t>While it would be nice to model PSK-based handshake, the rationale is that the correlation properties studied in this work do not necessarily require it.</t>
        <t>Note: The artifacts consider the case of server authentication only, as client authentication is optional in TLS 1.3. No claims are made about other configurations.</t>
      </section>
      <section anchor="properties">
        <name>Properties</name>
        <t>Properties in <xref target="Intra-handshake.fail"/> are complemetary to properties in <xref target="ID-Crisis"/>. Sec. 8 of <xref target="ID-Crisis"/> mentions:</t>
        <ul empty="true">
          <li>
            <t>We emphasize that both diversion and relay attacks are orthogonal and thus the two works are complementary.</t>
          </li>
        </ul>
      </section>
      <section anchor="technical-vulnerability-report">
        <name>Technical Vulnerability Report</name>
        <t>Technical vulnerability report is available at <xref target="Intra-handshake.fail"/>. It is accepted for publication at ESORICS 2026.</t>
        <section anchor="vulnerabilities">
          <name>Vulnerabilities</name>
          <t>Sec. 7.1 of <xref target="Intra-handshake.fail"/> presents the technical details with abstract attack traces of the vulnerabilities.</t>
        </section>
        <section anchor="mitigation">
          <name>Mitigation</name>
          <t>Sec. 7.2 of <xref target="Intra-handshake.fail"/> presents the technical details of the proposed mitigation.</t>
        </section>
      </section>
      <section anchor="artifacts">
        <name>Artifacts</name>
        <t>Artifacts are available at <xref target="Intra-handshake.fail-repo"/> under Apache-2.0 License.</t>
      </section>
    </section>
    <section anchor="sec-news">
      <name>Media Coverage</name>
      <t>Several media professionals and bloggers have covered the vulnerabilities to protect the community from the harm of intra-handshake attestation.</t>
      <ul spacing="normal">
        <li>
          <t><eref target="https://www.theregister.com/security/2026/07/04/confidential-computings-trust-mechanism-is-broken-the-fix-may-not-exist/5266056">The Register</eref></t>
        </li>
        <li>
          <t>(Japanese) <eref target="https://blackhatnews.tokyo/archives/119915">BlackHatNewsTokyo</eref></t>
        </li>
        <li>
          <t>(Several languages) <eref target="https://hackernoon.com/attested-tls-was-supposed-to-be-the-last-trust-boundary-it-isnt-formal-methods-show-how">Hackernoon</eref></t>
        </li>
        <li>
          <t><eref target="https://podcasts.apple.com/eg/podcast/attested-tls-was-supposed-to-be-the-last-trust/id1698517643?i=1000776623286">Apple podcast</eref></t>
        </li>
        <li>
          <t><eref target="https://meterpreter.org/attested-tls-vulnerability-cve-2026-33697/">Information Security News</eref></t>
        </li>
        <li>
          <t><eref target="https://thenextgentechinsider.com/pulse/critical-flaw-discovered-in-confidential-computing-attestation-protocols">TheNextGenTechInsider</eref></t>
        </li>
        <li>
          <t><eref target="https://dailysecurityreview.com/resources/cve-2026-33697-attested-tls-relay-flaw-hits-whatsapp-cocos-ai/">DailySecurityReview</eref></t>
        </li>
        <li>
          <t><eref target="https://www.scworld.com/brief/confidential-computings-remote-attestation-protocol-may-have-fundamental-flaw">SC World</eref></t>
        </li>
        <li>
          <t><eref target="https://blogs.groupware.org.uk/01-Quantum-Inc/the-handshake-that-cant-keep-its-promise-why-confidential-computings-flaw-changes-the-data-sovereignty-conversation/">01 Quantum</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.securitylab.ru/news/574545.php">Security Lab</eref></t>
        </li>
        <li>
          <t>(German) <eref target="https://www.blogspan.net/confidential-computing-attestierung-relay-luecke/">blogspan</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://finance.sina.cn/tech/2026-07-04/detail-inifscxt9953361.d.html">Sina</eref></t>
        </li>
        <li>
          <t><eref target="https://data4biz.com/articles/una-falla-rompe-la-fiducia-del-confidential-computing">data4biz</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://www.itsec.ru/news/issledovateli-nashli-kriticheskuyu-uyazvimost-v-attested-tls">ITSec</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://post.smzdm.com/p/a82ol990/">smzdm</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://www.donews.com/news/detail/4/6621022.html">donews</eref></t>
        </li>
        <li>
          <t>(Chinese) <eref target="https://i.ifeng.com/c/8uUfy0PMmqE">ifeng</eref></t>
        </li>
        <li>
          <t><eref target="https://www.dugganusa.com/post/confidential-computing-s-whole-pitch-is-trust-the-proof-not-the-cloud-two-years-of-formal-verifi">dugganusa</eref></t>
        </li>
        <li>
          <t><eref target="https://github.com/pduggusa/dugganusa-ietf/tree/main/cve-2026-33697-attestation">dugganusa repo</eref></t>
        </li>
        <li>
          <t><eref target="https://sploitus.com/exploit?id=92591A05-07BC-5015-BA3D-B1347B35D684">spoitus</eref></t>
        </li>
        <li>
          <t><eref target="https://news.lavx.hu/article/attested-tls-research-exposes-a-weak-link-in-confidential-computing">lavx news</eref></t>
        </li>
        <li>
          <t><eref target="https://www.sohu.com/a/1045865934_122004016">sohu</eref></t>
        </li>
        <li>
          <t>(Persian) <eref target="https://news.ditty.ir/news/attested-tls-relay-flaw-formal-methods/019f6221-26ca-7293-9ee9-5557b3c0b8f8">news.ditty</eref></t>
        </li>
        <li>
          <t>(Russian) <eref target="https://limpvpn.com/ru/news/attested-tls-whatsapp-privacy-flaw-2026">LiMP VPN</eref></t>
        </li>
        <li>
          <t><eref target="https://daily.dev/posts/kI6PoNzPx">daily.dev</eref></t>
        </li>
        <li>
          <t><eref target="https://warden.veritai.ch/news/researchers-find-attested-tls-flaws-that-weaken-confidential-computing-trust-model">warden</eref></t>
        </li>
        <li>
          <t><eref target="https://db.gcve.eu/sightings/?query=cve-2026-33697">GCVE.eu</eref></t>
        </li>
        <li>
          <t><eref target="https://vulnerability.circl.lu/vuln/CVE-2026-33697#sightings">vuln.lu</eref></t>
        </li>
        <li>
          <t><eref target="https://coderlegion.com/24087/intra-handshake-attestation-when-more-security-doesnt-mean-better-security">coderlegion</eref></t>
        </li>
        <li>
          <t><eref target="https://www.anjuna.io/blog/attested-tls-flaw-explained">Anjuna Security</eref></t>
        </li>
        <li>
          <t><eref target="https://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 <em>paper</em> authors):</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>
        </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 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, and Haowen Song) 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">TBA Sept, 2026</td>
                <td align="left">slides, video</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>, slides, video</td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ga4gh.org/work_stream/data-security/">Data Security Work Stream (DSWS)</eref> at the <eref target="https://www.ga4gh.org/">Global Alliance for Genomics and Health (GA4GH)</eref></td>
                <td align="left">Virtual</td>
                <td align="left">24 Aug, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/413569575_High-Severity_Vulnerabilities_in_Former_GIF_Design_for_Attested_TLS_draft-fossati-seat-early-attestation">slides</eref>, <eref target="https://us02web.zoom.us/rec/share/UAn381deia-aMNmjGHhMqxocc1HcyF7ksLlaeeKefxO4bSC2mHPzwPQPYGe2dnZR.zfleYCmmtiteo_NS">video</eref></td>
              </tr>
              <tr>
                <td align="left">Confidential AI Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">21 July, 2026</td>
                <td align="left">
                  <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/odgd_xmhjQXiR_aLYdqtVvDJeF4/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">21 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-seat-binding-properties-of-expat-00.pdf">slides</eref>, <eref target="https://youtu.be/Fb5Hzh1mp1E?t=4189">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">IETF 126 Hackdemo Happy Hour</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">20 July, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://wiki.ietf.org/en/meeting/126/hackathon/hackdemo">demo</eref></td>
              </tr>
              <tr>
                <td align="left">Confidential Computing Public Side Meeting @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">20 July, 2026</td>
                <td align="left">
                  <eref target="https://mailarchive.ietf.org/arch/msg/126attendees/V9BKZJ_DGkZPdlnjBaUeyluhbqQ/">plan</eref>, <eref target="https://www.researchgate.net/publication/410954219_Proposed_RG_Confidential_Computing_for_Agentic_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hotrfc-sessa-15-confidential-computing-and-digital-sovereignty-00">slides</eref>, <eref target="https://youtu.be/FDHWRijxKso?t=3285">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ietf.org/meeting/hackathons/126-hackathon/">IETF 126 Hackathon</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/126/hackathon#cve-2026-33697-cvss-75-intra-handshakefail">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-hackathon-sessd-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/GRqyrDIEgEw?t=1340">video</eref></td>
              </tr>
              <tr>
                <td align="left">IEPG @ <eref target="https://www.ietf.org/meeting/126/">IETF 126</eref></td>
                <td align="left">Vienna, Austria</td>
                <td align="left">19 July, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00">slides</eref>, <eref target="https://youtu.be/g8q_u19vXzk?t=4404">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">Workshop</eref> @ <eref target="https://www.wissenschaftsnacht-dresden.de/en/">Dresden Science Night 2026</eref></td>
                <td align="left">Dresden</td>
                <td align="left">26 June, 2026</td>
                <td align="left">
                  <eref target="https://www.wissenschaftsnacht-dresden.de/programm/detailansicht/confidential-computing-15585">demo</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://output-dd.de/">Output 2026</eref></td>
                <td align="left">Dresden</td>
                <td align="left">25 June, 2026</td>
                <td align="left">
                  <eref target="https://output-dd.de/projekte/relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems/">demo</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://events.linuxfoundation.org/confidential-computing-summit/">Confidential Computing Summit 2026</eref> (presented by Jens Albers)</td>
                <td align="left">San Francisco, USA</td>
                <td align="left">23-24 June, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411851358_Standardization_of_Attested_TLS">poster</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://confidentialcontainers.org/">Confidential Containers Community Meeting</eref> @ <eref target="https://www.cncf.io/">Cloud Native Computing Foundation</eref></td>
                <td align="left">Virtual</td>
                <td align="left">30 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411849492_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref>, <eref target="https://zoom.us/rec/share/3thZhsRi-BZJL-GqjnwGzh7inbltuKIlpVjqMlWp6WRdMTZ66Z8p-8YjaaeOfbhX.CoH6YBukaKua0gkt">video</eref> around timestamp 00:27:00</td>
              </tr>
              <tr>
                <td align="left">GIF Project showcase @ <eref target="https://www.ga4gh.org/event/april-connect-2026/">GA4GH April Connect 2026</eref></td>
                <td align="left">Montreal, Canada (virtual)</td>
                <td align="left">17 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/412136610_Trusted_Research_Environment_TRE_Open_Suite">slides</eref>, <eref target="https://youtu.be/Kr9oxp1fdn0?t=1083">video</eref>, <eref target="https://www.ga4gh.org/document/arpril-connect-2026-meeting-report/">report</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://sos-vo.org/group/hotsos/">NSA Symposium on Hot Topics in the Science of Security (HotSoS) 2026</eref></td>
                <td align="left">Virtual</td>
                <td align="left">16 April, 2026</td>
                <td align="left">
                  <eref target="https://sos-vo.org/group/hotsos/2026/sardar">abstract</eref>, <eref target="https://sos-vo.org/system/files/2026-04/20260416_HotSoS%20%281%29.pdf">slides</eref>, <eref target="https://sos-vo.org/group/hotsos/2026/sardar">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://fg-pet.gi.de/veranstaltung/15th-privacy-enhancing-techniques-convention">PET-CON 2026.1: 15th Privacy Enhancing Techniques Convention</eref></td>
                <td align="left">Karlsruhe, Germany</td>
                <td align="left">16-17 April, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411849502_Formal_Analysis_of_Attested_TLS">slides</eref>, <eref target="https://www.researchgate.net/publication/411852738_Formal_Analysis_of_Attested_TLS_and_Standardization_in_the_IETF">poster</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://gtmfs2026.sciencesconf.org/program?lang=en">GTMFS 2026: Annual Meeting of the WG "Formal Methods in Security"</eref></td>
                <td align="left">Luz-Saint-Sauveur, France</td>
                <td align="left">24-26 Mar, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/411853715_Relay_Attacks_in_Intra-handshake_Attestation">slides</eref></td>
              </tr>
              <tr>
                <td align="left">CFRG @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">19 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-cfrg-relay-attacks-00">slides</eref>, <eref target="https://youtu.be/IfKgbO74Lt4?t=6054">video</eref></td>
              </tr>
              <tr>
                <td align="left">SEAT @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref> (relay)</td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">17 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-seat-security-analysis-00">slides</eref>, <eref target="https://youtu.be/hX7genEkN7w?t=676">video</eref></td>
              </tr>
              <tr>
                <td align="left">Side meeting @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">16 Mar, 2026</td>
                <td align="left">
                  <eref target="https://www.researchgate.net/publication/403474373_Proposed_RG_Confidential_AI">slides</eref></td>
              </tr>
              <tr>
                <td align="left">LAKE @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">16 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-lake-formal-analysis-of-attested-edhoc-00">slides</eref>, <eref target="https://youtu.be/JzfLpbnhl0A?t=3117">video</eref></td>
              </tr>
              <tr>
                <td align="left">HotRFC @ <eref target="https://www.ietf.org/meeting/125/">IETF 125</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">15 Mar, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hotrfc-sessa-formal-proof-of-insecurity-of-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/OtOo7Nogisw?t=3514">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://www.ietf.org/meeting/hackathons/125-hackathon/">IETF 125 Hackathon</eref></td>
                <td align="left">Shenzhen, China (virtual)</td>
                <td align="left">14-15 Mar, 2026</td>
                <td align="left">
                  <eref target="https://wiki.ietf.org/en/meeting/125/hackathon#relay-attacks-in-intra-handshake-attestation-for-confidential-agentic-ai-systems">Hackathon project</eref>, <eref target="https://datatracker.ietf.org/meeting/125/materials/slides-125-hackathon-sessd-relay-attacks-in-intra-handshake-attestation-00">slides</eref>, <eref target="https://youtu.be/62A58qH19MI?t=2270">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">10 Feb, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksGen_20260210.pdf">slides</eref>; <eref target="https://www.youtube.com/watch?v=idqwb0hFlhs&amp;list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1061s">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/session/rats">IETF RATS Interim meeting</eref></td>
                <td align="left">Virtual</td>
                <td align="left">9 Feb, 2026</td>
                <td align="left">
                  <eref target="https://datatracker.ietf.org/meeting/interim-2026-rats-01/materials/slides-interim-2026-rats-01-sessa-relayattacks-00.pdf">slides</eref>, <eref target="https://youtu.be/gURY61dViPw?t=1474">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://fosdem.org/2026/schedule/track/confidential-computing/">Confidential Computing</eref> devroom at <eref target="https://fosdem.org/2026/">FOSDEM 2026</eref></td>
                <td align="left">Brussels, Belgium</td>
                <td align="left">31 Jan-1 Feb, 2026</td>
                <td align="left">
                  <eref target="https://fosdem.org/2026/schedule/event/GHGFBM-attestedtls/">abstract</eref>, <eref target="https://fosdem.org/2026/events/attachments/GHGFBM-attestedtls/slides/267432/20260201_60u9e0n.pdf">slides</eref>, <eref target="https://video.fosdem.org/2026/ud6215/GHGFBM-attestedtls.av1.webm">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">27 Jan, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacksProposal_20260127.pdf">slides</eref>; <eref target="https://youtu.be/P04tLJcSxfM?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=434">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">13 Jan, 2026</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_RelayAttacks_20260113.pdf">slides</eref>; <eref target="https://youtu.be/cSrCZNyo7_g?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=1083">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">16 Dec, 2025</td>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation/meetings/blob/main/materials/MuhammadUsamaSardar_Binding_Properties_20251216.pdf">slides</eref>; <eref target="https://youtu.be/w_MrjMeHyP8?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=593">video</eref></td>
              </tr>
              <tr>
                <td align="left">
                  <eref target="https://github.com/CCC-Attestation">CCC Attestation SIG</eref></td>
                <td align="left">Virtual</td>
                <td align="left">2 Dec, 2025</td>
                <td align="left">
                  <eref target="https://github.com/muhammad-usama-sardar/CCC-Att-meetings/blob/main/materials/MuhammadUsamaSardar_Open_Questions_20251202.pdf">slides</eref>; <eref target="https://youtu.be/16aGZ-oZidg?list=PLmfkUJc39uMhZsNGmpx-qD-uCoQyMglIp&amp;t=2920">video</eref></td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="sec-archives">
          <name>Archives</name>
          <t>Since January, we have publicly informed the authors of vulnerable drafts <xref target="I-D.fossati-tls-attestation-09"/>, <xref target="I-D.fossati-seat-early-attestation"/>, and <xref target="I-D.ritz-seat-facts"/> and shared our results with the community for review and to raise awareness on high-severity vulnerabilities and apply appropriate mitigations for the safety of their users:</t>
          <section anchor="ietfhttpswwwietforg">
            <name><eref target="https://www.ietf.org/">IETF</eref></name>
            <ul spacing="normal">
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/seat/x3eQxFjQFJLceae6l4_NgXnmsDY/">SEAT WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/rats/6gbqx0XY8WYrH3Mx4vO8n2-uKgY/">RATS WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/tls/8lyqHh9y7_Lv6b1iXhpUqYrp0M0/">TLS WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/lake/Tovtl7wgvzwJWT2I2ZwnhoIOnYQ/">LAKE WG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/saag/jBZVk7YySwpaFqydAfxW33kNZPY/">SAAG</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/practical-cybersecurity/d65WPaC0WbZRwxTBclnTkf7SmRs/">Practical Cybersecurity list</eref></t>
              </li>
              <li>
                <t>Agent2agent list <eref target="https://mailarchive.ietf.org/arch/msg/agent2agent/ubz7uXCs--YzuSWyXNNsmWf_tSQ/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/agent2agent/xHhjA94fzed6ONIvPRgwTT-WRmA/">thread2</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/dmsc/QC2adIcYkxiTlniEcc7ggk86BAY/">DSMC list</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/hackathon/PIrJ2O_QqcNUAnMIn_Vh22ImWMc/">Hackathon</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/126attendees/V9BKZJ_DGkZPdlnjBaUeyluhbqQ/">126attendees</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="irtfhttpswwwirtforg">
            <name><eref target="https://www.irtf.org/">IRTF</eref></name>
            <ul spacing="normal">
              <li>
                <t>UFMRG: <eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/ZWK0uMM92OdwlPbgXBvQApDpe5Q/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/ufmrg/ZRhR7o1HrWxfGDfgRJMR65RBkDE/">thread2</eref></t>
              </li>
              <li>
                <t>CFRG <eref target="https://mailarchive.ietf.org/arch/msg/cfrg/NbxHIw9H_xpSYbgfO_n7lVIFeWs/">thread1</eref> and <eref target="https://mailarchive.ietf.org/arch/msg/cfrg/U5YHd91lYjiqCTt9BZyVDNFeUpM/">thread2</eref></t>
              </li>
              <li>
                <t><eref target="https://mailarchive.ietf.org/arch/msg/din/_8LE3Ru1xX16hgGJwryMTRwRoaA/">DINRG</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="ccchttpsconfidentialcomputingio">
            <name><eref target="https://confidentialcomputing.io/">CCC</eref></name>
            <ul spacing="normal">
              <li>
                <t>Attestation SIG: <eref target="https://lists.confidentialcomputing.io/g/attestation/topic/117207133">thread1</eref> and <eref target="https://lists.confidentialcomputing.io/g/attestation/message/334">thread2</eref></t>
              </li>
              <li>
                <t>TAC: <eref target="https://lists.confidentialcomputing.io/g/tac/topic/117932193">thread1</eref> and <eref target="https://lists.confidentialcomputing.io/g/tac/topic/120068850">thread2</eref></t>
              </li>
            </ul>
          </section>
          <section anchor="ocphttpswwwopencomputeorg">
            <name><eref target="https://www.opencompute.org/">OCP</eref></name>
            <ul spacing="normal">
              <li>
                <t>OCP Security: <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/117932716">message1</eref>, <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120069056">message2</eref>, <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120483814">message3</eref> and <eref target="https://ocp-all.groups.io/g/OCP-Security/topic/intra_handshake_fail/120524635">message4</eref></t>
              </li>
            </ul>
            <t>If you know any other relevant mailing list that we should inform for protection of users, please let us know.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="Intra-handshake.fail" target="https://www.researchgate.net/publication/408219182_Intra-handshakefail_CVE-2026-33697_High-severity_CVE_in_Attested_TLS">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="June"/>
          </front>
        </reference>
        <reference anchor="Intra-handshake.fail-repo" target="https://github.com/muhammad-usama-sardar/intra-handshake.fail">
          <front>
            <title>Intra-handshake.fail (CVE-2026-33697): High-severity CVE in Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="V." surname="Dubeyko">
              <organization/>
            </author>
            <author initials="J.-M." surname="Jacquet">
              <organization/>
            </author>
            <date year="2026" month="July"/>
          </front>
        </reference>
        <reference anchor="CVE-2026-33697" target="https://www.cve.org/CVERecord?id=CVE-2026-33697">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>CVE</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="EUVD-2026-16488" target="https://euvd.enisa.europa.eu/enisa/EUVD-2026-16488">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author>
              <organization>ENISA</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-vfgg-mvxx-mgg7">
          <front>
            <title>CoCoS attested TLS is vulnerable to relay attacks via extracted ephemeral TLS keys</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI2" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-4px3-wj2x-xx47">
          <front>
            <title>Cocos AI intra-handshake attested TLS implementation is vulnerable to session-misbinding attacks for Intel TDX verifier path</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="GHSA-Cocos-AI3" target="https://github.com/ultravioletrs/cocos/security/advisories/GHSA-4r6g-mp48-j2rw">
          <front>
            <title>Cocos AI intra-handshake attested TLS implementation can accept Evidence with nil, empty, or omitted reportData in the AMD SEV-SNP path</title>
            <author initials="" surname="Ultraviolet Cocos AI">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="GHSA-Edgeless-Systems" target="https://github.com/edgelesssys/contrast/security/advisories/GHSA-hjgc-jc5v-fw7h">
          <front>
            <title>Remote attestation is susceptible to relay attacks</title>
            <author initials="" surname="Edgeless Systems">
              <organization/>
            </author>
            <date year="2026" month="August"/>
          </front>
        </reference>
        <reference anchor="SEAT-vulnerability-report" target="https://mailarchive.ietf.org/arch/msg/seat/x3eQxFjQFJLceae6l4_NgXnmsDY/">
          <front>
            <title>Relay Attacks in Intra-handshake Attestation for Confidential Agentic AI Systems</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <date year="2026" month="January"/>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="ID-Crisis">
          <front>
            <title>Identity Crisis in Confidential Computing: Formal Analysis of Attested TLS</title>
            <author fullname="Muhammad Usama Sardar" initials="M." surname="Sardar">
              <organization>TU Dresden, Dresden, Germany</organization>
            </author>
            <author fullname="Mariam Moustafa" initials="M." surname="Moustafa">
              <organization>Aalto University, Espoo, Finland</organization>
            </author>
            <author fullname="Tuomas Aura" initials="T." surname="Aura">
              <organization>Aalto University, Espoo, Finland</organization>
            </author>
            <date month="June" year="2026"/>
          </front>
          <seriesInfo name="Proceedings of the ACM Asia Conference on Computer and Communications Security" value="pp. 547-560"/>
          <seriesInfo name="DOI" value="10.1145/3779208.3785387"/>
          <refcontent>ACM</refcontent>
        </reference>
        <reference anchor="ID-Crisis-repo" target="https://github.com/CCC-Attestation/formal-spec-id-crisis">
          <front>
            <title>Identity Crisis in Confidential Computing: Formal Analysis of Attested TLS</title>
            <author initials="M. U." surname="Sardar">
              <organization/>
            </author>
            <author initials="M." surname="Moustafa">
              <organization/>
            </author>
            <author initials="T." surname="Aura">
              <organization/>
            </author>
            <date year="2025" month="November"/>
          </front>
        </reference>
        <reference anchor="refTLS">
          <front>
            <title>Verified Models and Reference Implementations for the TLS 1.3 Standard Candidate</title>
            <author fullname="Karthikeyan Bhargavan" initials="K." surname="Bhargavan">
              <organization/>
            </author>
            <author fullname="Bruno Blanchet" initials="B." surname="Blanchet">
              <organization/>
            </author>
            <author fullname="Nadim Kobeissi" initials="N." surname="Kobeissi">
              <organization/>
            </author>
            <date month="May" year="2017"/>
          </front>
          <seriesInfo name="2017 IEEE Symposium on Security and Privacy (SP)" value="pp. 483-502"/>
          <seriesInfo name="DOI" value="10.1109/sp.2017.26"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="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 700?>

<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>Sammy Kerata Oina</t>
        </li>
        <li>
          <t>Drasko Draskovic</t>
        </li>
      </ul>
      <t><strong>Intra-handshake.fail</strong> <xref target="Intra-handshake.fail"/></t>
      <t>We would like to thank our co-author of paper <xref target="Intra-handshake.fail"/> for his valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful reviews on <xref target="Intra-handshake.fail"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Juho Forsén</t>
        </li>
        <li>
          <t>Markus Rudy</t>
        </li>
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Steve Kremer</t>
        </li>
        <li>
          <t>Tjaden Hess</t>
        </li>
        <li>
          <t>Martin Thomson</t>
        </li>
        <li>
          <t>Yuning Jiang</t>
        </li>
        <li>
          <t>Pavel Nikonorov</t>
        </li>
        <li>
          <t>Casey Wilson</t>
        </li>
        <li>
          <t>Anonymous ESORICS 2026 reviewers</t>
        </li>
        <li>
          <t>Danko Miladinovic</t>
        </li>
        <li>
          <t>John Preuß Mattsson</t>
        </li>
        <li>
          <t>Britta Hale</t>
        </li>
        <li>
          <t>Werner Staub</t>
        </li>
        <li>
          <t>Songbo Bu</t>
        </li>
        <li>
          <t>Haowen Song</t>
        </li>
        <li>
          <t>Chengxin Huang</t>
        </li>
        <li>
          <t>Steve Luo</t>
        </li>
        <li>
          <t>Kubilay Ahmet Küçük</t>
        </li>
        <li>
          <t>Iman Schrock</t>
        </li>
        <li>
          <t>Sophie Schmieg</t>
        </li>
        <li>
          <t>Davyd Okaianchenko</t>
        </li>
        <li>
          <t>Alistair Woodman</t>
        </li>
        <li>
          <t>Göran Selander</t>
        </li>
        <li>
          <t>Tom Sato</t>
        </li>
        <li>
          <t>Jakub Maria Plutowski</t>
        </li>
        <li>
          <t>Martin Friedrich</t>
        </li>
        <li>
          <t>Patrick Duggan</t>
        </li>
        <li>
          <t>Deb Cooley</t>
        </li>
      </ul>
      <t><strong>Identity Crisis</strong> <xref target="ID-Crisis"/></t>
      <t>We would like to thank our co-authors of complementary paper <xref target="ID-Crisis"/> for their valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Tuomas Aura</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful feedback:</t>
      <ul spacing="normal">
        <li>
          <t>Ionut Mihalcea</t>
        </li>
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
        <li>
          <t>Thomas Fossati</t>
        </li>
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Hannes Tschofenig</t>
        </li>
        <li>
          <t>Yaron Sheffer</t>
        </li>
        <li>
          <t>Laurence Lundblade</t>
        </li>
        <li>
          <t>Giridhar Mandyam</t>
        </li>
        <li>
          <t>Christopher Patton</t>
        </li>
        <li>
          <t>Jonathan Hoyland</t>
        </li>
        <li>
          <t>Richard Barnes</t>
        </li>
      </ul>
      <t><strong>refTLS</strong> <xref target="refTLS"/></t>
      <t>We sincerely thank the following for the foundational formal model of draft 20 of TLS 1.3 in their work <xref target="refTLS"/> that we have used as the foundation of all of this work:</t>
      <ul spacing="normal">
        <li>
          <t>Karthikeyan Bhargavan</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Nadim Kobeissi</t>
        </li>
      </ul>
      <t><strong>General</strong></t>
      <t>Several others at the IETF, IRTF, CCC, and GA4GH have contributed by providing feedback over the years. A non-exhaustive list of contributors is <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00#page=17">here</eref>.</t>
      <t>Muhammad Usama Sardar is funded by German Research Foundation ("Deutsche Forschungsgemeinschaft.")</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
6DZZ/QAA

-->

</rfc>
