CVE-2005-3390
PHP 4.x-4.4.0 and 5.x-5.0.5 - Remote Code Execution via RFC1867 File Upload GLOBALS Overwrite
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-3390. PoCs published by rgod.
AI-analyzed exploit summary This exploit leverages a PHP GLOBALS[] overwrite vulnerability (CVE-2005-3390) in e107 <= 0.75 to execute arbitrary commands via a multipart/form-data POST request. It bypasses unset operations by manipulating hash keys and includes a malicious PHP payload in the request.
Description
The RFC1867 file upload feature in PHP 4.x up to 4.4.0 and 5.x up to 5.0.5, when register_globals is enabled, allows remote attackers to modify the GLOBALS array and bypass security protections of PHP applications via a multipart/form-data POST request with a "GLOBALS" fileupload field.
Exploits (1)
This exploit leverages a PHP GLOBALS[] overwrite vulnerability (CVE-2005-3390) in e107 <= 0.75 to execute arbitrary commands via a multipart/form-data POST request. It bypasses unset operations by manipulating hash keys and includes a malicious PHP payload in the request.