Description
ML-KEM-1024 x64 AVX2 implicit rejection failure in the Fujisaki-Okamoto transform breaks IND-CCA2 security, allowing decapsulation to deviate from the implicit-rejection behavior required by the standard. The AVX2 constant-time ciphertext comparison used during decapsulation never compared the final 32-byte block of the 1568-byte ML-KEM-1024 ciphertext, so a ciphertext manipulated only in those final bytes would compare as equal and decapsulation returned the real shared secret instead of performing the required implicit rejection.
Published: 2026-06-25
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an incomplete constant‑time ciphertext comparison in the AVX2 implementation of the Fujisaki‑Okamoto transform used by wolfSSL’s ML‑KEM‑1024. Because the final 32‑byte block of the 1568‑byte ciphertext is never compared, a ciphertext that is altered only in that block can be accepted, causing the library to return the true shared secret instead of performing the required implicit rejection. This flaw breaks IND‑CCA2 security and permits an attacker to obtain the session key, a serious cryptographic leakage classified as CWE‑327.

Affected Systems

wolfSSL is the affected vendor and product. The CVE payload does not specify affected version ranges or precise build settings; the flaw is present in implementations that compile the AVX2 constant‑time comparison for the ML‑KEM‑1024 algorithm.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV, so the probability of widespread real‑world exploitation is unclear. However, the flaw can be leveraged by sending a manipulated ciphertext that differs only in the final 32 bytes during normal operation; if an attacker can influence the ciphertext sent to a vulnerable instance, they can recover the shared secret. No special privileges or additional conditions are described, so the attack path is purely data‑based.

Generated by OpenCVE AI on June 25, 2026 at 21:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update wolfSSL to the latest patch that addresses CVE‑2026‑10097.
  • If an wolfSSL without AVX2 support to eliminate the faulty constant‑time comparison.
  • Apply additional runtime checks for ciphertext validity, ensuring that implicit rejection is enforced even when AVX2 optimization is active.

Generated by OpenCVE AI on June 25, 2026 at 21:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 01:30:00 +0000

Type Values Removed Values Added
First Time appeared Wolfssl
Wolfssl wolfssl
Vendors & Products Wolfssl
Wolfssl wolfssl

Thu, 25 Jun 2026 20:15:00 +0000

Type Values Removed Values Added
Description ML-KEM-1024 x64 AVX2 implicit rejection failure in the Fujisaki-Okamoto transform breaks IND-CCA2 security, allowing decapsulation to deviate from the implicit-rejection behavior required by the standard. The AVX2 constant-time ciphertext comparison used during decapsulation never compared the final 32-byte block of the 1568-byte ML-KEM-1024 ciphertext, so a ciphertext manipulated only in those final bytes would compare as equal and decapsulation returned the real shared secret instead of performing the required implicit rejection.
Title ML-KEM-1024 x64 AVX2 implicit rejection failure breaks IND-CCA2 security
Weaknesses CWE-327
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: wolfSSL

Published:

Updated: 2026-06-25T19:59:30.848Z

Reserved: 2026-05-29T15:01:16.331Z

Link: CVE-2026-10097

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T01:15:04Z

Weaknesses
  • CWE-327

    Use of a Broken or Risky Cryptographic Algorithm