Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-49328 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical **Privilege Escalation** flaw in WP REST API FNS. <br>⚑ **Consequences**: Unauthenticated attackers can bypass authentication via alternative API paths, gaining full **Administrator** control. πŸ’€

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-288** (Authentication Bypass). <br>πŸ” **Flaw**: The plugin fails to properly validate requests on backup/alternative REST API endpoints, allowing unauthenticated access to sensitive actions.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **WP REST API FNS**. <br>πŸ“‰ **Version**: **1.0.0** and all prior versions. <br>πŸ‘€ **Vendor**: vivek2tamrakar.

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Hacker Actions**: <br>1️⃣ Gain **Administrator Privileges** without login. <br>2️⃣ Full **Account Takeover**. <br>3️⃣ Read/Modify/Delete all site data (CVSS Score: **9.8** πŸ”₯).

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: **None** required (Unauthenticated). <br>🌐 **Access**: Network accessible (AV:N). <br>🎯 **Complexity**: Low (AC:L).

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”₯ **Public Exploit**: **YES**. <br>πŸ“‚ **PoCs Available**: <br>- GitHub: `RandomRobbieBF/CVE-2024-49328` <br>- GitHub: `Nxploited/CVE-2024-49328-exploit` (Python script). <br>⚠️ **Wild Exploitation**: Active.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Scan for plugin **WP REST API FNS** v1.0.0. <br>2️⃣ Test endpoint: `POST /wp-json/api/v2/user/register`. <br>3️⃣ Check if registration/admin creation succeeds without auth.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fix**: **Update** the plugin to a version **> 1.0.0**. <br>πŸ“… **Published**: 2024-10-20. <br>πŸ”— **Ref**: Patchstack database entry available.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1️⃣ **Disable** the plugin immediately if not essential. <br>2️⃣ **Block** `/wp-json/api/v2/user/register` via WAF/Server Config.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL** (Priority 1). <br>πŸ”₯ **CVSS**: 9.8 (Critical). <br>⏳ **Action**: Patch **IMMEDIATELY**. Unauthenticated RCE/Privilege Escalation is an emergency.