CVE-2026-6330
Analyzed Analyzed - Analysis Complete

ML-KEM NEON Ciphertext Comparison Flaw Weakens IND-CCA2 Security

Vulnerability report for CVE-2026-6330, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-25

Last updated on: 2026-06-27

Assigner: wolfSSL Inc.

Description

The ML-KEM ARM64 NEON ciphertext comparison only compares half of the input, breaking the Fujisaki-Okamoto transform's implicit rejection and weakening IND-CCA2 security on that code path. The constant-time comparison effectively ignored part of the re-encrypted ciphertext, so a decapsulating party could fail to detect a manipulated ciphertext and proceed without the standard's required implicit rejection.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-25
Last Modified
2026-06-27
Generated
2026-07-16
AI Q&A
2026-06-26
EPSS Evaluated
2026-07-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wolfssl wolfssl From 5.7.4 (inc) to 5.9.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-327 The product uses a broken or risky cryptographic algorithm or protocol.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the ML-KEM ARM64 NEON ciphertext comparison process, which only compares half of the input ciphertext. This flaw breaks the Fujisaki-Okamoto transform's implicit rejection mechanism, weakening the IND-CCA2 security on that code path.

Because the constant-time comparison ignores part of the re-encrypted ciphertext, a decapsulating party might fail to detect a manipulated ciphertext and proceed without performing the required implicit rejection.

Impact Analysis

This vulnerability can allow an attacker to manipulate ciphertexts without detection during the decapsulation process. As a result, the security guarantees of the cryptographic scheme are weakened, potentially allowing unauthorized access or data compromise due to the failure to reject invalid ciphertexts.

Compliance Impact

The vulnerability weakens the IND-CCA2 security of the ML-KEM ARM64 NEON ciphertext comparison by failing to detect manipulated ciphertexts due to incomplete comparison. This failure to perform the standard's required implicit rejection could lead to cryptographic weaknesses.

While the CVE description does not explicitly mention compliance with standards such as GDPR or HIPAA, weakened cryptographic security can potentially impact compliance with these regulations, which require strong data protection measures.

Therefore, this vulnerability may indirectly affect compliance by undermining the security guarantees expected under such standards, but no direct linkage or specific compliance impact is detailed in the provided information.

Mitigation Strategies

To mitigate this vulnerability, update the wolfSSL library to a version that includes the fix for the ML-KEM NEON compare logic on AArch64. The fix corrects the ciphertext comparison to properly enforce the Fujisaki-Okamoto transform's implicit rejection, preventing manipulated ciphertext from bypassing security checks.

Applying the patch from wolfSSL's Pull Request #10192 or upgrading to a version containing these changes is recommended to ensure robust security against this issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-6330. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart