CVE-2008-4645
phpwebgallery <= 1.7.2 - Authenticated Remote Code Execution via Event Tracer Sort Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-4645. PoCs published by EgiX.
AI-analyzed exploit summary This exploit targets PhpWebGallery <= 1.7.2, leveraging SQL injection to hijack an admin session and then using a code injection vulnerability in the event_tracer plugin to achieve remote code execution. It automates the process of retrieving a valid admin session ID and executing arbitrary commands.
Description
plugins/event_tracer/event_list.php in PhpWebGallery 1.7.2 and earlier allows remote authenticated administrators to execute arbitrary PHP code via PHP sequences in the sort parameter, which is processed by create_function.
Exploits (1)
This exploit targets PhpWebGallery <= 1.7.2, leveraging SQL injection to hijack an admin session and then using a code injection vulnerability in the event_tracer plugin to achieve remote code execution. It automates the process of retrieving a valid admin session ID and executing arbitrary commands.