Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. min-dash
  4. ›
  5. GMS-2022-65

GMS-2022-65: Prototype pollution in min-dash < 3.8.1

February 1, 2022

Impact

The set method is vulnerable to prototype pollution with specially crafted inputs.

// insert the following into poc.js and run node poc,js (after installing the package)
 
let parser = require("min-dash");
parser.set({}, [["__proto__"], "polluted"], "success");
console.log(polluted);

Patches

min-dash>=3.8.1 fix the issue.

Workarounds

No workarounds exist for the issue.

References

Closed via https://github.com/bpmn-io/min-dash/pull/21.

Credits

Credits to Cristian-Alexandru STAICU who found the vulnerability and to Idan Digmi from the Snyk Security Team who reported the vulnerability to us, responsibly.

References

  • github.com/advisories/GHSA-2m53-83f3-562j
  • github.com/bpmn-io/min-dash/security/advisories/GHSA-2m53-83f3-562j

Code Behaviors & Features

Detect and mitigate GMS-2022-65 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 before 3.8.1

Fixed versions

  • 3.8.1

Solution

Upgrade to version 3.8.1 or above.

Source file

npm/min-dash/GMS-2022-65.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Wed, 14 May 2025 12:15:51 +0000.