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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical Local File Inclusion (LFI) in WordPress plugin 'Web Directory Free'. πŸ’₯ **Consequences**: Attackers can read sensitive server files. No authentication required. Data breach risk is HIGH.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Missing input validation. πŸ” **Flaw**: The `include()` function uses user-supplied parameters without checking them first. This is a classic LFI flaw.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin: **Web Directory Free**. πŸ“… **Versions**: All versions **<= 1.7.2**. βœ… **Safe**: Version **1.7.3** and above.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: Read arbitrary files on the server. πŸ“‚ **Data Exposed**: Config files, source code, credentials, system info. πŸ”“ **Privileges**: Unauthenticated access. Low barrier to entry.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: VERY LOW. πŸ”‘ **Auth**: None required. βš™οΈ **Config**: Standard installation vulnerable. 🎯 **Ease**: Simple HTTP request needed.

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

πŸ”₯ **Public Exploit**: YES. πŸ“‚ **PoC**: Available on GitHub (Nxploited/CVE-2024-3673). πŸ€– **Automation**: Nuclei templates exist for mass scanning. ⚠️ **Status**: Actively exploitable in the wild.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for 'Web Directory Free' plugin. πŸ“Š **Version Check**: Verify if version is < 1.7.3. πŸ› οΈ **Tools**: Use Nuclei or WPScan to detect LFI endpoints. πŸ‘€ **Manual**: Test `include` parameter injection.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Official Fix**: YES. πŸ“¦ **Patch**: Update to **Version 1.7.3**. βœ… **Action**: Immediate update recommended by vendor.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. πŸ”’ **WAF**: Block requests with suspicious `include` parameters. 🧹 **Audit**: Check server logs for unauthorized file reads. 🚫 **Remove**: If not needed, uninstall complete…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: CRITICAL. πŸ“‰ **Priority**: P1 (Immediate Action). ⏳ **Risk**: High exposure due to no auth needed. πŸ’‘ **Advice**: Patch NOW. Do not wait.