
Nuclei-based exploit for CVE-2024-27954, targeting path traversal and SSRF in WP Automatic plugin up to v3.92.0. Includes detection queries for FOFA, ZoomEye, and Shodan.
An Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability exists in the WP Automatic plugin, allowing Path Traversal and Server-Side Request Forgery (SSRF) attacks. This issue affects WP Automatic versions up to 3.92.0.
To identify affected hosts, you can use the following queries:
body="wp-content/plugins/wp-automatic" && header="HTTP/1.1 200 OK"title:"wp-automatic" response.status_code:200http.title:"wp-automatic" http.status:200"/wp-content/plugins/wp-automatic"Clone the repository:
git clone https://github.com/Quantum-Hacker/CVE-2024-27954.git
cd CVE-2024-27954
Nuclei Usage:
Use Nuclei with the provided template:
nuclei -t wprce.yaml --target http://example.com or -l WPUrls.txt
⚠️ Disclaimer
This tool is intended for authorized security testing and educational purposes only. Unauthorized use against systems is strictly prohibited.
📄 License
This tool is licensed under the MIT License.