- Apr 9, 2012
- 15
- 6
If you host Wordpress, an advisory about recent versions (6.8.5 - 7.0.1)
11 minute YouTube walkthrough of the vulnerability
Independent proof-of-concept for the unauthenticated WordPress REST batch route-confusion SQL injection associated with Searchlight Cyber's wp2shell advisory
wp2shell (CVE-2026-63030 & CVE-2026-60137) - full RCE chain
Until then, block both
11 minute YouTube walkthrough of the vulnerability
Independent proof-of-concept for the unauthenticated WordPress REST batch route-confusion SQL injection associated with Searchlight Cyber's wp2shell advisory
wp2shell (CVE-2026-63030 & CVE-2026-60137) - full RCE chain
Remediation
Update to WordPress 7.0.2, or 6.9.5 if the site is on the 6.9 branch.Until then, block both
/wp-json/batch/v1 and the rest_route=/batch/v1 query parameter at the edge, or require authentication for the batch endpoint via the rest_pre_dispatch filter.