CVE-2009-0595
phpSkelSite 1.4 - Remote Code Execution via Theme Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-0595. PoCs published by ahmadbady.
AI-analyzed exploit summary This exploit demonstrates RFI, LFI, and XSS vulnerabilities in phpSkelSite v1.4. The RFI/LFI occurs due to unsanitized user input in the 'theme' and 'TplSuffix' parameters, while the XSS is triggered via improper input handling in the 'index.php' file.
Description
PHP remote file inclusion vulnerability in skysilver/login.tpl.php in phpSkelSite 1.4, when register_globals is enabled and magic_quotes_gpc is disabled, allows remote attackers to execute arbitrary PHP code via a URL in the theme parameter.
Exploits (1)
This exploit demonstrates RFI, LFI, and XSS vulnerabilities in phpSkelSite v1.4. The RFI/LFI occurs due to unsanitized user input in the 'theme' and 'TplSuffix' parameters, while the XSS is triggered via improper input handling in the 'index.php' file.