GHSA-97p2-62hq-g269 · Severity: medium — Dancer::Session::Abstract versions through 1.3522 for Perl generates session ids insecurely. The...
Dancer::Session::Abstract versions through 1.3522 for Perl generates session ids insecurely. The session id is generated from summing the character codepoints of the absolute pathname with the process id, the epoch time and calls to the built-in rand() function to return a number between 0 and 999-billion, and concatenating that result three times. The path name might be known or guessed by an attacker, especially for applications known to be written using Dancer with standard installation locations. The epoch time can be guessed by an attacker, and may be leaked in the HTTP header. The process id comes from a small set of numbers, and workers may have sequential process ids. The built-in rand() function is seeded with 32-bits and is considered unsuitable for security applications. Predictable session ids could allow an attacker to gain access to systems.
Conclusion & alert: CVE-2026-5080 is rated Low Risk (28.9/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.05%). 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-05-06 | 0.04% | 0.05% | +0.01% |
| 2 | 2026-05-01 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-97p2-62hq-g269 · Severity: medium — Dancer::Session::Abstract versions through 1.3522 for Perl generates session ids insecurely. The...
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-5080 not yet assigned priority: Debian including 1 source packages (libdancer-perl), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-5080 |
ubuntu
|
medium | CVE-2026-5080 medium priority: Ubuntu including 1 source packages (libdancer-perl), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, resolute, upstream, xenial): needs-triage 8. | https://ubuntu.com/security/CVE-2026-5080 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| perldancer | dancer::session::abstract | <= 1.3522 | cpe:2.3:a:perldancer:dancer\:\:session\:\:abstract:*:*:*:*:*:perl:*:* |
| URL | Tags |
|---|---|
| https://metacpan.org/release/BIGPRESH/Dancer-1.3522/source/lib/Dancer/Session/Abstract.pm#L85-102 | Product |
| https://security.metacpan.org/patches/D/Dancer/1.3522/CVE-2026-5080-r1.patch | Patch |
| http://www.openwall.com/lists/oss-security/2026/04/30/19 | Mailing List Third Party Advisory |