CVE-2026-47373
Deferred Deferred - Pending Action
Timing Attack Vulnerability in Crypt::SaltedHash Perl Module

Publication date: 2026-05-20

Last updated on: 2026-05-21

Assigner: CPANSec

Description
Crypt::SaltedHash versions through 0.09 for Perl is susceptible to timing attacks. These versions use Perl's built-in eq comparison. Discrepencies in timing could be used to guess the underlying hash.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-20
Last Modified
2026-05-21
Generated
2026-06-10
AI Q&A
2026-05-21
EPSS Evaluated
2026-06-08
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
crypt saltedhash to 0.09 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-208 Two separate operations in a product require different amounts of time to complete, in a way that is observable to an actor and reveals security-relevant information about the state of the product, such as whether a particular operation was successful or not.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

Crypt::SaltedHash versions through 0.09 for Perl are vulnerable to timing attacks.

These versions use Perl's built-in eq comparison, which can have discrepancies in timing.

An attacker could exploit these timing differences to guess the underlying hash.

Impact Analysis

This vulnerability could allow an attacker to perform timing attacks to deduce the underlying hash values.

If the hashes represent sensitive data such as passwords, this could lead to unauthorized access or compromise of user credentials.

Compliance Impact

The vulnerability in Crypt::SaltedHash versions up to 0.09 allows timing attacks that could enable an attacker to guess underlying hash values. This could potentially lead to unauthorized access to sensitive data if hashes are used for authentication or data protection.

Such a vulnerability may impact compliance with standards and regulations like GDPR or HIPAA, which require adequate protection of personal and sensitive data. If an attacker exploits this timing attack to compromise hashed data, it could result in a data breach or unauthorized disclosure, thereby violating these regulations.

To maintain compliance, it is important to mitigate this vulnerability by upgrading to Crypt::SaltedHash version 0.10 or later, which implements a constant-time comparison to prevent timing attacks.

Mitigation Strategies

To mitigate the vulnerability in Crypt::SaltedHash versions up to 0.09, you should upgrade to version 0.10 or later.

The fix replaces the insecure string comparison with a constant-time comparison to prevent timing attacks.

The patch is available on GitHub and the update is documented in the release notes for version 0.10.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47373. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart