Exploitation Summary
EIP tracks 2 public exploits for CVE-2006-4055. PoCs published by beford.
AI-analyzed exploit summary This exploit leverages a file inclusion vulnerability in TSEP <= 0.942 due to improper handling of the `tsep_config[absPath]` parameter, allowing remote file inclusion when `register_globals` is enabled. The PoC demonstrates how an attacker can include a remote shell (e.g., r57shell.txt) via the vulnerable `colorswitch.php` script.
Description
Multiple PHP remote file inclusion vulnerabilities in Olaf Noehring The Search Engine Project (TSEP) 0.942 and earlier allow remote attackers to execute arbitrary PHP code via a URL in the tsep_config[absPath] parameter to (1) include/colorswitch.php, (2) contentimages.class.php, (3) ipfunctions.php, (4) configfunctions.php, (5) printpagedetails.php, or (6) log.class.php. NOTE: the copyright.php vector is already covered by CVE-2006-3993.
Exploits (2)
This exploit leverages a file inclusion vulnerability in TSEP <= 0.942 due to improper handling of the `tsep_config[absPath]` parameter, allowing remote file inclusion when `register_globals` is enabled. The PoC demonstrates how an attacker can include a remote shell (e.g., r57shell.txt) via the vulnerable `colorswitch.php` script.
The exploit demonstrates a Remote File Inclusion (RFI) vulnerability in TSEP 0.9.4.2 due to unsanitized user input in the `tsep_config[absPath]` parameter. An attacker can include and execute arbitrary PHP code from a remote server by manipulating the parameter in the `copyright.php` file.