
WordPress CVE-2026-63030 and CVE-2026-60137 security tool for detecting exposure to the WP2Shell pre-authentication RCE chain.
An assessment and scanning utility designed to detect exposure to the WP2Shell exploit chain in WordPress Core installations across single endpoints or large target lists.
⚠️ Disclaimer
Only scan systems you own or are authorized to assess.
Unsanctioned scanning or testing of third-party systems is illegal. The maintainers assume no responsibility or liability for unauthorized usage or collateral damage caused by this utility.
WP2Shell is a critical, pre-authentication Remote Code Execution (RCE) vulnerability chain affecting default WordPress Core installations without requiring plugin dependencies or authentication.
| Attribute | Value |
|---|---|
| Impact | Pre-Authentication Remote Code Execution (RCE) |
| CVE Identifiers | CVE-2026-63030 (REST API Route Confusion) - July 17, 2026 CVE-2026-60137 (WP_Query SQL Injection) - July 17, 2026 |
| Affected Versions | WordPress Core 6.9.0 – 6.9.4 and 7.0.0 – 7.0.1 |
| Patched Versions | WordPress Core 6.9.5 and 7.0.2 |
18.0.0 or higher.npm (included with Node.js).The following demonstration shows the proof-of-concept running against a controlled local WordPress environment. It illustrates the complete testing flow and resulting behavior in an isolated, authorized lab setup.

Clone the repository and install dependencies:
git clone https://github.com/johnlodan/wp2shell-rce.git
cd wp2shell-rce
npm install
Single target:
npm run scan -- -t https://google.com
Multiple comma-separated targets:
npm run scan -- -t https://google.com,https://github.com,https://example.com
Multiple targets from a file:
npm run scan -- -f targets.txt
Proof of Concept Repository:
Icex0/wp2shell-poc (GitHub) – Proof-of-concept exploit implementation for the WordPress unauthenticated REST batch route collision SQLi to RCE vulnerability.
Proof of Concept Video Demonstration:
NightR4id – WP2Shell | CVE-2026-63030 + CVE-2026-60137 Demo (YouTube) – Video demonstration showing the execution flow of the SQLi-to-RCE chain against a vulnerable WordPress instance.
Technical Analysis & Threat Research: