CVE-2026-9692

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 predictable or low-entropy sources that are unsuitable for security purposes.
Configurations

No configuration.

History

18 Jun 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-18 19:16

Updated : 2026-06-18 20:16


NVD link : CVE-2026-9692

Mitre link : CVE-2026-9692

CVE.ORG link : CVE-2026-9692


JSON object : View

Products Affected

No product.

CWE
CWE-338

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

CWE-340

Generation of Predictable Numbers or Identifiers