AUGUST 17, 2026
Live Feed
Back to database
Case File

CVE-2026-12205

CRITICAL · CVSS 9.1 EPSS 0.29%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-06-15 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.1. See the original NVD description below for full technical details.

CVE
CVE-2026-12205
Severity
CRITICAL
CVSS
9.1
EPSS
0.29%

Original NVD 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.