PT-2026-27359 · Crates.Io · Libcrux-Ml-Dsa

Published

2026-03-04

·

Updated

2026-03-04

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
The ML-DSA verification algorithm as specified in FIPS 204, subsection 6.3 requires verifiers to check that the infinity norm of the deserialized signer response $z$ does not exceed $gamma 1 - beta$ (line 13 of Algorithm 8). The same check is required to be performed during signature generation.
libcrux-ml-dsa did not perform this check correctly during signature verification, accepting signatures with signer response norm above the allowed maximum value. The check is correctly performed during signing.

Impact

Applications using libcrux-ml-dsa for signature verification would have accepted signatures that would be rejected by a conforming implementation.

Mitigation

Starting from version 0.0.8, signature verification uses the correct value for $gamma 1$ in the signer response norm check.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

RUSTSEC-2026-0077

Affected Products

Libcrux-Ml-Dsa