vendor:
WebprojectDB
by:
Kacper (a.k.a Rahim)
7,5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: WebprojectDB
Affected Version From: v.0.1.3
Affected Version To: v.0.1.3
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
2006
WebprojectDB (INCDIR) <= v.0.1.3 Remote File Include Vulnerability
In nav.php of WebprojectDB, the include statement is vulnerable to remote file inclusion. An attacker can exploit this vulnerability by sending a malicious URL to the vulnerable application. The malicious URL contains the path of the malicious file which is to be included in the application. This malicious file can be used to execute arbitrary code on the vulnerable system.
Mitigation:
Input validation should be used to prevent remote file inclusion attacks. The application should validate the input and reject any malicious input.