Vulnerability Description
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.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Locutus | Locutus | >= 2.0.39, < 3.0.25 |
Related Weaknesses (CWE)
References
- https://github.com/locutusjs/locutus/commit/345a6211e1e6f939f96a7090bfeff642c9fcPatch
- https://github.com/locutusjs/locutus/pull/597Issue Tracking
- https://github.com/locutusjs/locutus/releases/tag/v3.0.25Release Notes
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploitVendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploitVendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploitVendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploitVendor Advisory
FAQ
What is CVE-2026-33994?
CVE-2026-33994 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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 ...
How severe is CVE-2026-33994?
CVE-2026-33994 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-33994?
Check the references section above for vendor advisories and patch information. Affected products include: Locutus Locutus.