Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-5088

26
FAUCET Score

OVERVIEW CVE-2026-5088 affects Apache::API::Password for Perl through version 0.5.2 and involves insecure random salt generation for password hashing. The vulnerability occurs in the _make_salt and _make_salt_bcrypt methods, which attempt to use cryptographically secure random sources (Crypt::URandom or Bytes::Random::Secure) but fall back to Perl's built-in rand function if neither module is available. Since Perl's rand function is unsuitable for cryptographic purposes, this fallback mechanism can result in weak, predictable salts that compromise password security. SEVERITY The vulnerability carries a CVSS 3.1 score of 7.5 (HIGH) with a network-based attack vector, low attack complexity, no privilege requirements, and no user interaction needed. The primary impact is confidentiality compromise, as weak salts significantly reduce the computational cost of cracking password hashes through rainbow tables or brute force attacks. While integrity and availability are not directly affected, the compromise of hashed passwords represents a substantial security risk. EXPLOITATION STATUS There is no evidence of active exploitation, as CVE-2026-5088 does not appear on the Known Exploited Vulnerabilities catalog and is listed as inactive on threat tracking lists. The EPSS score of 0.00047 indicates this vulnerability ranks below the 99.86th percentile in likelihood of exploitation. No publicly available exploit code has been reported, and community attention appears minimal, though organizations using affected versions should nevertheless prioritize patching to secure password infrastructure.

Impacted Technologies

VendorProductVersion(s)CPE
>= 0, <= 0.5.2CPE match
cpe:2.3:a:jdeguest:apache\:\:api\:\:password:*:*:*:*:*:perl:*:*
< 0.5.3CPE matchmatch criteria
cpe:2.3:a:jdeguest:apache\:\:api\:\:password:*:*:*:*:*:perl:*:*

CVSS Data

CVSS version used by this source: 3.1

7.5HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
NONE
Availability Impact
NONE
Exploitability Score
3.9
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.57%
Probability of exploitation in next 30 days
EPSS Percentile
43.9%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0057 is in the 21st percentile among its peer group of 51,506 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Remediation records are not available for this CVE.

References

metacpan.org / pod/Crypt::URandom
Product
metacpan.org / release/JDEGUEST/Apache2-API-v0.5.2/view/lib/Apache2/API/Password.pod
Product
metacpan.org / release/JDEGUEST/Apache2-API-v0.5.3/changes
Release Notes
security.metacpan.org / docs/guides/random-data-for-security.html
Product
openwall.com / lists/oss-security/2026/04/15/4
Mailing ListThird Party Advisory
openwall.com / lists/oss-security/2026/04/15/5
Mailing ListThird Party Advisory