CVE-2026-12205

Crypt::DSA versions before 1.21 for Perl reused the nonce across signatures, leading to private-key recovery. Crypt::DSA::sign caches the per-signature nonce material in the Key object without ever clearing it. The first sign() on a Key object picks a nonce, and every later sign() on that same object reuses it, producing an identical "r". Keys used to sign more than once with an affected version should be considered compromised.
Configurations

No configuration.

History

16 Jun 2026, 17:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.1

15 Jun 2026, 23:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-15 23:16

Updated : 2026-06-17 10:14


NVD link : CVE-2026-12205

Mitre link : CVE-2026-12205

CVE.ORG link : CVE-2026-12205


JSON object : View

Products Affected

No product.

CWE
CWE-323

Reusing a Nonce, Key Pair in Encryption