SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-6656

HIGH · CVSS 7.5 EPSS 0.32%

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

CyberRota Analysis

AI-Generated

Crypt::Password versions up to 0.28 for Perl are vulnerable to timing attacks due to the use of the eq operator in the check_password method, which can lead to the exposure of hashed passwords. This vulnerability allows attackers to exploit timing discrepancies to infer information about the hash, potentially compromising user credentials. Organizations utilizing this library should prioritize remediation to protect sensitive authentication processes.

CVE
CVE-2026-6656
Severity
HIGH
CVSS
7.5
EPSS
0.32%

Original NVD Description

Crypt::Password versions through 0.28 for Perl are susceptible to timing attacks. The check_password method uses the built-in eq operator. This allows discrepancies in timing to be used to guess the underlying hash.