Files
CVEs-PoC/2012/CVE-2012-10020.md
T
2025-09-29 21:09:30 +02:00

18 lines
952 B
Markdown

### [CVE-2012-10020](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10020)
![](https://img.shields.io/static/v1?label=Product&message=FoxyPress&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-434%20Unrestricted%20Upload%20of%20File%20with%20Dangerous%20Type&color=brightgreen)
### Description
The FoxyPress plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the uploadify.php file in versions up to, and including, 0.4.2.1. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected sites server which may make remote code execution possible.
### POC
#### Reference
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/unix/webapp/wp_foxypress_upload.rb
#### Github
No PoCs found on GitHub currently.