CVE-2005-0698
PHPWebLog <= 0.5.3 - Remote File Inclusion via G_PATH or PATH Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-0698. PoCs published by Filip Groszynski.
AI-analyzed exploit summary This exploit leverages PHP's register_globals and allow_url_fopen settings to include remote files via manipulated G_PATH and PATH parameters in init.inc.php and index.php, leading to arbitrary code execution.
Description
PHP remote file inclusion vulnerability in PHPWebLog 0.5.3 and earlier allows remote attackers to execute arbitrary PHP code by modifying the (1) G_PATH parameter to init.inc.php or the (2) PATH parameter to index.php to reference a URL on a remote web server that contains the code.
Exploits (1)
This exploit leverages PHP's register_globals and allow_url_fopen settings to include remote files via manipulated G_PATH and PATH parameters in init.inc.php and index.php, leading to arbitrary code execution.