CVE Catalog

CVE-2026-29091

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.79%

52th percentile - higher than 52% of all known CVEs

Summary

A remote code execution (RCE) vulnerability was discovered in the Locutus project, which ports standard libraries from other programming languages to JavaScript. The flaw affects the call_user_func_array function and its wrapper call_user_func, which fail to properly validate callback array components before passing them to eval().

Risk Assessment

An attacker can inject arbitrary JavaScript code into the application's runtime environment, leading to full application compromise, data theft, or further attacks on the infrastructure.

Recommendation

Immediately update the Locutus library to version 3.0.0 or later, which contains the fix for this vulnerability.

Other vulnerabilities in Locutus

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS