vendor:
Fatwiki
by:
kaMtiEz
7,5
CVSS
HIGH
RFI
98
CWE
Product Name: Fatwiki
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:galupki:fatwiki
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
2010
Fatwiki (fwiki) Remote FiLe include RFI
Fatwiki (fwiki) is vulnerable to Remote File Include (RFI) vulnerability. This vulnerability allows an attacker to include a remote file, usually through a malicious URL, containing arbitrary code. This code is then executed by the web server.
Mitigation:
The best way to mitigate RFI attacks is to restrict the files that can be included. This can be done by using a whitelist of files that can be included, or by using a blacklist of files that cannot be included. Additionally, input validation should be used to ensure that user-supplied input is not used to include files.