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
{{ message }}
This repository was archived by the owner on Feb 25, 2020. It is now read-only.
Attackers can create Zip archives that use path traversal to overwrite important files on affected systems, destroying them or replacing them with malicious alternatives or upload a new one with a malicious code.
How to reproduce
Create file with some code, for example:
<?php
phpinfo();
?>
Name it somehow like this "xxxphpinfo.php".
Create a zip archive.
Open zip archive in hex editor. Change xxx to ../ in two places: in the top of the hex and in the bottom.
Pass modified archive to the Ne-Lexa/php-zip extraction function. For example: