Closed BlueSquare1 closed 9 months ago
This vulnerability is being detected in our security analysis tool.I see there is an open PR with the fix. Can someone please help out with this.
I believe this project is not being maintained anymore so it either has to be mentioned in the README.md or the project owner should look for stewardship to take over the project
Description:
The package does not validate paths coming from zip entries, hence allowing for path traversal
Technical details:
Below is a code snippet from the
unzipFile
function used to extract zip files, you can notice thatpathString
coming from our zip entry is appended to thedestination
directory without any sanitizationExploit code: