This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Description
Arbitrary Code Injection
Vulnerable module: growl
Introduced through: mocha@3.5.3
Detailed paths
Introduced through: firstbloodtoken@Firstbloodio/token#ae71053e0656b0ceba7e229e1d67c09f271191dc › mocha@3.5.3 › growl@1.9.2
Remediation: Upgrade to mocha@4.0.0.
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.