nodee-utils@1.2.2 vulnerabilities

set of useful helpers

Direct Vulnerabilities

Known vulnerabilities in the nodee-utils 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

nodee-utils is a set of useful helpers

Affected versions of this package are vulnerable to Prototype Pollution via the deepSet function.

POC:

const { object } = require('nodee-utils');
object.deepSet({}, '__proto__.polluted', true);
console.log(polluted);

How to fix Prototype Pollution?

Upgrade nodee-utils to version 1.2.3 or higher.

<1.2.3