grpc@1.6.0 vulnerabilities

gRPC Library for Node

  • latest version

    1.24.11

  • latest non vulnerable version

  • first published

    10 years ago

  • latest version published

    4 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.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    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