Lucene search
+L

107 matches found

vulnersOsv
vulnersOsv
added 2026/03/27 5:57 p.m.9 views

1dr-twig-templating (=1.0.2), 433bf (=0.0.1) +953 more potentially affected by CVE-2026-33993 via locutus (>=2.0.10 <=2.0.39)

locutus NPM version =2.0.10, =0.0.1, =0.0.1, =1.0.2, =1.0.5, =0.0.1, =0.1.0, =1.0.0, =0.2.0, =0.9.0-rc.0 - @alchmy/generator-alchmy =0.0.206147191 and more Source cves: CVE-2026-33993 Source advisory: OSV:GHSA-4MPH-V827-F877...

9.8CVSS5.7AI score0.00583EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/03/27 5:57 p.m.12 views

Locutus has Prototype Pollution via __proto__ Key Injection in unserialize()

Summary The unserialize function in locutus/php/var/unserialize assigns deserialized keys to plain objects via bracket notation without filtering the proto key. When a PHP serialized payload contains proto as an array or object key, JavaScript's proto setter is invoked, replacing the deserialized...

9.8CVSS6AI score0.00583EPSS
SaveExploits1References6Affected Software1
CNNVD
CNNVD
added 2026/03/27 12:0 a.m.9 views

Locutus 安全漏洞

Locutus is an open-source JavaScript library developed by Locutus. Versions of Locutus from 2.0.39 to 3.0.25 contained security vulnerabilities. These vulnerabilities stemmed from a bypassable prototype pollution protection mechanism in the parsestr function, which could lead to prototype polluti...

9.8CVSS5.8AI score0.00559EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/03/27 12:0 a.m.9 views

Locutus 安全漏洞

Locutus is an open-source JavaScript library developed by Locutus. Versions of Locutus prior to 3.0.25 contained security vulnerabilities. These vulnerabilities stemmed from the unserialize function not filtering the proto key, which could lead to prototype pollution, property injection, and...

9.8CVSS5.8AI score0.00583EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/03/27 12:0 a.m.6 views

PT-2026-28588

Name of the Vulnerable Software and Affected Versions locutus versions 2.0.39 through 3.0.24 Description A prototype pollution issue exists in the parse str function of the npm package locutus. An attacker can manipulate Object.prototype by overriding RegExp.prototype.test and then providing a...

6.3CVSS6.5AI score0.00559EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/03/27 12:0 a.m.12 views

PT-2026-28587

Name of the Vulnerable Software and Affected Versions Locutus versions prior to 3.0.25 Description The unserialize function in locutus/php/var/unserialize assigns deserialized keys to plain objects via bracket notation without filtering the proto key. When a PHP serialized payload contains proto ...

6.9CVSS5.9AI score0.00583EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/03/24 4:9 p.m.9 views

CVE-2026-29091

A flaw was found in Locutus, a project that brings standard libraries of other programming languages to JavaScript. A remote attacker could exploit an insecure implementation of the calluserfuncarray function, which fails to properly validate all components of a callback array before passing them...

8.1CVSS6AI score0.00786EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/03/16 7:24 p.m.5 views

CVE-2026-32304

A flaw was found in Locutus, a JavaScript library that provides standard library functions. The createfunction function in Locutus passes user-supplied arguments and code directly to the JavaScript Function constructor without proper sanitization. This vulnerability allows a remote attacker to...

9.8CVSS6.2AI score0.00571EPSS
SaveExploits1References5
OSV
OSV
added 2026/03/13 4:10 p.m.10 views

GHSA-VH9H-29PQ-R5M8 Locutus vulnerable to RCE via unsanitized input in create_function()

Summary The createfunctionargs, code function passes both parameters directly to the Function constructor without any sanitization, allowing arbitrary code execution. This is distinct from CVE-2026-29091 GHSA-fp25-p6mj-qqg6 which was calluserfuncarray using eval in v2.x. This finding affects...

9.8CVSS6.2AI score0.00571EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/03/13 4:10 p.m.10 views

Locutus vulnerable to RCE via unsanitized input in create_function()

Summary The createfunctionargs, code function passes both parameters directly to the Function constructor without any sanitization, allowing arbitrary code execution. This is distinct from CVE-2026-29091 GHSA-fp25-p6mj-qqg6 which was calluserfuncarray using eval in v2.x. This finding affects...

9.8CVSS6.2AI score0.00571EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2026/03/13 12:0 a.m.8 views

Locutus 代码注入漏洞

Locutus is an open-source JavaScript library developed by Locutus. Versions of Locutus prior to 3.0.14 contained a code injection vulnerability. This vulnerability stemmed from the createfunction function not properly cleaning parameters, which could allow arbitrary code to execute...

9.8CVSS6AI score0.00571EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/12 10:38 p.m.5 views

Arbitrary Code Injection

Overview locutus is a Locutus other languages' stadard libraries to JavaScript for fun and educational purposes Affected versions of this package are vulnerable to Arbitrary Code Injection via the createfunctionargs, code function. An attacker can execute arbitrary code by supplying unsanitized...

9.8CVSS6.2AI score0.00571EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/03/12 9:24 p.m.36 views

CVE-2026-32304 Locutus: RCE via unsanitized input in create_function()

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to 3.0.14, the createfunctionargs, code function passes both parameters directly to the Function constructor without any sanitization, allowing arbitrary code execution. This is distinct from...

9.8CVSS0.00571EPSS
SaveExploits1References2
CVE
CVE
added 2026/03/12 9:24 p.m.16 views

CVE-2026-32304

Locutus (CVE-2026-32304) contains an RCE in create_function(args, code) where the two parameters are passed directly to the Function constructor without sanitization prior to 3.0.14. This allows arbitrary code execution if untrusted input reaches create_function, as the code path uses new Functio...

9.8CVSS6AI score0.00571EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/12 9:24 p.m.1 views

CVE-2026-32304 Locutus: RCE via unsanitized input in create_function()

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to 3.0.14, the createfunctionargs, code function passes both parameters directly to the Function constructor without any sanitization, allowing arbitrary code execution. This is distinct from...

9.8CVSS6AI score0.00571EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/03/12 9:24 p.m.1 views

CVE-2026-32304

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to 3.0.14, the createfunctionargs, code function passes both parameters directly to the Function constructor without any sanitization, allowing arbitrary code execution. This is distinct from...

9.8CVSS6AI score0.00786EPSS
SaveExploits2References3Affected Software1
OSV
OSV
added 2026/03/12 9:24 p.m.5 views

CVE-2026-32304 Locutus: RCE via unsanitized input in create_function()

Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to 3.0.14, the createfunctionargs, code function passes both parameters directly to the Function constructor without any sanitization, allowing arbitrary code execution. This is distinct from...

9.8CVSS6AI score0.00571EPSS
SaveExploits1References7
NVD
NVD
added 2026/03/06 6:16 p.m.11 views

CVE-2026-29091

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 calluserfuncarray function implementation. The vulnerability allows an attacker to...

8.1CVSS0.00786EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/03/06 5:48 p.m.3 views

CVE-2026-29091

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 calluserfuncarray function implementation. The vulnerability allows an attacker to...

8.1CVSS6.3AI score0.00786EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/06 5:48 p.m.2 views

CVE-2026-29091 Locutus: Remote Code Execution (RCE) in locutus call_user_func_array due to Code Injection

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 calluserfuncarray function implementation. The vulnerability allows an attacker to...

8.1CVSS6.3AI score0.00786EPSS
SaveExploits1References2
Rows per page
Query Builder