vendor:
ProMan
by:
cr4wl3r
8,8
CVSS
HIGH
Remote File Inclusion (RFI) and Local File Inclusion (LFI)
98
CWE
Product Name: ProMan
Affected Version From: 0.1.1
Affected Version To: 0.1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:pman:proman
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
ProMan <= 0.1.1 Multiple File Include Vulnerability
ProMan is vulnerable to Remote File Inclusion (RFI) and Local File Inclusion (LFI) attacks. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'page' parameter of '_center.php' and 'userLang' parameter of 'elisttasks.php', 'managepmanagers.php', 'manageusers.php', 'helpfunc.php', 'managegroups.php', 'manageprocess.php', 'manageusersgroups.php' and other files. An attacker can exploit this vulnerability to execute arbitrary PHP code on the vulnerable system.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. Sanitize user-supplied input to prevent malicious code execution.