
CVE-2026-63030
WP2Shell
A Critical WordPress Core vulnerability enabling REST API route confusion that can be chained with SQL Injection to achieve unauthenticated Remote Code Execution.
CVE-2026-63030 is a Critical vulnerability affecting WordPress Core.
The issue exists in the REST API Batch endpoint, where improper route handling can lead to route confusion. Although the vulnerability alone is not sufficient for full compromise, it can be chained with CVE-2026-60137 (WP_Query SQL Injection) to achieve unauthenticated Remote Code Execution (RCE).
Educational repository for defensive research and vulnerability analysis.
The vulnerability arises from improper handling of REST API Batch endpoint route resolution, allowing attackers to manipulate request processing.
When chained with CVE-2026-60137, the attack can escalate from route confusion to SQL Injection and ultimately Remote Code Execution.
Internet
│
▼
REST API Batch Endpoint
│
▼
Route Confusion
│
▼
Unexpected Endpoint Resolution
│
▼
SQL Injection (CVE-2026-60137)
│
▼
Database Manipulation
│
▼
Remote Code Execution
│
▼
Complete Site Compromise
Successful exploitation may result in:
Upgrade immediately to:
Additional recommendations:
Indicators of possible exploitation include:
POST /wp-json/batch/v1
Unexpected REST API requests
Abnormal SQL errors
Unknown administrator accounts
Recently modified PHP files
Suspicious outbound network traffic
CVE-2026-63030
│
├── README.md
├── LICENSE
├── assets
│ └── banner.png
├── docs
│ ├── analysis.md
│ ├── timeline.md
│ ├── mitigation.md
│ └── references.md
├── detection
│ ├── yara
│ ├── sigma
│ └── iocs.md
└── screenshots
This repository does not contain exploit code.
It is intended solely for:
The information provided is for educational and defensive purposes only.
| Property | Value |
|---|
| CVE | CVE-2026-63030 |
| Vendor | WordPress |
| Component | WordPress Core |
| Attack Vector | Network |
| Privileges Required | None (chain) |
| User Interaction | None |
| Impact | Remote Code Execution |
| Severity | Critical |
| CVSS | 9.8 |
| Status | Patched |