mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
751 B
Markdown
18 lines
751 B
Markdown
### [CVE-2005-3390](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3390)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/132
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|