CVE detail
CVE-2026-24850
The ML-DSA crate is a Rust implementation of the Module-Lattice-Based Digital Signature Standard (ML-DSA). Starting in version 0.0.4 and prior to version 0.1.0-rc.4, the ML-DSA signature verification implementation in the RustCrypto `ml-dsa` crate incorrectly accepts signatures with repeated (duplicate) hint indices. According to the ML-DSA specification (FIPS 204 / RFC 9881), hint indices within each polynomial must be **strictly increasing**. The current implementation uses a non-strict monotonic check (`<=` instead of `<`), allowing duplicate indices. This is a regression bug. The original implementation was correct, but a commit in version 0.0.4 inadvertently changed the strict `<` comparison to `<=`, introducing the vulnerability. Version 0.1.0-rc.4 fixes the issue.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 24.9 · diversity 11.5 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
11 source links · newest first
No excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AMNo excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AMNo excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AMNo excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AMNo excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AMNo excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AMNo excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AMNo excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AM- https://github.com/C2SP/wycheproofgithub.com
No excerpt available.
Exploitgithub.comJan 28, 2026, 1:16 AM - https://datatracker.ietf.org/doc/html/rfc9881datatracker.ietf.org
No excerpt available.
Exploitdatatracker.ietf.orgJan 28, 2026, 1:16 AM - https://csrc.nist.gov/pubs/fips/204/finalcsrc.nist.gov
No excerpt available.
referencecsrc.nist.govJan 28, 2026, 1:16 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-48021CVSS 9.1 · Critical
In epa4all, prior to version 2026-05-20, an attacker who can intercept the TLS connection between epa4all and the ePA backend can complete the VAU handshake with attacker-controll…
- CVE-2026-52686CVSS 3.7 · Low
The issue is a DNSSEC validation bypass where wildcard expansion proofs (NSEC/NSEC3 records) are accepted without signature validation when the wildcard answer is a CNAME or DNAME…
- CVE-2026-13089CVSS N/A · Unrated
OIDC::Lite versions through 0.12.1 for Perl allow ID Token signature verification bypass via a token-controlled algorithm allowlist in verify. When the caller does not pin an alg…
- CVE-2026-10723CVSS 6.8 · Medium
BIND may accept incorrect child-zone NSEC3 records as valid, which could allow an attacker to forge authenticated NXDOMAIN responses. This issue affects BIND 9 versions 9.18.0 thr…
- CVE-2026-64623CVSS 8.8 · High
Network-AI before 5.13.4 contains an improper cryptographic signature verification vulnerability in APSAdapter where the default local verifier accepts any non-empty string as val…
- CVE-2026-49834CVSS 5.9 · Medium
sigstore-go is a Go library for Sigstore signing and verification. Prior to 1.2.0, a verifier configured with WithTransparencyLog(N>1) or WithSignedCertificateTimestamps(N>1) coun…