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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-24347 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A code injection flaw in the **SP Project & Document Manager** plugin. πŸ“‰ **Consequences**: Attackers can upload malicious PHP files, leading to **Remote Code Execution (RCE)** and full server compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-178** (Improper Output Neutralization for Logs/Code). The plugin fails to validate file extensions strictly, allowing bypass via **case manipulation** (e.g., `pHP` instead of `php`).

Q3Who is affected? (Versions/Components)

🎯 **Affected**: WordPress sites using **SP Project & Document Manager** plugin **before version 4.22**. 🌐 **Platform**: PHP/MySQL based WordPress blogs.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Upload shell scripts. πŸ—οΈ **Privileges**: Gain **authenticated shell access**. πŸ“‚ **Data**: Full control over server files and database.

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **Medium**. Requires **Authentication** (valid user account). Not fully remote unauthenticated, but easy to exploit if credentials are obtained.

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

πŸ”₯ **Exploits**: **Yes**. Public PoCs available on GitHub and PacketStorm. πŸ“œ **Nuclei Templates** exist for automated scanning.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for plugin version < 4.22. πŸ§ͺ **Test**: Try uploading a file with extension `pHP` or `PHT`. If accepted, you are vulnerable.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix**: Upgrade **SP Project & Document Manager** to **version 4.22 or later**. πŸ”„ **Patch**: Official vendor update resolves the input validation flaw.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable file upload feature. πŸ›‘ **Block**: Use WAF to block uploads of `php`, `pHP`, `PHP`, etc. 🧹 **Audit**: Remove the plugin if not needed.

Q10Is it urgent? (Priority Suggestion)

πŸ”΄ **Priority**: **HIGH**. RCE risk is critical. Even with auth requirement, the bypass is trivial. Patch immediately to prevent server takeover.