vendor:
ProdLer
by:
cr4wl3r
9.3
CVSS
HIGH
Remote File Include
98
CWE
Product Name: ProdLer
Affected Version From: 2
Affected Version To: 2
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
ProdLer <= 2.0 Remote File Include Vulnerability
ProdLer is vulnerable to a remote file include vulnerability. This vulnerability exists due to insufficient sanitization of user-supplied input in the 'sPath' parameter of 'prodler.class.php' script. An attacker can exploit this vulnerability to include arbitrary files from remote locations by using directory traversal techniques. This can potentially allow an attacker to include malicious files from remote locations and execute arbitrary code on the vulnerable system.
Mitigation:
Input validation should be used to prevent directory traversal attacks. All user-supplied input should be validated and filtered for malicious characters.