vendor:
Faq Administrator
by:
v1per-haCker
9,3
CVSS
HIGH
Remote File Inclusion (RFI)
98
CWE
Product Name: Faq Administrator
Affected Version From: 2.1b
Affected Version To: 2.1b
Patch Exists: NO
Related CWE: N/A
CPE: a:campbus:faq_administrator
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
Faq Administrator (RFI)
The Faq Administrator script is vulnerable to a Remote File Inclusion (RFI) vulnerability. An attacker can exploit this vulnerability by sending a malicious URL in the 'email' parameter of the faq_reply.php script. This will allow the attacker to execute arbitrary code on the vulnerable server.
Mitigation:
The best way to mitigate RFI vulnerabilities is to restrict the types of files that can be included in a script. Additionally, input validation should be used to ensure that the input is valid and does not contain malicious code.