vendor:
Manhali
by:
L0n3ly-H34rT
9,3
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: Manhali
Affected Version From: 1.8
Affected Version To: 1.8
Patch Exists: NO
Related CWE: N/A
CPE: a:manhali:manhali:1.8
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux/Windows
2012
Manhali v1.8 Local File Inclusion Vulnerability
Manhali v1.8 is vulnerable to Local File Inclusion vulnerability. An attacker can exploit this vulnerability to include a remote file containing malicious code, resulting in arbitrary code execution on the vulnerable server. The vulnerability exists due to insufficient sanitization of user-supplied input to the 'f' parameter in the 'download.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing directory traversal characters (e.g. '../') to the vulnerable script. This may allow the attacker to include a remote file containing malicious code, resulting in arbitrary code execution on the vulnerable server.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized. All input data should be validated and filtered before being passed to the vulnerable script.