CVE-2026-24850
Last modified
CVE-2026-24850 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-24850?
How severe is CVE-2026-24850?
How do I fix CVE-2026-24850?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-24845malcontent discovers supply-chain compromises through. conte…6.5
- CVE-2026-24846malcontent discovers supply-chain compromises through. conte…5
- CVE-2026-24847OpenEMR is a free and open source electronic health records …6.1
- CVE-2026-24848OpenEMR is a free and open source electronic health records …9.9
- CVE-2026-24849OpenEMR is a free and open source electronic health records …6.5
- CVE-2026-2485IBM Infosphere Information Server 11.7.0.0 through 11.7.1.6 …4.8
- CVE-2026-24851OpenFGA is a high-performance and flexible authorization/per…8.8
- CVE-2026-24852iccDEV provides a set of libraries and tools that allow for …8.1
- CVE-2026-24853Caido is a web security auditing toolkit. Prior to 0.55.0, C…9.8
- CVE-2026-24854ChurchCRM is an open-source church management system. A SQL …8.8
- CVE-2026-24855ChurchCRM is an open-source church management system. Versio…5.4
- CVE-2026-24856iccDEV provides a set of libraries and tools that allow for …7.8
Are you affected by CVE-2026-24850?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
