You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 that pathString coming from our zip entry is appended to the destination directory without any sanitization
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:
The text was updated successfully, but these errors were encountered: