nodee-utils@0.9.15 vulnerabilities

set of useful helpers

  • latest version

    1.2.4

  • latest non vulnerable version

  • first published

    8 years ago

  • latest version published

    3 years ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the nodee-utils package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable 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