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**: Critical Arbitrary File Upload in WordPress 'Front End Users' plugin. <br>π₯ **Consequences**: Attackers upload malicious files (e.g., PHP shells) β Remote Code Execution (RCE) β **Full Server Compromise**.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: Missing file type/MIME validation in the registration form's file upload field. <br>π **CWE**: CWE-434 (Unrestricted Upload of File with Dangerous Type).
Q3Who is affected? (Versions/Components)
π¦ **Affected**: WordPress Plugin **Front End Users**. <br>π’ **Versions**: **3.2.32 and earlier**. <br>π’ **Vendor**: rustaurius.
Q4What can hackers do? (Privileges/Data)
π **Privileges**: **Unauthenticated** attackers gain access. <br>π **Data/Control**: Execute arbitrary code on the server. Complete control over the WordPress environment.
π£ **Public Exp?**: **YES**. <br>π Multiple PoCs available on GitHub (e.g., Nxploited, h4ckxel, mrmtwoj). <br>π₯ **Wild Exploitation**: High risk due to CVSS 10.0 score.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Scan for 'Front End Users' plugin. <br>2. Verify version β€ 3.2.32. <br>3. Check registration form for file upload inputs. <br>4. Use automated scanners detecting CWE-434.
π§ **No Patch Workaround**: <br>1. **Disable** the plugin immediately. <br>2. Restrict access to registration forms via WAF. <br>3. Implement strict server-side file type validation if plugin must remain.
Q10Is it urgent? (Priority Suggestion)
π΄ **Urgency**: **CRITICAL**. <br>β³ **Priority**: **IMMEDIATE ACTION**. <br>π **Risk**: CVSS 10.0 (Critical). Unauthenticated RCE is a top-tier threat.