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**: Local File Inclusion (LFI) in 'Build App Online' plugin. π **Consequences**: Attackers can read sensitive server files, leading to full system compromise, data theft, and potential remote code execution.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: CWE-98 (Improper Control of Filename for Include/Require). β **Flaw**: Poor validation of filenames in PHP `include`/`require` statements allows malicious input manipulation.
π **Attacker Capabilities**: Read arbitrary local files (e.g., `/etc/passwd`, config files). π **Impact**: High Confidentiality, Integrity, and Availability loss (CVSS H/I/A: H).
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: LOW. π **Network**: AV:N (Network exploitable). π **Auth**: PR:N (No Privileges required). π€ **UI**: UI:N (No User Interaction needed).
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: No specific PoC listed in data. π **Status**: Referenced by Patchstack DB. β οΈ **Risk**: High likelihood of wild exploitation due to low barrier.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for 'Build App Online' plugin version. π§ͺ **Test**: Look for LFI patterns in HTTP requests targeting plugin endpoints. π **Tool**: Use vulnerability scanners detecting CWE-98.
Q8Is it fixed officially? (Patch/Mitigation)
π§ **Fix**: Update plugin to version **>1.0.23**. π’ **Source**: Vendor release or Patchstack advisory. β **Action**: Immediate patching recommended.
Q9What if no patch? (Workaround)
π« **No Patch?**: Disable the plugin immediately. π **Mitigation**: Restrict file access permissions. π§± **WAF**: Block LFI payloads (`../`) at the web server level.