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 Local File Inclusion (LFI) flaw in **Fable Extra** plugin. π **Consequences**: Attackers can read sensitive server files, leading to potential full system compromise, data theft, and service disruption.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-98** (Improper Control of Filename for Include). The plugin fails to properly sanitize file names, allowing malicious input to trick PHP into including local files.
Q3Who is affected? (Versions/Components)
π₯ **Affected**: **WPFable**'s **Fable Extra** plugin. Specifically versions **1.0.6 and earlier**. If you run WordPress with this plugin, you are at risk.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: High impact! Can read **Critical System Files** (e.g., wp-config.php). Leads to **Full Data Exposure** and **Complete System Control** due to high CVSS score (H/H/H).
Q5Is exploitation threshold high? (Auth/Config)
π **Exploitation Threshold**: **LOW**. CVSS Vector shows **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges needed), **UI:N** (No User Interaction). Easy to exploit remotely.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **No PoC provided** in the data. However, references from Patchstack confirm the vulnerability exists. Wild exploitation is likely given the low barrier.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **Fable Extra** plugin version. Check if version is **β€ 1.0.6**. Look for LFI indicators in logs or use vulnerability scanners targeting CWE-98 in WordPress plugins.
π§ **No Patch Workaround**: **Disable** the Fable Extra plugin if not essential. **Restrict** file permissions on the server. **Monitor** access logs for suspicious file inclusion attempts.
Q10Is it urgent? (Priority Suggestion)
β‘ **Urgency**: **CRITICAL**. CVSS is high (likely 9.8+). No auth required. **Patch immediately**. Do not wait. This is a high-priority security alert for all WordPress admins.