CVE-2008-5949
cctiddly 1.7.4 and 1.7.6 - Remote Code Execution via cct_base Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-5949. PoCs published by eidelweiss, cOndemned.
AI-analyzed exploit summary The exploit describes a local file inclusion vulnerability in ccTiddly v1.7.6 due to improper handling of the `cct_base` parameter in `include.php` and `workspace.php`. Attackers can inject arbitrary shell paths via the parameter to achieve remote code execution.
Description
Multiple PHP remote file inclusion vulnerabilities in ccTiddly 1.7.4 and 1.7.6 allow remote attackers to execute arbitrary PHP code via a URL in the cct_base parameter to (1) index.php; (2) handle/proxy.php; (3) header.php, (4) include.php, and (5) workspace.php in includes/; and (6) plugins/RSS/files/rss.php.
Exploits (2)
The exploit describes a local file inclusion vulnerability in ccTiddly v1.7.6 due to improper handling of the `cct_base` parameter in `include.php` and `workspace.php`. Attackers can inject arbitrary shell paths via the parameter to achieve remote code execution.
This exploit demonstrates multiple remote file inclusion (RFI) vulnerabilities in ccTiddly 1.7.4. The vulnerabilities allow an attacker to include arbitrary remote files via the `cct_base` parameter in various PHP scripts, leading to potential remote code execution.