Arbitrary Command Injection The advisory has been revoked - it doesn't affect any version of package execa Open this link in a new tab


Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JS-EXECA-174564
  • published 1 May 2019
  • disclosed 1 Mar 2019
  • credit ehmicky

Introduced: 1 Mar 2019

CVE NOT AVAILABLE CWE-94 Open this link in a new tab

Amendment

This was deemed not a vulnerability.

Overview

execa is a package for running child executing.

Affected versions of this package are vulnerable to Arbitrary Command Injection by passing arguments like $(rm -rf /) or && rm -rf / due to using the execa.shell() option.