CVE-2026-5088
Last modified
CVE-2026-5088 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts. The _make_salt and _make_salt_bcrypt methods will attept to load Crypt::URandom and then Bytes::Random::Secure to generate random bytes for the salt. If those modules are unavailable, it will simply return 16 bytes generated with Perl's built-in rand function. The rand function is unsuitable for cryptographic use. These salts are used for password hashing.. EPSS estimates a 0.57% chance of exploitation in the next 30 days.
Description
Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts. The _make_salt and _make_salt_bcrypt methods will attept to load Crypt::URandom and then Bytes::Random::Secure to generate random bytes for the salt. If those modules are unavailable, it will simply return 16 bytes generated with Perl's built-in rand function. The rand function is unsuitable for cryptographic use. These salts are used for password hashing.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Jdeguest | Apache\ | < 0.5.3 | Api\ |
References
- http://www.openwall.com/lists/oss-security/2026/04/15/4Mailing List, Third Party Advisory
- http://www.openwall.com/lists/oss-security/2026/04/15/5Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-5088?
How severe is CVE-2026-5088?
How do I fix CVE-2026-5088?
Are you affected by CVE-2026-5088?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
