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 authentication bypass in the Civi WordPress plugin. π **Consequences**: Attackers can change **ANY** user password, including Admins, without verification. Total account takeover risk! π₯
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-288** (Authentication Bypass). The system fails to verify the user's identity **before** allowing a password change. π« No check = No security.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: WordPress Plugin **Civi** (Job Board & Freelance Marketplace Theme). π **Version**: 2.1.4 and **earlier** versions. Vendor: uxper. β οΈ Check your version NOW!
Q4What can hackers do? (Privileges/Data)
π **Attacker Power**: Full control over **any** account. π€ Can reset passwords for regular users AND **Administrators**. π Access to all private data associated with those accounts. π
π΅οΈ **Public Exp?**: No specific PoC code provided in data. π **References**: WordFence and ThemeForest links exist. π Likely exploitable via direct HTTP requests to the AJAX endpoint. π οΈ
Q7How to self-check? (Features/Scanning)
π **Self-Check**: 1. Check WP Plugin list for **Civi**. 2. Verify version is **β€ 2.1.4**. 3. Inspect `class-ajax.php` around line 715. π Look for missing auth checks in password reset logic. π§
Q8Is it fixed officially? (Patch/Mitigation)
π **Official Fix**: Update to the latest version of Civi plugin. π Patch released by vendor **uxper**. π₯ Download from ThemeForest or WP Repo. β Always keep plugins updated!
Q9What if no patch? (Workaround)
π§ **No Patch?**: 1. **Disable** the Civi plugin immediately. π 2. Block access to `/wp-content/themes/civi/includes/class-ajax.php`. π« 3. Monitor admin logs for suspicious password changes. π
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **CRITICAL**. π¨ CVSS Score: **9.1** (High). π Impact: High Confidentiality, Integrity, Availability. πββοΈ **Action**: Patch IMMEDIATELY. Do not wait! β³