Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-6613. PoCs published by Kacper.
AI-analyzed exploit summary This exploit targets a file inclusion vulnerability in phpAlbum <= v0.4.1 Beta6, allowing remote code execution by injecting malicious PHP code into log files and then including them via the `pa_lang[include_file]` parameter. It attempts multiple common log file paths to trigger the payload execution.
Description
Directory traversal vulnerability in language.php in phpAlbum 0.4.1 Beta 6 and earlier, when magic_quotes_gpc is disabled and register_globals is enabled, allows remote attackers to include and execute arbitrary local files or obtain sensitive information via a .. (dot dot) in the pa_lang[include_file] parameter, as demonstrated by injecting PHP sequences into an Apache HTTP Server log file, which is then included by language.php.
Exploits (1)
This exploit targets a file inclusion vulnerability in phpAlbum <= v0.4.1 Beta6, allowing remote code execution by injecting malicious PHP code into log files and then including them via the `pa_lang[include_file]` parameter. It attempts multiple common log file paths to trigger the payload execution.