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. β³