Vulnerability Description
Apache::AuthAny::Cookie v0.201 or earlier for Perl generates session ids insecurely. Session ids are generated using an MD5 hash of the epoch time and a call to the built-in rand function. 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. Predicable session ids could allow an attacker to gain access to systems.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2025-40933?
CVE-2025-40933 is a vulnerability with a CVSS score of 7.5 (HIGH). Apache::AuthAny::Cookie v0.201 or earlier for Perl generates session ids insecurely. Session ids are generated using an MD5 hash of the epoch time and a call to the built-in rand function. The epoch ...
How severe is CVE-2025-40933?
CVE-2025-40933 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-40933?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.