CVE-2026-10097 is an incorrect comparison in wolfSSL's x86-64 AVX2-optimized ML-KEM-1024 decapsulation implementation. The mlkem_cmp_avx2 routine compares only 1,536 of the required 1,568 ciphertext bytes during the Fujisaki-Okamoto re-encryption check, leaving the final 32 bytes unchecked. A ciphertext modified exclusively in those unchecked bytes can be accepted rather than triggering ML-KEM implicit rejection. This implementation flaw breaks the IND-CCA2 security property of affected ML-KEM-1024 deployments; ML-KEM itself is not mathematically broken.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
This repository is a real exploit/research repo for two wolfSSL ML-KEM-1024 vulnerabilities: CVE-2026-10097 (x86-64 AVX2) and CVE-2026-6330 (ARM64 NEON). Its purpose is not remote intrusion in the classic sense, but practical cryptographic key recovery from a vulnerable decapsulation oracle. The core capability is to exploit incomplete ciphertext comparison in wolfSSL’s Fujisaki-Okamoto implicit-rejection logic so that tampered ciphertexts are accepted if modifications fall in unchecked regions. The Python recovery harnesses then vary unchecked compressed v-coefficients, observe oracle output, reconstruct decryption-noise-related measurements, and solve a linear regression problem to recover the secret ML-KEM key coefficients. Repository structure is split into two parallel subtrees: avx2-cve-2026-10097/ and neon-cve-2026-6330/. Each contains README/reproduction docs, a C oracle implementation, a C sweep tool to identify unchecked ciphertext positions, and Python scripts for simulation, validation, and live recovery. The AVX2 subtree is the more complete analytical path, including RECOVERY_ANALYSIS.md and scripts verify_compressed.py, regress_compressed.py, test_harness.py, and live_recover_avx2.py. The NEON subtree mirrors the live attack flow with predict_unchecked.py, regress_neon.py, validate_neon.py, live_recover_neon.py, and a Dockerfile for ARM64/QEMU reproduction. Main exploit behavior: - wolf_oracle.c creates a persistent local ML-KEM-1024 decapsulation oracle using vulnerable wolfSSL code, exports public/private keys for scoring, and accepts ciphertexts over stdin. - sweep_implicit_reject.c and sweep_neon_fo.c confirm which ciphertext bytes are not checked by decapsulation. - live_recover_avx2.py and live_recover_neon.py perform the end-to-end attack by generating ciphertexts, modifying unchecked v-coefficients, querying the oracle repeatedly, deriving regression targets, and solving for the secret key. - regress_compressed.py and regress_neon.py simulate the same recovery offline against kyber-py models. - validate_neon.py is a lighter live validation script for the NEON case. Targeting details extracted from the code/docs: - Product: wolfSSL ML-KEM-1024 implementation before 5.9.2. - AVX2 bug: only bytes 1536-1567 of the 1568-byte ciphertext are unchecked, corresponding to v-coefficients 205-255. - NEON bug: approximately half the ciphertext is unchecked; predicted/validated v-coefficient bands are [52-101], [154-203], and [231-255]. - Reproduction uses pre-fix wolfSSL commit d278da09d. This is operational exploit code rather than mere detection: it includes a working oracle, live attack harnesses, and documented recovery results showing high-percentage or full recovery of ML-KEM secret coefficients under the stated conditions.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
2 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.