Lucene search
+L

43 matches found

Kitploit
Kitploit
added 2026/09/07 4:06 p.m.7 views

ml-kem-key-recovery

从 wolfSSL ML-KEM 中部分 Fujisaki-Okamoto 比较实现完整密钥恢复 CVE-2026-6330(NEON)和 CVE-2026-10097(AVX2)。已在 wolfSSL 5.9.2 中修复。 完整技术报告已发布为 Cryptology ePrint Archive, Paper 2026/1682 (本地副本见 paper/)。参见下方 引用。 引言 ML-KEM(Kyber,FIPS 203)之所以能够抵抗 选择密文攻击, 是因为解封装内部存在一项检查:接收方会重新加密刚刚解密的消息,并且仅当结果与输入密文...

8.3CVSS5.9AI score0.00262EPSS
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/06 12:18 a.m.11 views

mlkem-native

mlkem-native mlkem-native es una implementación segura, rápida y portable en C901 de ML-KEM2. Es un fork de la implementación de referencia de ML-KEM3. Todo el código C en mlkem/src/ y mlkem/src/fips202/ está demostrado como seguro en memoria sin desbordamientos de memoria y seguro en tipos sin...

6.1AI score
SaveExploits0References41
Kitploit
Kitploit
added 2026/09/05 12:59 p.m.4 views

kroxylicious-pqc-filter

Kroxylicious PQC 记录加密过滤器 一款 Kroxylicious 过滤器插件,使用 ML-KEM (FIPS 203)密钥封装和 AES-256-GCM 对称加密,为 Apache Kafka 提供透明的 后量子密码学(PQC) 记录级加密。 Kafka 生产者和消费者零代码更改 。Kroxylicious 代理 拦截流量,并在 Produce 时自动加密、在 Fetch 时自动解密。 Producer ──plaintext── Kroxylicious ──encrypted── Kafka Broker Consumer ──plaintext──...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/03 12:59 p.m.6 views

camel-pqc-tls

基于 Apache Camel 的后量子 TLS 本仓库包含三个示例,演示了在 Apache Camel 中使用 X25519MLKEM768 混合密钥交换进行 后量子密码学 PQC TLS 1.3 握手 。 X25519MLKEM768 将经典的 X25519 椭圆曲线 Diffie-Hellman 与 ML-KEM-768 (一种基于后量子格的密钥封装机制,NIST FIPS 203)相结合。两种算法同时运行,即使其中一种被破解,安全性也得以维持。 示例 示例| JDK| TLS 提供者| 方法 ---|---|---|--- pqc-ssl-context| JDK 27|...

6AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/28 8:17 a.m.10 views

CVE-2024-14041

In Bouncy Castle for Java from 1.73 to before 1.78, three ML-KEM CRYSTALS-Kyber routines divided secret-derived polynomial coefficients by the modulus q: Poly.toMsg, which decodes the decrypted message, and the ciphertext compression routines Poly.compressPoly and PolyVec.compressPolyVec. An...

8.2CVSS5.4AI score0.00345EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/06/30 12:00 a.m.21 views

Linux Distros Unpatched Vulnerability : CVE-2026-6330

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

6.5CVSS6AI score0.00169EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/06/25 10:17 p.m.12 views

CVE-2026-6330

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 par...

6.5CVSS6.2AI score0.00169EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/25 9:01 p.m.55 views

CVE-2026-6330

CVE-2026-6330 : In ML-KEM targeting ARM64 NEON, the ciphertext comparison only checks half of the input. This breaks the Fujisaki-Okamoto transform’s implicit rejection, weakening IND-CCA2 security on that path. The constant-time comparison thus ignores part of the re-encrypted ciphertext, allowi...

6.5CVSS5.9AI score0.00169EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/25 9:01 p.m.11 views

CVE-2026-6330 ML-KEM ARM64 NEON ciphertext comparison only compares half of the input

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 par...

6.3CVSS6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/06/25 7:59 p.m.47 views

CVE-2026-10097 ML-KEM-1024 x64 AVX2 incomplete cipher text comparison enables IND-CCA2 break and static private-key recovery

wolfSSL's AVX2-optimized ML-KEM implementation mlkemcmpavx2 compares only 1536 of the 1568 ciphertext bytes during the Fujisaki-Okamoto re-encryption check in ML-KEM-1024 decapsulation. Ciphertexts that differ from the expected re-encryption solely in bytes 1536-1567 bypass implicit rejection and...

8.3CVSS0.00262EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/06/25 7:59 p.m.11 views

CVE-2026-10097

wolfSSL's AVX2-optimized ML-KEM implementation mlkemcmpavx2 compares only 1536 of the 1568 ciphertext bytes during the Fujisaki-Okamoto re-encryption check in ML-KEM-1024 decapsulation. Ciphertexts that differ from the expected re-encryption solely in bytes 1536-1567 bypass implicit rejection and...

8.3CVSS5.8AI score0.00262EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/06/25 7:59 p.m.53 views

CVE-2026-10097

Summary: CVE-2026-10097 affects wolfSSL’s ML-KEM-1024 x64 AVX2 implementation. The Fujisaki-Okamoto decapsulation path performs an incomplete ciphertext check, failing to compare the final portion of the 1568-byte ciphertext. As a result, ciphertexts manipulated in those final bytes can bypass im...

8.3CVSS5.8AI score0.00262EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/25 11:52 a.m.13 views

SUSE-SU-2026:22365-1 Security update for openCryptoki

This update for openCryptoki fixes the following issues Upgrade openCryptoki to version 3.27 jscPED-14609: Add base support for PKCS11 v3.2. Add support for PKCS11 v3.2 CVerifySignatureInit|Update|Final. Add support for PKCS11 v3.2 CEncapsulateKey/CDecapsulateKey. Soft/ICA/CCA/EP11: Add support f...

6.8CVSS5.8AI score0.00252EPSS
SaveExploits2References5
Positive Technologies
Positive Technologies
added 2026/06/25 12:00 a.m.35 views

PT-2026-52560

Name of the Vulnerable Software and Affected Versions wolfSSL affected versions not specified Description The AVX2-optimized ML-KEM implementation contains a logic error in the mlkem cmp avx2 function during the Fujisaki-Okamoto transform. In ML-KEM-1024 decapsulation, the constant-time ciphertex...

8.3CVSS5.8AI score0.00262EPSS
SaveExploits0References6
RustSec
RustSec
added 2026/06/04 12:00 p.m.37 views

`pqcrypto-mlkem` is unmaintained: upstream PQClean project being archived

This crate provides Rust bindings to ML-KEM FIPS 203 via C implementations from PQClean. The PQClean project is being archived in or after July 2026 see PQClean/PQClean604, after which no further security patches or bug fixes will be applied to the upstream implementations. As a result, this crat...

5.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/06/04 12:00 a.m.17 views

PT-2026-49125

The pqcrypto crate and the entire pqcrypto- ecosystem wrap C implementations from PQClean. The PQClean project is being archived in or after July 2026 see PQClean/PQClean604, after which no further security patches, algorithm updates, or bug fixes will be applied to the upstream implementations. ...

5.3AI score
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2026/03/26 5:59 p.m.10 views

libcrux-digest (>=0.0.4-pre.1, <=0.0.6), libcrux-kem (>=0.0.2-alpha.1, <=0.0.2) +7 more potentially affected by unknown CVE via libcrux-sha3 (>=0.0.2, <=0.0.7-pre.2)

libcrux-sha3 CARGO version =0.0.2, =0.0.4-pre.1, =0.0.2-alpha.1, =0.0.3, =0.0.2-alpha.1, =0.0.2-alpha.3 - libcrux-psq 0.0.2-beta.3 - pqc-combo 0.1.0 - pqc-fips 0.0.3 - pqc-nostd 0.1.0 - wpa-next 0.1.0 Source cves: unknown CVE Source advisory: OSV:GHSA-Q29P-9PFR-J652...

5.4AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/03/04 12:00 p.m.7 views

libcrux-digest (>=0.0.4-pre.1, <=0.0.6), libcrux-kem (>=0.0.2-alpha.1, <=0.0.2) +7 more potentially affected by unknown CVE via libcrux-sha3 (>=0.0.2, <=0.0.7-pre.2)

libcrux-sha3 CARGO version =0.0.2, =0.0.4-pre.1, =0.0.2-alpha.1, =0.0.3, =0.0.2-alpha.1, =0.0.2-alpha.3 - libcrux-psq 0.0.2-beta.3 - pqc-combo 0.1.0 - pqc-fips 0.0.3 - pqc-nostd 0.1.0 - wpa-next 0.1.0 Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2026-0074...

5.4AI score
SaveExploits0
OSV
OSV
added 2025/12/04 5:24 p.m.25 views

GHSA-2CGV-28VR-RV6J libcrux incorrectly calculates on aarch64

On platforms without the core::arch::aarch64::vxarqu64 intrinsic, an unverified fallback in libcrux-intrinsics v0.0.3 passed incorrect arguments and produced wrong results. This corrupted SHA-3 digests and caused libcrux-ml-kem and libcrux-ml-dsa to sample incorrectly, yielding incorrect shared...

8.8CVSS5.8AI score
SaveExploits0References5
OSV
OSV
added 2025/12/04 12:00 p.m.15 views

RUSTSEC-2025-0133 Incorrect calculation on aarch64

On platforms without the core::arch::aarch64::vxarqu64 intrinsic, an unverified fallback in libcrux-intrinsics v0.0.3 passed incorrect arguments and produced wrong results. This corrupted SHA-3 digests and caused libcrux-ml-kem and libcrux-ml-dsa to sample incorrectly, yielding incorrect shared...

5.8AI score
SaveExploits0References3
Rows per page
Query Builder