Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-33994
March 27, 2026
Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Starting in version 2.0.39 and prior to version 3.0.25, a prototype pollution vulnerability exists in the "parse_str" function of the npm package locutus. An attacker can pollute "Object.prototype" by overriding "RegExp.prototype.test" and then passing a crafted query string to "parse_str", bypassing the prototype pollution guard. This vulnerability stems from an incomplete fix for CVE-2026-25521. The CVE-2026-25521 patch replaced the "String.prototype.includes()"-based guard with a "RegExp.prototype.test()"-based guard. However, "RegExp.prototype.test" is itself a writable prototype method that can be overridden, making the new guard bypassable in the same way as the original — trading one hijackable built-in for another. Version 3.0.25 contains an updated fix.
Affected Packages
https://github.com/locutusjs/locutus.git (GITHUB):
Affected version(s) >=v2.0.39 <v3.0.25
Fix Suggestion:
Update to version v3.0.25
https://github.com/locutusjs/locutus.git (GITHUB):
Affected version(s) >=v2.0.39 <v3.0.25
Fix Suggestion:
Update to version v3.0.25
https://github.com/locutusjs/locutus.git (GITHUB):
Affected version(s) >=v2.0.39 <v3.0.25
Fix Suggestion:
Update to version v3.0.25
https://github.com/locutusjs/locutus.git (GITHUB):
Affected version(s) >=v2.0.39 <v3.0.25
Fix Suggestion:
Update to version v3.0.25
https://github.com/locutusjs/locutus.git (GITHUB):
Affected version(s) >=v2.0.39 <v3.0.25
Fix Suggestion:
Update to version v3.0.25
https://github.com/locutusjs/locutus.git (GITHUB):
Affected version(s) >=v2.0.39 <v3.0.25
Fix Suggestion:
Update to version v3.0.25
locutus (NPM):
Affected version(s) >=2.0.39 <3.0.25
Fix Suggestion:
Update to version 3.0.25
locutus (NPM):
Affected version(s) >=2.0.39 <3.0.25
Fix Suggestion:
Update to version 3.0.25
locutus (NPM):
Affected version(s) >=2.0.39 <3.0.25
Fix Suggestion:
Update to version 3.0.25
locutus (NPM):
Affected version(s) >=2.0.39 <3.0.25
Fix Suggestion:
Update to version 3.0.25
locutus (NPM):
Affected version(s) >=2.0.39 <3.0.25
Fix Suggestion:
Update to version 3.0.25
locutus (NPM):
Affected version(s) >=2.0.39 <3.0.25
Fix Suggestion:
Update to version 3.0.25
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
EPSS
Base Score:
0.05