CVE-2026-29091: Kritische RCE-Schwachstelle in JavaScript-Bibliothek "Locutus"
⚠️ CVE-Referenzen:
CVE-2026-29091
Zusammenfassung
In der JavaScript-Bibliothek "Locutus" wurde vor Version 3.0.0 eine kritische Sicherheitslücke entdeckt, die eine Remote Code Execution (RCE) ermöglichte. Die Schwachstelle lag in der Implementierung der "call_user_func_array"-Funktion, die unsachgemäß Callback-Arrays auswertete und so Schadcode injizieren ließ. Der Patch in Version 3.0.0 behebt dieses Problem.
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.
Quelle: app.opencve.io