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

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

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

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

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

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

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

About This Document

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

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

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

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

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

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Acknowledgment does not necessarily imply attestation. It implies that the authors found the feedback and discussion useful in improving the formal analysis, the corresponding paper, or this draft.</t>
      <t>This draft benefits from several years of research on attested TLS, in particular some of the recent works mentioned below:</t>
      <t>We wish to express our sincere appreciation to the following for their review of our latest work:</t>
      <ul spacing="normal">
        <li>
          <t>Bertrand Foing</t>
        </li>
        <li>
          <t>Sammy Kerata Oina</t>
        </li>
        <li>
          <t>Drasko Draskovic</t>
        </li>
      </ul>
      <t><strong>Intra-handshake.fail</strong> <xref target="Intra-handshake.fail"/></t>
      <t>We would like to thank our co-author of paper <xref target="Intra-handshake.fail"/> for his valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful reviews on <xref target="Intra-handshake.fail"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Juho Forsén</t>
        </li>
        <li>
          <t>Markus Rudy</t>
        </li>
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Steve Kremer</t>
        </li>
        <li>
          <t>Tjaden Hess</t>
        </li>
        <li>
          <t>Martin Thomson</t>
        </li>
        <li>
          <t>Yuning Jiang</t>
        </li>
        <li>
          <t>Pavel Nikonorov</t>
        </li>
        <li>
          <t>Casey Wilson</t>
        </li>
        <li>
          <t>Anonymous ESORICS 2026 reviewers</t>
        </li>
        <li>
          <t>Danko Miladinovic</t>
        </li>
        <li>
          <t>John Preuß Mattsson</t>
        </li>
        <li>
          <t>Britta Hale</t>
        </li>
        <li>
          <t>Werner Staub</t>
        </li>
        <li>
          <t>Songbo Bu</t>
        </li>
        <li>
          <t>Haowen Song</t>
        </li>
        <li>
          <t>Chengxin Huang</t>
        </li>
        <li>
          <t>Steve Luo</t>
        </li>
        <li>
          <t>Andrew Miller</t>
        </li>
        <li>
          <t>Kubilay Ahmet Küçük</t>
        </li>
        <li>
          <t>Iman Schrock</t>
        </li>
        <li>
          <t>Sophie Schmieg</t>
        </li>
        <li>
          <t>Davyd Okaianchenko</t>
        </li>
        <li>
          <t>Alistair Woodman</t>
        </li>
        <li>
          <t>Göran Selander</t>
        </li>
        <li>
          <t>Tom Sato</t>
        </li>
        <li>
          <t>Jakub Maria Plutowski</t>
        </li>
        <li>
          <t>Martin Friedrich</t>
        </li>
        <li>
          <t>Patrick Duggan</t>
        </li>
        <li>
          <t>Deb Cooley</t>
        </li>
      </ul>
      <t><strong>Identity Crisis</strong> <xref target="ID-Crisis"/></t>
      <t>We would like to thank our co-authors of complementary paper <xref target="ID-Crisis"/> for their valuable contributions:</t>
      <ul spacing="normal">
        <li>
          <t>Mariam Moustafa</t>
        </li>
        <li>
          <t>Tuomas Aura</t>
        </li>
      </ul>
      <t>We also gratefully acknowledge the following for insightful discussions and helpful feedback:</t>
      <ul spacing="normal">
        <li>
          <t>Ionut Mihalcea</t>
        </li>
        <li>
          <t>Jean-Marie Jacquet</t>
        </li>
        <li>
          <t>Thomas Fossati</t>
        </li>
        <li>
          <t>Eric Rescorla</t>
        </li>
        <li>
          <t>Hannes Tschofenig</t>
        </li>
        <li>
          <t>Yaron Sheffer</t>
        </li>
        <li>
          <t>Laurence Lundblade</t>
        </li>
        <li>
          <t>Giridhar Mandyam</t>
        </li>
        <li>
          <t>Christopher Patton</t>
        </li>
        <li>
          <t>Jonathan Hoyland</t>
        </li>
        <li>
          <t>Richard Barnes</t>
        </li>
      </ul>
      <t><strong>refTLS</strong> <xref target="refTLS"/></t>
      <t>We sincerely thank the following for the foundational formal model of draft 20 of TLS 1.3 in their work <xref target="refTLS"/> that we have used as the foundation of all of this work:</t>
      <ul spacing="normal">
        <li>
          <t>Karthikeyan Bhargavan</t>
        </li>
        <li>
          <t>Bruno Blanchet</t>
        </li>
        <li>
          <t>Nadim Kobeissi</t>
        </li>
      </ul>
      <t><strong>General</strong></t>
      <t>Several others at the IETF, IRTF, CCC, and GA4GH have contributed by providing feedback over the years. A non-exhaustive list of contributors is <eref target="https://datatracker.ietf.org/meeting/126/materials/slides-126-iepg-sessa-05-intra-handshakefail-cve-2026-33697-00#page=17">here</eref>.</t>
      <t>Muhammad Usama Sardar is funded by German Research Foundation ("Deutsche Forschungsgemeinschaft.")</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
8B5ASZGqPy3m3XLxrWT1O0quln9+nj+f6e3llZrQntoHKAFS7kiHj7nq8vT5
sVgvmL3WdPZcmz/2B+Wni4fc/cfX731ISWnlZtvLp4eqfDa6n6n5+qj6mimx
yWL21Eqo/fYBSopUrzWoZTLZkiSed43H2rTldO+W5vRZf0nI6vsAJT4yWpTF
q4dcvXZvZcSbk7dqmdW6y5OB0U2okvcBSuy4G6uhLI3mN7mG2Jncjfr3uVzl
4eb0cpLQR94HKClSln5/yU6HL9IyV9LyWaM4U512Z3l1M02oaPYBSopUYzw5
U1r5lT28Pj3v3rCK/PYmOnKn+5pQUu0DlJhSzxeSrCq5hdF0pLNFb6h2OiMn
38+cJuSpfYCSIjWYNk+uGpd2/+FlLCnD4tLQXiolZT6RE1pU+wAlRer1Ov9Y
z3Ql6/S0lu91hyezh4czZ1mrXyZk9H2AkiI1nb7cTNTCan42UGuLJ+t6kZWt
04moiwl5ah+gxP7MyVQ5d87f+k7htJq9n1mj846hjPV+LqHxsg9QUqTarjuo
nbrZ7EnfUpbn+U5loi9yLy+zSkLHfR+g5GEzQzWX05PB4Oa5M5+cGkVDeii9
dB7fEtoJ+wAlRUp9sOv1mlZ5ehZnV/1a2VYv71r2SFPbCSm1D1BSpMR26/ru
tlifu/cP8lVtnC/LveXCrPX1hIy+D1BSpC6Mi6dmedi6udLry/vH15LtqFfO
+ULOJpRT+wAl5qnBsHM2uVJOCi/ZccaQ35bXz4vTR6duJg3F7gGU+MxhVXi9
vzm7ad1WcuLQnt4M7lqdksq07FPCM4c9gBLbU2d5e/B0aoyqnZtKuT/PydnX
wihfWp4nZPR9gBInljycd5+esk+tbDOn9gbt1U3BauhXdqOVMC9oH6DEVsJ5
1mj02KI2vL8YLNjVrFqZGk/P8riUkNH3AUoc4nhx3zKjzkvFeXky5TtdfX5+
lHuLxWk7IaX2AUrsODyp94Xz50srl7FY6Wba0lcPvfzs2mEJrYR9gBKn4DyN
l3pWHTqlWUG5KC9Ps0+XipZ57M0SejP7ACVFqnRxPr6a5XJPt8tW/2koquLJ
Uu223roPCWN5+wAlFglmWz6/dh4vRid3T/Vn8zJrGFcllj0VEzL6PkCJczh6
q2G7qk6My5fLcu9FmUyeBo/OctJ1Ei7fPkBJkVIGrYpVvui2XmqF4sk1Wz4v
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
XGNsj0ECqF46feqXw4P/H3slCMZAJwEA

-->

</rfc>
