KhiZaRix Posted March 31, 2015 Report Posted March 31, 2015 Exploit Title : Wordpress Aaspose-pdf-exporter Plugin File Download VulnerabilityExploit Author : Ashiyane Digital Security TeamVendor Homepage: https://wordpress.org/plugins/aspose-pdf-exporter/Download Link : https://downloads.wordpress.org/plugin/aspose-pdf-exporter.zipDate : 28 / 3 / 2015Tested On : windows 8.1 + linux Kali##################################################################################~ ~ ~~ ~ ~~ ~~ ~ ~~ ~ ~~ ~ ~~ ~ ~~ ~~~~~~~~ ~~~~>Exploit: | | [+] Vulnerable file : 404 Not Found~ ~ ~~ ~ ~~ ~~ ~ ~~ ~ ~~ ~ ~~ ~ ~~ ~~~~~~~~ ~~~~>Vulnerable Code :<?php$file = $_GET['file'];$file_arr = explode('/',$file);$file_name = $file_arr[count($file_arr) - 1];header ("Content-type: octet/stream");header ("Content-disposition: attachment; filename=".$file_name.";");header("Content-Length: ".filesize($file));readfile($file);exit;?>404 Not Found[File Address]Examples : 404 Not Found##################################################################################Discovered by : Rq07#########################################Source: http://dl.packetstormsecurity.net/1503-exploits/wpaspose-disclose.txt Quote