CVE-2026-33994CRITICAL 9.8EPSS p42.1%

CVE-2026-33994CVE-2026-33994

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.

Scoring

CVSS 3.19.8 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS0.56% probability of exploitation · percentile 42.1% · 2026-06-18T12:00:27Z
Published2026-03-27
Last modified2026-04-01

Underlying weaknesses· 1

CWE-1321

References

  1. https://github.com/locutusjs/locutus/commit/345a6211e1e6f939f96a7090bfeff642c9fcf9e4
  2. https://github.com/locutusjs/locutus/pull/597
  3. https://github.com/locutusjs/locutus/releases/tag/v3.0.25
  4. https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
  5. https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
  6. https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
  7. https://github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p

1

TypeTargetConfidenceTier
WeaknessImproperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')cwe-13210%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-25521
CVE
CVE-2026-33993
CVE
CVE-2026-32304
CVE
CVE-2026-29091
CVE
CVE-2025-63704
CVE
CVE-2025-63703
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.