Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-14570

Gravedad:
Pendiente de análisis
Tipo:
CWE-330 Uso de valores insuficientemente aleatorios
Fecha de publicación:
05/07/2026
Última modificación:
05/07/2026

Descripción

*** Pendiente de traducción *** 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.<br /> <br /> "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."<br /> <br /> 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.<br /> <br /> Keys used to sign with an affected version should be considered compromised and new keys should be generated.

Impacto