SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-16235

CRITICAL · CVSS 9.8 EPSS 0.36%

Source: NVD + CISA KEV + EPSS · Published 2026-07-20 · Last synced 2026-08-19

CyberRota Analysis

AI-Generated

Versions of Crypt::Password up to 0.28 for Perl are vulnerable due to the use of the insecure built-in rand function for generating salts, leading to predictable random values. This critical vulnerability can compromise the security of password hashing, making it easier for attackers to crack passwords. Organizations using these versions should prioritize immediate updates to mitigate the risk of credential exposure.

CVE
CVE-2026-16235
Severity
CRITICAL
CVSS
9.8
EPSS
0.36%

Original NVD Description

Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography.