Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 applicationsUpgrade open
to version 6.0.0 or higher.
open is a cross platform package that opens stuff like URLs, files, executables.
Affected versions of this package are vulnerable to Arbitrary Command Injection. Urls are not properly escaped before concatenating them into the command that is opened using exec()
.
Note: Upgrading open
to the last version will prevent this vulnerability but is also likely to have unwanted effects since it now has a very different API.