This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Description
Arbitrary Code Injection
Vulnerable module: growl
Introduced through: [email protected]
Detailed paths
Introduced through: erc20-tokens@ConsenSys/Tokens#df959c7db75cc5fbb1591775353733958b3ceca1 › [email protected] › [email protected] › [email protected]
Remediation: Upgrade to [email protected].
Overview
growl is a package adding Growl support for Nodejs.
Affected versions of this package are vulnerable to Arbitrary Code Injection due to unsafe use of the eval() function. Node.js provides the eval() function by default, and is used to translate strings into Javascript code. An attacker can craft a malicious payload to inject arbitrary commands.
Arbitrary Code Injection vulnerability report