Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-27954 — 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. | Kitploit
Tools/GitHubGitHub/chsxthwik/cve-2024-27954
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubchsxthwik/cve-2024-27954

CVE-2024-27954

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.

View Repository
1111 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-27954

📝 CVE-2024-27954 - Path Traversal & SSRF Vulnerability in WP Automatic Plugin

Description

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.


🔍 Detection Queries

To identify affected hosts, you can use the following queries:

  • FOFA: body="wp-content/plugins/wp-automatic" && header="HTTP/1.1 200 OK"
  • ZoomEye: title:"wp-automatic" response.status_code:200
  • Shodan: http.title:"wp-automatic" http.status:200
  • Publicwww: "/wp-content/plugins/wp-automatic"

⬇️ Installation

Clone the repository:

root@kitploit:~
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.
Download Tool