CVE-2026-5088

Source
https://cve.org/CVERecord?id=CVE-2026-5088
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-5088.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-5088
Published
2026-04-15T07:03:13.742Z
Modified
2026-07-15T01:49:05.024126477Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts
Details

Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts.

The makesalt and makesalt_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.

Database specific
{
    "cna_assigner": "CPANSec",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/5xxx/CVE-2026-5088.json",
    "cwe_ids": [
        "CWE-338"
    ]
}
References

Affected packages

Git / gitlab.com/deguest/Apache2-API

Affected ranges

Type
GIT
Repo
https://gitlab.com/deguest/Apache2-API
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "0.5.2"
        }
    ]
}

Affected versions

v0.*
v0.5.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-5088.json"