org.webjars.npm:merge@1.1.3 vulnerabilities

  • latest version

    2.1.1

  • latest non vulnerable version

  • first published

    9 years ago

  • latest version published

    2 years ago

  • licenses detected

  • package manager

  • Direct Vulnerabilities

    Known vulnerabilities in the org.webjars.npm:merge 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

    org.webjars.npm:merge is a WebJar for merge

    Affected versions of this package are vulnerable to Prototype Pollution via _recursiveMerge .

    How to fix Prototype Pollution?

    Upgrade org.webjars.npm:merge to version 2.1.1 or higher.

    [,2.1.1)
    • H
    Prototype Pollution

    org.webjars.npm:merge is a WebJar for merge

    Affected versions of this package are vulnerable to Prototype Pollution. The 'merge' function already checks for 'proto' keys in an object to prevent prototype pollution, but does not check for 'constructor' or 'prototype' keys.

    How to fix Prototype Pollution?

    Upgrade org.webjars.npm:merge to version 2.1.1 or higher.

    [,2.1.1)
    • L
    Prototype Pollution

    merge is used to merge multiple objects into one object.

    Affected versions of this package are vulnerable to Prototype Pollution via the merge.recursive function. It can be tricked into adding or modifying properties of the Object prototype. These properties will be present on all objects.

    How to fix Prototype Pollution?

    Upgrade merge to version 1.2.1 or higher.

    [,1.2.1)