This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis โ
Q1What is this vulnerability? (Essence + Consequences)
๐จ **Essence**: A critical Access Control Error in ProfilePress plugin. ๐ **Consequences**: Attackers can bypass security checks to register as **Administrators**, leading to total site compromise. ๐ฅ
Q2Root Cause? (CWE/Flaw)
๐ก๏ธ **CWE**: CWE-269 (Improper Privilege Management). ๐ **Flaw**: The `RegistrationAuth.php` file allows arbitrary user meta data during registration, specifically `wp_capabilities`. ๐
Q3Who is affected? (Versions/Components)
๐ฅ **Vendor**: ProfilePress. ๐ฆ **Product**: ProfilePress Plugin for WordPress. ๐ **Affected Versions**: **3.0.0** through **3.1.3**. โ ๏ธ
Q4What can hackers do? (Privileges/Data)
๐ **Privileges**: Gains **Administrator** access without authentication. ๐๏ธ **Data**: Full control over the WordPress site, including database, plugins, and user data. ๐ซ
Q5Is exploitation threshold high? (Auth/Config)
๐ **Threshold**: **LOW**. ๐ซ **Auth**: No authentication required (Unauthenticated). โ๏ธ **Config**: Exploits the registration endpoint directly. ๐ฏ
Q6Is there a public Exp? (PoC/Wild Exploitation)
๐ **Public Exp**: **YES**. Multiple PoCs available on GitHub (e.g., RandomRobbieBF, K3ysTr0K3R). ๐ **Status**: Actively exploitable in the wild. ๐ฃ
Q7How to self-check? (Features/Scanning)
๐ **Check**: Scan for ProfilePress plugin version 3.0.0-3.1.3. ๐ ๏ธ **Tools**: Use Nuclei templates or manual curl requests to the `admin-ajax.php` endpoint. ๐
Q8Is it fixed officially? (Patch/Mitigation)
๐ก๏ธ **Fix**: **YES**. Official patches were released by the vendor. ๐ **Action**: Update ProfilePress to the latest version immediately. โ
Q9What if no patch? (Workaround)
๐ง **Workaround**: Disable the ProfilePress plugin if patching isn't possible. ๐ซ **Block**: Restrict access to `/wp-admin/admin-ajax.php` registration endpoints via WAF. ๐
Q10Is it urgent? (Priority Suggestion)
๐ฅ **Urgency**: **CRITICAL**. ๐จ **Priority**: Patch **IMMEDIATELY**. This allows full admin takeover with zero effort from attackers. โณ