WordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 is affected by a REST API batch endpoint route confusion issue which, combined with the author__not_in WP_Query SQL Injection (CVE-2026-60137), could allow an attacker to perform SQL Injection and achieve Remote Code Execution.
CVE-2026-63030
Score elevated to 9.0 because this CVE is listed on the CISA Known Exploited Vulnerabilities catalog (added 2026-07-21), indicating real-world exploitation has been confirmed by US federal agencies. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 7.5 retained for reference (NVD's own analysis pending). Confidence: HIGH.
- Actively exploited in the wild (CISA-KEV)
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 9.0(high)
- EPSS
- 98.4%
- KEV
- ⚠ Exploited
Published
July 17, 2026
Last Modified
July 22, 2026
Advisory Details (2)
Auto-updated Jul 17, 2026WordPress 7.0.2 Release – WordPress News
https://wordpress.org/news/2026/07/wordpress-7-0-2-release/REST API batch-route confusion and SQL injection issue leading to Remote Code Execution · Advisory · WordPress/wordpress-develop · GitHub
https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662qWeakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 25× in last 7d / 25× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-22 05:22 UTCEG score recompute▼ 0.80
- 2026-07-22 05:20 UTCNVD updateCVSS v3 → 7.5 · severity → HIGH
- 2026-07-21 20:14 UTCEG score recompute▲ 0.80
- 2026-07-21 20:13 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
- 2026-07-21 17:19 UTCEG score recompute▼ 0.80
- 2026-07-21 17:18 UTCNVD updateCVSS v3 → 7.5 · severity → HIGH
- 2026-07-21 16:01 UTCEG score recompute▲ 0.80
- 2026-07-21 15:58 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-21 14:39 UTCEG score recompute▲ 1.50
- 2026-07-21 14:37 UTCCISA KEV update
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:31 UTCEPSS rescore
- 2026-07-19 02:29 UTCEPSS rescore
- 2026-07-18 06:05 UTCEG score recompute▼ 2.30
- 2026-07-18 06:02 UTCNVD updateCVSS v3 → 7.5 · severity → HIGH
- 2026-07-18 04:20 UTCEG score recompute▲ 2.30
- 2026-07-18 04:19 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
- 2026-07-17 20:20 UTCEG score recompute▲ 7.50
- 2026-07-17 20:19 UTCMITRE cvelistV5CVSS v3 → 7.5 · severity → HIGH
- 2026-07-17 19:25 UTCEG score recompute
- 2026-07-17 19:24 UTCMITRE cvelistV5first tracked
Publicly available exploits
(10 references)Working exploit code is in the public domain (10 GitHub PoCs). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.
- GitHub PoCikow/wp2shellFirst seen Jul 19, 2026
wp2shell — WordPress Core Pre-Auth RCE (CVE-2026-63030 + CVE-2026-60137). Exploit toolkit + remediation.
Open source ↗ - GitHub PoCbahartanir/wp2shell-scannerFirst seen Jul 19, 2026
CVE-2026-63030 / CVE-2026-60137 - WordPress pre-auth RCE scanner
Open source ↗ - GitHub PoC47Cid/wp2shell-labFirst seen Jul 18, 2026
Educational PoC + lab for CVE-2026-63030 + CVE-2026-60137: pre-auth SQLi in WordPress core via REST batch-route confusion
Open source ↗ - GitHub PoC0xsha/wp2shellFirst seen Jul 18, 2026
CVE-2026-63030 + CVE-2026-60137 - “wp2shell”: unauthenticated RCE in WordPress core
Open source ↗ - GitHub PoCNULL200OK/WP2ShellFirst seen Jul 18, 2026
WP2Shell - CVE-2026-63030 / CVE-2026-60137 This tool exploits a critical SQL injection vulnerability in the WordPress REST API `/wp-json/batch/v1` endpoint, allowing unauthenticated attackers to execute arbitrary SQL queries and achieve Remote Code Execution (RCE) on vulnerable WordPress installations.
Open source ↗ - GitHub PoCdinosn/wp2shell-labFirst seen Jul 18, 2026
Non-destructive detector + Docker lab for wp2shell (CVE-2026-63030 REST /batch/v1 route confusion + CVE-2026-60137 author__not_in SQLi) in WordPress core 6.9.0-6.9.4 / 7.0.0-7.0.1
Open source ↗ - GitHub PoCSenanfurkan/wordpress-cve-2026-63030First seen Jul 18, 2026
Pre-auth RCE in WordPress Core via REST API batch route confusion + WP_Query SQLi (CVE-2026-63030 / CVE-2026-60137). Detection PoC.
Open source ↗ - GitHub PoCekomsSavior/wp2shellFirst seen Jul 18, 2026
CVE-2026-63030 (RCE) + CVE-2026-60137 (SQLi)
Open source ↗ - GitHub PoCmhtsec/CVE-2026-63030First seen Jul 18, 2026
WordPress 未授权RCE EXP | CVE-2026-63030
Open source ↗ - GitHub PoC4minx/CVE-2026-63030First seen Jul 18, 2026
CVE-2026-63030 (wp2shell) POC.
Open source ↗
Related CVEs(same CWE)
Same CWE
10 shownCWE-436
- CVE-2023-24813EG 10.0CRITICAL
- CVE-2025-25292EG 9.8EPSS 99%CRITICAL
- CVE-2025-25291EG 9.8EPSS 97%CRITICAL
- CVE-2021-45327EG 9.8CRITICAL
- CVE-2021-40870EG 9.8 KEVEPSS 100%CRITICAL
- CVE-2020-10180EG 9.8CRITICAL
- CVE-2019-19589EG 9.8CRITICAL
- CVE-2026-14198EG 9.1CRITICAL
- CVE-2024-38428EG 9.1CRITICAL
- CVE-2019-18792EG 9.1CRITICAL
Frequently asked(6)
What is CVE-2026-63030?
When was CVE-2026-63030 disclosed?
Is CVE-2026-63030 actively exploited?
What is the CVSS score of CVE-2026-63030?
Which products are affected by CVE-2026-63030?
How do I remediate CVE-2026-63030?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-63030
Is Your Infrastructure Affected by CVE-2026-63030?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.