vendor:
KR-Web
by:
cr4wl3r
7.5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: KR-Web
Affected Version From: 1.1b2
Affected Version To: 1.1b2
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
KR-Web <= 1.1b2 Remote File Include Vulnerability
KR-Web version 1.1b2 is vulnerable to a Remote File Include vulnerability. The vulnerability exists in the file krgourl.php, located in the adm directory. The vulnerable code is on line 2, where the variable $DOCUMENT_ROOT is included without any sanitization. An attacker can exploit this vulnerability by sending a malicious URL in the DOCUMENT_ROOT parameter. This will allow the attacker to execute arbitrary code on the vulnerable server.
Mitigation:
The best way to mitigate this vulnerability is to ensure that all user input is properly sanitized and validated before being used in any include statement.