Ado::Sessions versions through 0.935 for Perl generates insecure session ids. The session id is generated from a SHA-1 hash seeded with the built-in rand function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked from the HTTP Date header. The built-in rand function is unsuitable for cryptographic usage. Predicable session ids could allow an attacker to gain access to systems. Note that Ado is no longer maintained, and has been removed from the CPAN index. It is still available on BackPAN.
Conclusion & alert: CVE-2026-5083 is rated Low Risk (22.6/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.02%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-21 | 0.05% | 0.02% | -0.03% |
| 2 | 2026-04-14 | 0.02% | 0.05% | +0.03% |
| 3 | 2026-04-08 | — | 0.02% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| berov | ado::sessions | <= 0.935 | cpe:2.3:a:berov:ado\:\:sessions:*:*:*:*:*:perl:*:* |
| URL | Tags |
|---|---|
| https://backpan.perl.org/authors/id/B/BE/BEROV/Ado-0.935.tar.gz | Product |
| https://github.com/kberov/Ado/issues/112 | Issue Tracking |
| https://security.metacpan.org/docs/guides/random-data-for-security.html | Third Party Advisory |
| http://www.openwall.com/lists/oss-security/2026/04/08/7 | Mailing List |