CVE-2007-0370
phpBP RC3 (2.204) and earlier - Unauthenticated Arbitrary PHP Code Execution via Banner Upload
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-0370. PoCs published by Kacper.
AI-analyzed exploit summary This exploit targets a file upload vulnerability in phpBP <= RC3 (2.204), allowing remote code execution by uploading a malicious PHP file disguised as an image. It requires an admin session and demonstrates the vulnerability by executing arbitrary commands via a custom HTTP header.
Description
Unrestricted file upload vulnerability in index.php in phpBP RC3 (2.204) and earlier allows remote administrators to inject arbitrary PHP code into an upload/banners/ file via a banners add operation that uploads the PHP code through an image_form parameter specifying a multiple-extension filename such as .jpg.vil.gif.php, which is stored in upload/banners/ under a different name, and executable via a direct request. NOTE: a separate SQL injection issue could be leveraged to make this vulnerability reachable by remote unauthenticated attackers.
Exploits (1)
This exploit targets a file upload vulnerability in phpBP <= RC3 (2.204), allowing remote code execution by uploading a malicious PHP file disguised as an image. It requires an admin session and demonstrates the vulnerability by executing arbitrary commands via a custom HTTP header.