org.webjars.bower:casperjs@1.0.4 vulnerabilities

  • latest version

    1.1.1

  • first published

    9 years ago

  • latest version published

    9 years ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

    Known vulnerabilities in the org.webjars.bower:casperjs 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
    • M
    Prototype Pollution

    org.webjars.bower:casperjs is a navigation scripting & testing utility for PhantomJS and SlimerJS.

    Affected versions of this package are vulnerable to Prototype Pollution. The mergeObjects utility function is susceptible to Prototype Pollution.

    PoC by Snyk

    var payload = JSON.parse('{"__proto__": {"a": "pwned"}}');
    mergeObjects({}, payload);
    console.log({}.a); // prints "pwned"
    

    How to fix Prototype Pollution?

    There is no fixed version for org.webjars.bower:casperjs.

    [0,)