CVE-2026-33994
Last modified
CVE-2026-33994 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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. EPSS estimates a 0.56% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Locutus | Locutus | >= 2.0.39, < 3.0.25 |
References
- https://github.com/locutusjs/locutus/pull/597Issue Tracking
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
- https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5pExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-33994?
How severe is CVE-2026-33994?
How do I fix CVE-2026-33994?
Are you affected by CVE-2026-33994?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
