POC - WordPress File Upload plugin, in the wfu_file_downloader.php file before version <= 4.24.11
WordPress File Upload plugin, in the wfu_file_downloader.php file before version <= 4.24.11
Last updated
Was this helpful?
WordPress File Upload plugin, in the wfu_file_downloader.php file before version <= 4.24.11
Last updated
Was this helpful?
Become VeryLazyTech ! π
Follow us on:
β Twitter .
πΎ Github .
π Medium .
πΊ YouTube .
π© Telegram .
π΅οΈββοΈ My Site .
Visit our for e-books and courses. π
The WordPress File Upload plugin is vulnerable due to improper input validation in the wfu_file_downloader.php file, affecting versions <= 4.24.11. This vulnerability allows unauthenticated users to download arbitrary files from the server's filesystem, leading to potential data exfiltration and system compromise.
Websites running WordPress with the File Upload Plugin version <= 4.24.11.
The vulnerability resides in the wfu_file_downloader.php component of the File Upload Plugin, which mishandles the file and handler parameters in its requests. This allows directory traversal attacks to access sensitive files.
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.
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"
First, clone the repository:
Replace with the desired file path on the target server (e.g., /etc/passwd).
The script will check the plugin version and, if vulnerable, attempt to retrieve the specified file.
Read about it β
Replace with the target's URL (e.g., ).
Learn & practice
Become VeryLazyTech ! π
β Twitter .
πΎ Github .
π Medium .
πΊ YouTube .
π© Telegram .
π΅οΈββοΈ My Site .
Visit our for e-books and courses. π