grpc@1.0.1 vulnerabilities

gRPC Library for Node

  • latest version

    1.24.11

  • latest non vulnerable version

  • first published

    9 years ago

  • latest version published

    3 years ago

  • deprecated

    Package is deprecated

  • licenses detected

  • Direct Vulnerabilities

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

    grpc is a gRPC Library for Node

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

    POC:

    const { loadPackageDefinition } = require('grpc');
    loadPackageDefinition({'__proto__.polluted': true});
    console.log(polluted);
    

    How to fix Prototype Pollution?

    Upgrade grpc to version 1.24.4 or higher.

    <1.24.4