fsa through 0.5.1 is vulnerable to Command Injection. The first argument of 'execGitCommand()', located within 'lib/rep.js#63' can be controlled by users without any sanitization to inject arbitrary commands.
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Link | Tags |
---|---|
https://snyk.io/vuln/SNYK-JS-FSA-564118 | third party advisory exploit |
https://github.com/gregof/fsa/blob/master/lib/rep.js#L12 | third party advisory patch |