locutus CVE Vulnerabilities & Metrics

Focus on locutus vulnerabilities and metrics.

Last updated: 29 Mar 2026, 22:25 UTC

About locutus Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with locutus. 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 locutus CVEs: 6
Earliest CVE date: 01 Jul 2020, 17:15 UTC
Latest CVE date: 13 Mar 2026, 19:54 UTC

Latest CVE reference: CVE-2026-32304

Rolling Stats

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

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): 100.0%
Year Variation (Calendar): 0%

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

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical locutus CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 3.33

Max CVSS: 7.5

Critical CVEs (≥9): 0

CVSS Range vs. Count

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

CVSS Distribution Chart

Top 5 Highest CVSS locutus CVEs

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

All CVEs for locutus

CVE-2026-32304 locutus vulnerability CVSS: 0 13 Mar 2026, 19:54 UTC

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to 3.0.14, the create_function(args, code) function passes both parameters directly to the Function constructor without any sanitization, allowing arbitrary code execution. This is distinct from CVE-2026-29091 which was call_user_func_array using eval() in v2.x. This finding affects create_function using new Function() in v3.x. This vulnerability is fixed in 3.0.14.

CVE-2026-29091 locutus vulnerability CVSS: 0 06 Mar 2026, 18:16 UTC

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to version 3.0.0, a remote code execution (RCE) flaw was discovered in the locutus project, specifically within the call_user_func_array function implementation. The vulnerability allows an attacker to inject arbitrary JavaScript code into the application's runtime environment. This issue stems from an insecure implementation of the call_user_func_array function (and its wrapper call_user_func), which fails to properly validate all components of a callback array before passing them to eval(). This issue has been patched in version 3.0.0.

CVE-2026-25521 locutus vulnerability CVSS: 0 04 Feb 2026, 22:15 UTC

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. In versions from 2.0.12 to before 2.0.39, a prototype pollution vulnerability exists in locutus. Despite a previous fix that attempted to mitigate prototype pollution by checking whether user input contained a forbidden key, it is still possible to pollute Object.prototype via a crafted input using String.prototype. This issue has been patched in version 2.0.39.

CVE-2021-23392 locutus vulnerability CVSS: 5.0 08 Jun 2021, 08:15 UTC

The package locutus before 2.0.15 are vulnerable to Regular Expression Denial of Service (ReDoS) via the gopher_parsedir function.

CVE-2020-7719 locutus vulnerability CVSS: 7.5 01 Sep 2020, 10:15 UTC

Versions of package locutus before 2.0.12 are vulnerable to prototype Pollution via the php.strings.parse_str function.

CVE-2020-13619 locutus vulnerability CVSS: 7.5 01 Jul 2020, 17:15 UTC

php/exec/escapeshellarg in Locutus PHP through 2.0.11 allows an attacker to achieve code execution.