CVE-2009-0422
phplist < 2.10.8 - Remote Code Execution via _SERVER[ConfigFile] Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-0422. PoCs published by BugReport.IR.
AI-analyzed exploit summary This exploit demonstrates a Local File Inclusion (LFI) vulnerability in phpList 2.10.8 (and prior versions) due to improper handling of user-supplied input in the 'admin/index.php' file when 'register_globals' is disabled. The PoC shows how an attacker can include arbitrary local files by manipulating the '_SERVER[ConfigFile]' parameter.
Description
Dynamic variable evaluation vulnerability in lists/admin.php in phpList 2.10.8 and earlier, when register_globals is disabled, allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the _SERVER[ConfigFile] parameter to admin/index.php.
Exploits (1)
This exploit demonstrates a Local File Inclusion (LFI) vulnerability in phpList 2.10.8 (and prior versions) due to improper handling of user-supplied input in the 'admin/index.php' file when 'register_globals' is disabled. The PoC shows how an attacker can include arbitrary local files by manipulating the '_SERVER[ConfigFile]' parameter.