Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-92701 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Cocos AI is a confidential computing system for running AI workloads inside trusted execution environments. In versions up to and including 0.8.2, the intra-handshake attested TLS (aTLS) Intel TDX verification path does not copy the expected current-session freshness value into the TDX quote-body policy before quote validation, so structurally valid TDX QuoteV4 Evidence is accepted without checking that its REPORT_DATA field matches the reportData expected for the current session. A relying party using this path can therefore accept Evidence with a mismatched or reused reportData and release application data after the handshake, enabling session-misbinding to an unintended attestation context. The issue is fixed in version 0.9.0.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-346Origin Validation Error[email protected]
CWE-354Improper Validation of Integrity Check Value[email protected]

Affected Products

ProductVersions
Ultravioletrs Cocos
<= 0.8.2 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.9.0moderate efforthttps://github.com/ultravioletrs/cocos/releases/tag/v0.9.0
  • Workaround:low effort

    Do not rely on the affected TDX/aTLS verifier path for session freshness unless the expected current-session reportData value is explicitly validated before accepting Evidence and before releasing application data.

  • Mitigation:low effort

    Validate the caller/session freshness value before verifier acceptance. For TDX, clone the quote-body policy per verification, reject nil/short/all-zero freshness where freshness is required, and set TdQuoteBodyPolicy.ReportData from the expected current-session value before quote-body validation. Ensure verifier rejection prevents application-data release.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-92701
NVD Published Date:
Sep 18, 2026
NVD Last Modified:
Sep 24, 2026
Source:
[email protected]
CVE-2026-92701 Details - Not Deferred