VYPR

Mojolicious::Sessions::Storable

by Mojolicious

CVEs (1)

  • CVE-2026-9692MedJun 18, 2026
    risk 0.34cvss 5.3epss 0.00

    Mojolicious::Sessions::Storable versions through 0.05 for Perl generate session ids insecurely. The default session id generator returns a SHA-1 hash seeded with the built-in rand function, the epoch time, the heap address of an anonymous hash, and the PID. These are…