Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33697

CVE-2026-33697: Cocos AI Auth Bypass Vulnerability

CVE-2026-33697 is an authentication bypass flaw in Cocos AI's attested TLS implementation that enables relay attacks. This post covers the technical details, affected versions, exploitation risks, and mitigation strategies.

Published: April 3, 2026

CVE-2026-33697 Overview

CVE-2026-33697 is a relay attack vulnerability affecting the attested TLS (aTLS) implementation in Cocos AI, a confidential computing system for AI workloads. The vulnerability affects all versions from v0.4.0 through v0.8.2 and is present in both AMD SEV-SNP and Intel TDX deployment targets supported by CoCoS.

The fundamental weakness lies in the design of the aTLS implementation: while attestation evidence is bound to the ephemeral TLS key, it is not bound to the TLS channel itself. This architectural flaw allows an attacker who can extract the ephemeral TLS private key to relay or divert the attested TLS session, impersonating the legitimate attested service.

Critical Impact

An attacker can impersonate an attested CoCoS service and access data or operations that clients intended to send only to the genuine attested endpoint, completely undermining the authentication guarantees of attested TLS.

Affected Products

  • Cocos AI v0.4.0 through v0.8.2
  • AMD SEV-SNP deployment targets
  • Intel TDX deployment targets

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33697 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33697

Vulnerability Analysis

This vulnerability represents an architectural weakness classified as CWE-322 (Key Exchange without Entity Authentication). The attested TLS implementation in CoCoS fails to properly bind attestation evidence to the TLS channel, creating a fundamental authentication gap.

In confidential computing environments, attested TLS is designed to provide cryptographic proof that a client is communicating with a genuine Trusted Execution Environment (TEE). However, the current implementation only binds the attestation report to the ephemeral TLS private key, not to the complete TLS session. This means that an attacker who can extract the ephemeral key can relay the entire attested session while the client continues to believe it is communicating with the authentic attested service.

The vulnerability was formally analyzed and demonstrated across multiple attested TLS implementations by researchers who disclosed their findings to the IETF TLS Working Group. Formal verification was conducted using ProVerif, confirming the architectural nature of this weakness.

Root Cause

The root cause is an architectural design flaw in how attestation evidence is bound during the TLS handshake. The attestation report proves the identity and integrity of the TEE but fails to cryptographically bind this proof to the specific TLS channel being established. While the ephemeral key is included in the attestation evidence, this binding is insufficient because the attestation report cannot distinguish whether the TLS session terminates at the genuine attested service or at an attacker's relay point.

Note that the aTLS implementation was fully redesigned in v0.7.0, but this redesign does not address the fundamental vulnerability. The relay attack weakness is architectural and persists across the entire v0.4.0 through v0.8.2 version range.

Attack Vector

Exploitation of this vulnerability requires the attacker to first extract the ephemeral TLS private key from the TEE. This can be achieved through several attack surfaces:

Physical Access: Direct physical access to the server hardware may allow extraction of cryptographic material through hardware-based attacks.

Transient Execution Attacks: Side-channel vulnerabilities such as Spectre-class attacks against the TEE could potentially leak the ephemeral key material.

Side-Channel Attacks: Various side-channel techniques targeting the cryptographic operations within the TEE may expose the ephemeral private key.

Once the ephemeral TLS private key is obtained, the attacker can establish a relay position between the client and the genuine service. The client's attestation verification will succeed because the attestation report is valid and bound to the correct key—but the TLS channel terminates at the attacker's relay rather than the genuine endpoint.

Detection Methods for CVE-2026-33697

Indicators of Compromise

  • Unexpected network routing or traffic interception between clients and CoCoS services
  • Anomalous TLS session establishment patterns or connection latency inconsistent with direct communication
  • Evidence of physical tampering with server hardware hosting TEE workloads
  • Signs of transient execution or side-channel exploitation attempts in TEE logs

Detection Strategies

  • Implement network-level monitoring to detect man-in-the-middle positioning between clients and attested services
  • Deploy intrusion detection systems to identify suspicious network topology changes
  • Monitor for indicators of side-channel or transient execution attacks targeting TEE environments
  • Audit TEE attestation logs for unusual patterns in session establishment

Monitoring Recommendations

  • Enable comprehensive logging of all aTLS handshake operations and attestation verifications
  • Implement out-of-band verification mechanisms to cross-check attested endpoint identity
  • Monitor TEE firmware and microcode integrity to detect compromise of the key-extraction surface
  • Review attestation policy compliance and track any deviations from expected report field values

How to Mitigate CVE-2026-33697

Immediate Actions Required

  • Evaluate the risk exposure of CoCoS deployments in the v0.4.0 through v0.8.2 range based on your threat model
  • Keep TEE firmware and microcode up to date to reduce the key-extraction attack surface
  • Define strict attestation policies that validate all available report fields, including firmware versions, TCB levels, and platform configuration registers
  • Enable mutual aTLS with CA-signed certificates where deployment architecture permits

Patch Information

As of the time of publication, there is no patch available for this vulnerability. The weakness is architectural in nature and affects all releases in the v0.4.0 through v0.8.2 range. Users should monitor the GitHub Security Advisory for updates on potential fixes.

Workarounds

  • Keep TEE firmware and microcode current to minimize the attack surface for ephemeral key extraction
  • Implement strict attestation policies validating firmware versions, TCB levels, and all platform configuration registers
  • Enable mutual aTLS with CA-signed certificates where your deployment architecture supports this configuration
  • Consider implementing additional out-of-band verification mechanisms for high-security workloads
  • Restrict physical access to server hardware hosting TEE workloads

Note that no complete workaround is available. The hardening measures listed above reduce but do not eliminate the risk.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCocos

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-322
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English