Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An attacker can craft a malicious payload to inject arbitrary commands #3

Open
AlGolden opened this issue Dec 3, 2017 · 0 comments

Comments

@AlGolden
Copy link

AlGolden commented Dec 3, 2017

https://snyk.io/test/github/springblock/Ethereum?severity=high

high severity
Arbitrary Code Injection

Vulnerable module: growl
Introduced through: grunt-mocha-cli@2.1.0

Detailed paths

Introduced through: blockchaininfrastructure@springblock/Ethereum#1267a1b257840e259f7a1c514a3e8656f9e1b2e3 › grunt-mocha-cli@2.1.0 › mocha@2.5.3 › growl@1.9.2

Overview

growl is a package adding Growl support for Nodejs.

Affected versions of the 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant