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 tar-fs
to version 1.16.6, 2.1.4, 3.1.1 or higher.
tar-fs is a filesystem bindings for tar-stream.
Affected versions of this package are vulnerable to Symlink Following via the symlink validation process in the inCwd
function. An attacker can write files outside the intended extraction directory by crafting a malicious tarball that contains symlinks starting with the name of the current working directory.
This vulnerability can be mitigated by using the ignore
option to exclude non-file and non-directory entries during the extraction process.