CVE-2026-12205
CVE-2026-12205 is a critical-severity vulnerability with a CVSS 3.x base score of 9.1. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-323.
Key facts
- Severity: Critical (CVSS 3.x base score 9.1)
- EPSS exploit prediction: 0% (21st percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-37016
- Weakness: CWE-323
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is 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.
- How severe is CVE-2026-12205?
- CVE-2026-12205 has a CVSS 3.x base score of 9.1, rated critical severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability none.
- Is CVE-2026-12205 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (21st percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-12205?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
- Does CVE-2026-12205 have an EU (EUVD) identifier?
- Yes. CVE-2026-12205 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-37016.
- When was CVE-2026-12205 published?
- CVE-2026-12205 was published on 2026-06-15 and last updated on 2026-06-17.
References
- https://metacpan.org/release/TIMLEGGE/Crypt-DSA-1.20/source/lib/Crypt/DSA.pm#L47
- https://metacpan.org/release/TIMLEGGE/Crypt-DSA-1.21/changes
- http://www.openwall.com/lists/oss-security/2026/06/15/4
Other CWE-323 vulnerabilities
- CVE-2026-59099 — Critical (CVSS 9.1): Apereo CAS 7.3.0 before 8.0.0-RC6 contains a cryptographic vulnerability that allows remote unauthenticated attackers…
- CVE-2026-49952 — Critical (CVSS 9.1): Discuz! X5.0 releases 20260320 through 20260501 contains an authentication bypass vulnerability that allows…
- CVE-2025-64767 — Critical (CVSS 9.1): hpke-js is a Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API. Prior to version 1.7.5,…
- CVE-2025-47345 — High (CVSS 8.4): Cryptographic issue may occur while encrypting license data.
- CVE-2026-3559 — High (CVSS 8.1): Philips Hue Bridge HomeKit Accessory Protocol Static Nonce Authentication Bypass Vulnerability. This vulnerability…
- CVE-2026-55967 — High (CVSS 7.5): AES-GCM encryption/decryption with extremely large cumulative single message sizes (>64 GiB) were not properly rejected…