CVE-2025-15578
Received Received - Intake
Insecure Session ID Generation in Maypole Perl

Publication date: 2026-02-16

Last updated on: 2026-03-10

Assigner: CPANSec

Description
Maypole versions from 2.10 through 2.13 for Perl generates session ids insecurely. The session id is seeded with the system time (which is available from HTTP response headers), a call to the built-in rand() function, and the PID.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-16
Last Modified
2026-03-10
Generated
2026-05-07
AI Q&A
2026-02-17
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
teejay maypole From 2.10 (inc) to 2.13 (inc)
teejay maypole 2.111
teejay maypole 2.121
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-338 The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG's algorithm is not cryptographically strong.
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :

Insecure session ID generation can allow attackers to predict or guess valid session IDs.

This can lead to session hijacking, where an attacker gains unauthorized access to a user's session and potentially sensitive information or functionality.

Such unauthorized access can compromise the confidentiality and integrity of user data and application state.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

I don't know


What immediate steps should I take to mitigate this vulnerability?

I don't know


Can you explain this vulnerability to me?

This vulnerability affects Maypole versions 2.10 through 2.13 for Perl. It involves the insecure generation of session IDs.

The session ID is created using a seed composed of the system time (which can be obtained from HTTP response headers), a call to the built-in rand() function, and the process ID (PID).

Because these values are predictable or accessible, the session IDs can be guessed or reproduced by an attacker.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart