WordPress Wp2shell REST Batch Endpoint Exploitation
Description
Detects exploitation attempts against the WordPress REST batch endpoint (CVE-2026-63030, CVE-2026-60137) using the wp2shell PoC tool. The tool sends POST requests to the batch endpoint via the ?rest_route=/batch/v1 query parameter, covering all attack phases from initial probe through SQL injection and pre-auth admin creation. A 207 response confirms the endpoint is active on the target.
Query · sigma
selection: cs-method: POST sc-status: 207 cs-uri-query|contains: - rest_route=/batch/v1 - rest_route=%2Fbatch%2Fv1 condition: selection
Known false positives
- WordPress CLI scripts or maintenance tooling invoking the batch endpoint via query parameter