CVE-2017-20240: Crypt::PBKDF2 versions before 0.261630 for Perl are vulnerable to timing attacks
Crypt::PBKDF2 versions before 0.261630 for Perl are vulnerable to timing attacks.
These versions use Perl's built-in eq comparison. Discrepancies in timing could be used to guess the underlying derived-key.
Security readout for executives and security teams
CVE-2017-20240 affects the Perl Crypt::PBKDF2 module before version 0.261630. Older versions compare derived keys in a way that can leak timing differences. In some conditions, an attacker could use those differences to infer sensitive key material. This is not reported as actively exploited in the provided sources. Exposure is likely limited to Perl applications that directly or transitively use Crypt::PBKDF2 versions before 0.261630 for password or key verification paths reachable by an attacker. Systems not using this CPAN module are not affected based on the provided sources. Treat as a targeted remediation item, not an emergency. Prioritize environments where Perl applications expose authentication or key-verification functions to untrusted users. The business risk is confidentiality loss, but successful exploitation appears technically difficult and no active exploitation is cited. Mitigation focus: Upgrade Crypt::PBKDF2 to version 0.261630 or later.; Check vendor or maintainer guidance for any application-specific upgrade notes.; Identify and update transitive or vendored copies of Crypt::PBKDF2..
Prepared
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-208: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-208 · source CWE mapping
Observable Timing Discrepancy
Observable Timing Discrepancy represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.