vendor:
Cybershade CMS
by:
JosS
9.3
CVSS
HIGH
Remote File Inclusion (RFI)
98
CWE
Product Name: Cybershade CMS
Affected Version From: 0.2b
Affected Version To: 0.2b
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: Linux
2008
Cybershade CMS 0.2b (index.php) RFI shell_cmd[c99] Exploit
Cybershade CMS 0.2b is vulnerable to a Remote File Inclusion (RFI) vulnerability due to improper validation of user-supplied input. An attacker can exploit this vulnerability to execute arbitrary code on the vulnerable system by supplying a malicious URL in the “THEME_header” parameter of the “index.php” script.
Mitigation:
The best way to mitigate RFI attacks is to ensure that user-supplied input is properly validated and filtered. Additionally, the “register_globals” setting should be disabled.