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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-32577 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

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.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: WordPress Plugin **Build App Online**. πŸ“¦ **Version**: 1.0.23 and earlier. 🏒 **Vendor**: hakeemnala.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **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.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: CRITICAL. 🚨 **Priority**: P1. ⚑ **Reason**: CVSS 9.8 (Critical), Network-accessible, No Auth required. Patch NOW.