Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-12209 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Local File Inclusion (LFI) in WP Umbrella plugin.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: CWE-98 (Improper Control of Filename for Include/Include-Once). The flaw lies in the `filename` parameter of the `umbrella-restore` action, which fails to sanitize input before inclusion.

Q3Who is affected? (Versions/Components)

📦 **Affected**: WordPress Plugin **WP Umbrella: Update Backup Restore & Monitoring**. 📅 **Versions**: **2.17.0 and earlier**. Vendor: wphealth.

Q4What can hackers do? (Privileges/Data)

💀 **Attacker Capabilities**: Execute arbitrary PHP code on the server. 📂 **Data Access**: Obtain sensitive server data. 🔓 **Privileges**: Bypass access controls. No authentication required.

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Threshold**: **LOW**. Exploitation is **Unauthenticated** (PR:N) and requires **Low Complexity** (AC:L). No user interaction needed (UI:N). Highly accessible.

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

🔍 **Public Exp?**: **YES**. Multiple PoCs available on GitHub (e.g., RandomRobbieBF, Nxploited) and Nuclei templates. Wild exploitation is likely given the simplicity.

Q7How to self-check? (Features/Scanning)

🔎 **Self-Check**: Scan for the `umbrella-restore` action with a manipulated `filename` parameter. Use Nuclei templates or manual testing to verify if arbitrary files are included/executed.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update the plugin to a version **newer than 2.17.0**. Check the vendor's official WordPress repository for the patched release.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the `umbrella-restore` action if possible. Restrict web server access to plugin directories. Implement WAF rules to block LFI payloads targeting `filename` parameters.

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **CRITICAL**. CVSS Score is **High** (likely 9.8+). Unauthenticated RCE is a top-priority threat. Patch immediately to prevent server compromise.