CVE-2025-64186
BaseFortify
Publication date: 2025-11-12
Last updated on: 2026-02-13
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| evervault | evervault | to 1.3.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-347 | The product does not verify, or incorrectly verifies, the cryptographic signature for data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the evervault-go SDK's attestation verification logic before version 1.3.2. It may allow incomplete attestation documents to pass validation, causing the client to trust an enclave operator that does not meet expected integrity guarantees. The issue mainly affects applications that only check PCR8, and is less effective if other PCR values (0, 1, and 2) are checked. The vulnerability has been fixed in version 1.3.2 by improving document validation and verification checks.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause your application to trust an enclave operator that does not meet expected integrity guarantees, potentially compromising the security of your payment processing or sensitive data. However, exploitation is limited in Evervault-hosted environments because an attacker would need the ability to serve requests from specific Evervault domain names. The impact is greater if your application only checks PCR8 during attestation verification.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the evervault-go SDK to version 1.3.2 or later, which addresses the vulnerability by validating attestation documents before caching and replacing naive equality checks with a SatisfiedBy check. If upgrading is not possible for enclaves hosted outside Evervault environments, modify application logic to fail verification if PCR8 is not explicitly present and non-empty, and/or add custom pre-validation to reject attestation documents that omit any required PCRs.