mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
845 B
Markdown
18 lines
845 B
Markdown
### [CVE-2007-3543](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3543)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Unrestricted file upload vulnerability in WordPress before 2.2.1 and WordPress MU before 1.2.3 allows remote authenticated users to upload and execute arbitrary PHP code by making a post that specifies a .php filename in the _wp_attached_file metadata field; and then sending this file's content, along with its post_ID value, to (1) wp-app.php or (2) app.php.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.buayacorp.com/files/wordpress/wordpress-advisory.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|