Bug 2497106 (CVE-2026-14570) - CVE-2026-14570 Crypt::DSA: Crypt::DSA: Private key recovery due to biased random number generation
Summary: CVE-2026-14570 Crypt::DSA: Crypt::DSA: Private key recovery due to biased ran...
Keywords:
Status: NEW
Alias: CVE-2026-14570
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2497528 2497529
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-05 02:02 UTC by OSIDB Bzimport
Modified: 2026-07-06 21:57 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-05 02:02:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.