Crypt::DSA versions before 1.22 for Perl draw the DSA signing nonce and private key from a biased random generator, leading to private-key recovery.
"Crypt::DSA::Util::makerandom forces the high bit of every value it returns to obtain an exactly N-bit integer for prime search. The signing nonce and the private key are drawn from makerandom. Because the high bit is always set, the result is not uniform: its top bit is fixed, producing insecure values."
An attacker who collects a modest number of signatures under an affected key, together with the public key, can recover the private key with a lattice attack.
Keys used to sign with an affected version should be considered compromised and new keys should be generated.
References
Configurations
No configuration.
History
06 Jul 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
05 Jul 2026, 06:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
05 Jul 2026, 02:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-05 02:17
Updated : 2026-07-06 18:16
NVD link : CVE-2026-14570
Mitre link : CVE-2026-14570
CVE.ORG link : CVE-2026-14570
JSON object : View
Products Affected
No product.
CWE
CWE-330
Use of Insufficiently Random Values
