cve/2024/CVE-2024-58134.md
2025-09-29 21:09:30 +02:00

1.1 KiB
Raw Blame History

CVE-2024-58134

Description

Mojolicious versions from 0.999922 through 9.40 for Perl uses a hard coded string, or the application's class name, as a HMAC session secret by default.These predictable default secrets can be exploited to forge session cookies. An attacker who knows or guesses the secret could compute valid HMAC signatures for the session cookie, allowing them to tamper with or hijack another users session.

POC

Reference

Github

No PoCs found on GitHub currently.