CVE-2026-33994

9.8 CRITICAL
Published: March 27, 2026 Modified: April 01, 2026
View on NVD

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.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://github.com/locutusjs/locutus/pull/597
Source: security-advisories@github.com
Issue Tracking
https://github.com/locutusjs/locutus/releases/tag/v3.0.25
Source: security-advisories@github.com
Release Notes
https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
Source: security-advisories@github.com
Exploit Vendor Advisory
https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
Source: security-advisories@github.com
Exploit Vendor Advisory
https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
Source: security-advisories@github.com
Exploit Vendor Advisory
https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
Source: security-advisories@github.com
Exploit Vendor Advisory

7 reference(s) from NVD

Quick Stats

CVSS v3 Score
9.8 / 10.0
EPSS (Exploit Probability)
0.1%
26th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

locutus