CVE-2026-3255
Last modified
CVE-2026-3255 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. HTTP::Session2 versions before 1.12 for Perl for Perl may generate weak session ids using the rand() function. The HTTP::Session2 session id generator returns 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. EPSS estimates a 0.42% chance of exploitation in the next 30 days.
Description
HTTP::Session2 versions before 1.12 for Perl for Perl may generate weak session ids using the rand() function. The HTTP::Session2 session id generator returns 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. HTTP::Session2 after version 1.02 will attempt to use the /dev/urandom device to generate a session id, but if the device is unavailable (for example, under Windows), then it will revert to the insecure method described above.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Tokuhirom | Http\ | < 1.12 | Session2 |
References
- http://www.openwall.com/lists/oss-security/2026/02/27/12Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-3255?
How severe is CVE-2026-3255?
How do I fix CVE-2026-3255?
Are you affected by CVE-2026-3255?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
