org.webjars.npm:min-dash@3.5.2 vulnerabilities

  • latest version

    4.2.1

  • latest non vulnerable version

  • first published

    6 years ago

  • latest version published

    11 days ago

  • licenses detected

  • package manager

Direct Vulnerabilities

Known vulnerabilities in the org.webjars.npm:min-dash package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Prototype Pollution

org.webjars.npm:min-dash is a Minimal utility tool belt to be used with bpmn.io related libraries.

Affected versions of this package are vulnerable to Prototype Pollution via the set method due to missing enforcement of key types.

PoC:

let parser = require("min-dash");
parser.set({}, [["__proto__"], "polluted"], "success");
console.log(polluted);

How to fix Prototype Pollution?

Upgrade org.webjars.npm:min-dash to version 3.8.1 or higher.

[,3.8.1)