vendor:
W-Agora
by:
dedi.dwianto
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: W-Agora
Affected Version From: 4.2.0
Affected Version To: 4.2.0
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
W-Agora <= 4.2.0 (inc_dir) Remote File Inclusion Exploit
This exploit allows an attacker to execute arbitrary code on the vulnerable server by including a file from a remote web server through a vulnerable web application. The vulnerability exists due to insufficient sanitization of user-supplied input passed to the 'inc_dir' parameter in 'forgot_password.php' script.
Mitigation:
Input validation should be used to prevent the inclusion of remote files. The application should also be configured to use a safe include_path.