Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-0294. PoCs published by ahmadbady.
AI-analyzed exploit summary This exploit demonstrates a Remote File Inclusion (RFI) vulnerability in wb news v2.1.1 by manipulating the 'config[installdir]' parameter in global.php to include a remote shell. The vulnerability arises from insecure handling of user-supplied input in the require_once function.
Description
Multiple PHP remote file inclusion vulnerabilities in WB News 2.0.1, when register_globals is enabled, allow remote attackers to execute arbitrary PHP code via a URL in the config[installdir] parameter to (1) search.php, (2) archive.php, (3) comments.php, and (4) news.php; (5) News.php, (6) SendFriend.php, (7) Archive.php, and (8) Comments.php in base/; and possibly other components, different vectors than CVE-2007-1288.
Exploits (1)
This exploit demonstrates a Remote File Inclusion (RFI) vulnerability in wb news v2.1.1 by manipulating the 'config[installdir]' parameter in global.php to include a remote shell. The vulnerability arises from insecure handling of user-supplied input in the require_once function.