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
As documented in man page (https://linux.die.net/man/1/unzip), the -: flag disables security feature added since the early 2000s that would disallow extracting ../ relative paths
The text was updated successfully, but these errors were encountered:
Description of the LOTP tool
unzip
is a common UNIX utility to decompression*.zip
fileszipslip
When used with certain flags it can lead to zip slip (https://security.snyk.io/research/zip-slip-vulnerability)
As documented in man page (https://linux.die.net/man/1/unzip), the
-:
flag disables security feature added since the early 2000s that would disallow extracting../
relative pathsThe text was updated successfully, but these errors were encountered: