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**: Profile Builder plugin has a broken auth check in password reset. π **Consequences**: Any user can reset admin passwords. Admins get NO email notification. Total site compromise possible.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **CWE-287**: Improper Authentication. π **Flaw**: The method checking the reset key allows bypassing restrictions. It fails to verify the user's identity properly before allowing the reset.
Q3Who is affected? (Versions/Components)
π¦ **Product**: User Registration & User Profile β Profile Builder. π **Affected**: Versions **before 3.4.9**. π **Platform**: WordPress sites using this specific plugin.
Q4What can hackers do? (Privileges/Data)
π **Privileges**: Gains **Administrative Access**. πΎ **Data**: Full control over the blog. π **Action**: Can reset passwords of ANY user, including admins. π« **Stealth**: Admins are NOT notified via email.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: LOW. π **Auth**: **Unauthenticated**. No login required to exploit the password reset flaw. π― **Target**: Any WordPress site running the vulnerable plugin version.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Exploit**: YES. π **PoC**: Available via Nuclei templates (ProjectDiscovery). π **Status**: Publicly known. Automated scanners can detect and exploit this easily.
Q7How to self-check? (Features/Scanning)
π **Check**: Scan for Profile Builder plugin version. π οΈ **Tool**: Use Nuclei or WPScan. π **Indicator**: Look for version < 3.4.9.β¦
π₯ **Priority**: CRITICAL. β‘ **Urgency**: HIGH. π¨ **Reason**: Unauthenticated RCE/Admin takeover. No notification to admins makes it stealthy. Fix immediately!