cve/2007/CVE-2007-3543.md

18 lines
845 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2007-3543](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3543)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.