Command Injection Affecting ungit Open this link in a new tab package, versions <=0.8.4
Attack Complexity
Low
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
npm:ungit:20150122
-
published
22 Jan 2015
-
disclosed
22 Jan 2015
-
credit
CodingTwinky
Introduced: 22 Jan 2015
CVE-2015-4130 Open this link in a new tabHow to fix?
Update to the version >=0.9.0
Overview
Due to the use of child_process.exec
when executing git commands, ungit allows for commands to be injection from user input fields that end up in an executed git command.
Source: Node Security Project