VYPR

Crypt::DSA

by Crypt::DSA

CVEs (1)

  • CVE-2026-12205Jun 15, 2026
    risk 0.00cvss epss

    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…