Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. locutus
  4. ›
  5. CVE-2026-33994

CVE-2026-33994: Locutus Prototype Pollution due to incomplete fix for CVE-2026-25521

March 27, 2026 (updated March 30, 2026)

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.

References

  • github.com/advisories/GHSA-vc8f-x9pp-wf5p
  • github.com/locutusjs/locutus
  • github.com/locutusjs/locutus/commit/345a6211e1e6f939f96a7090bfeff642c9fcf9e4
  • github.com/locutusjs/locutus/pull/597
  • github.com/locutusjs/locutus/releases/tag/v3.0.25
  • github.com/locutusjs/locutus/security/advisories/GHSA-rxrv-835q-v5mh
  • github.com/locutusjs/locutus/security/advisories/GHSA-vc8f-x9pp-wf5p
  • nvd.nist.gov/vuln/detail/CVE-2026-33994

Code Behaviors & Features

Detect and mitigate CVE-2026-33994 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 2.0.39 before 3.0.25

Fixed versions

  • 3.0.25

Solution

Upgrade to version 3.0.25 or above.

Impact 5.8 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Source file

npm/locutus/CVE-2026-33994.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:18:47 +0000.