mojolicious CVE Vulnerabilities & Metrics

Focus on mojolicious vulnerabilities and metrics.

Last updated: 25 Nov 2025, 23:25 UTC

About mojolicious Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with mojolicious. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total mojolicious CVEs: 2
Earliest CVE date: 29 Apr 2011, 22:55 UTC
Latest CVE date: 03 May 2025, 16:15 UTC

Latest CVE reference: CVE-2024-58134

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 2

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): 0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical mojolicious CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 5.61

Max CVSS: 10.0

Critical CVEs (≥9): 3

CVSS Range vs. Count

Range Count
0.0-3.9 2
4.0-6.9 2
7.0-8.9 0
9.0-10.0 3

CVSS Distribution Chart

Top 5 Highest CVSS mojolicious CVEs

These are the five CVEs with the highest CVSS scores for mojolicious, sorted by severity first and recency.

All CVEs for mojolicious

CVE-2024-58134 mojolicious vulnerability CVSS: 0 03 May 2025, 16:15 UTC

Mojolicious versions from 0.999922 for Perl uses a hard coded string, or the application's class name, as an HMAC session cookie secret by default. These predictable default secrets can be exploited by an attacker 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 user’s session.

CVE-2024-58135 mojolicious vulnerability CVSS: 0 03 May 2025, 11:15 UTC

Mojolicious versions from 7.28 for Perl will generate weak HMAC session cookie secrets via "mojo generate app" by default When creating a default app skeleton with the "mojo generate app" tool, a weak secret is written to the application's configuration file using the insecure rand() function, and used for authenticating and protecting the integrity of the application's sessions. This may allow an attacker to brute force the application's session keys.

CVE-2011-1841 mojolicious vulnerability CVSS: 4.3 03 May 2011, 00:55 UTC

Cross-site scripting (XSS) vulnerability in the link_to helper in Mojolicious before 1.12 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.

CVE-2010-4803 mojolicious vulnerability CVSS: 10.0 03 May 2011, 00:55 UTC

Mojolicious before 0.999927 does not properly implement HMAC-MD5 checksums, which has unspecified impact and remote attack vectors.

CVE-2010-4802 mojolicious vulnerability CVSS: 10.0 03 May 2011, 00:55 UTC

Commands.pm in Mojolicious before 0.999928 does not properly perform CGI environment detection, which has unspecified impact and remote attack vectors.

CVE-2009-5074 mojolicious vulnerability CVSS: 10.0 03 May 2011, 00:55 UTC

Unspecified vulnerability in the MojoX::Dispatcher::Static implementation in Mojolicious before 0.991250 has unknown impact and attack vectors.

CVE-2011-1589 mojolicious vulnerability CVSS: 5.0 29 Apr 2011, 22:55 UTC

Directory traversal vulnerability in Path.pm in Mojolicious before 1.16 allows remote attackers to read arbitrary files via a %2f..%2f (encoded slash dot dot slash) in a URI.