CVE-2006-2005
ClanSys 1.1 - Remote Code Execution via Page Parameter Eval Injection
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-2005. PoCs published by nukedx.
AI-analyzed exploit summary This exploit demonstrates a PHP code insertion vulnerability in ClanSys v1.1 via the 'page' parameter in index.php. The attacker can include arbitrary PHP code, leading to remote code execution (RCE).
Description
Eval injection vulnerability in index.php in ClanSys 1.1 allows remote attackers to execute arbitrary PHP code via PHP code in the page parameter, as demonstrated by using an "include" statement that is injected into the eval statement. NOTE: this issue has been described as file inclusion by some sources, but that is just one attack; the primary vulnerability is eval injection.
Exploits (1)
This exploit demonstrates a PHP code insertion vulnerability in ClanSys v1.1 via the 'page' parameter in index.php. The attacker can include arbitrary PHP code, leading to remote code execution (RCE).