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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2020-36847 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical code flaw in the WordPress plugin **Simple-File-List**. πŸ“‰ **Consequences**: Attackers can rename uploaded PHP files from `.png` to `.php`, leading to **Remote Code Execution (RCE)**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-434** (Arbitrary Upload). πŸ› **Flaw**: The `rename` function is misused. It allows changing the extension of uploaded files, bypassing security checks.…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Users of **Simple File List** plugin. πŸ“¦ **Version**: **4.2.2** and earlier. 🏒 **Vendor**: eemitch. ⚠️ If you use this plugin, you are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Execute arbitrary PHP code on the server. πŸ”“ **Privileges**: Full control over the web server. πŸ“‚ **Data**: Access, modify, or delete any data. 🌐 The entire WordPress site can be taken over.

Q5Is exploitation threshold high? (Auth/Config)

πŸ“Š **Threshold**: **LOW**. 🚫 **Auth**: No authentication required (PR:N). πŸ–±οΈ **UI**: No user interaction needed (UI:N). 🌍 **Network**: Remote access (AV:N). πŸš€ Extremely easy to exploit.

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

πŸ’₯ **Public Exp?**: **YES**. πŸ“‚ **PoC Available**: Multiple Proof-of-Concept scripts exist on GitHub (e.g., `137f/PoC-CVE-2020-36847`). πŸ› οΈ Ready-to-use exploits are circulating. ⚠️ High risk of automated attacks.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **Simple File List** plugin. πŸ“‹ **Version Check**: Is version ≀ 4.2.2? πŸ“€ **Upload Test**: Try uploading a PHP file disguised as a PNG. 🚩 If it renames to `.php`, you are vulnerable.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Fixed?**: **YES**. πŸ“₯ **Patch**: Update the plugin to the latest version. πŸ“ **Reference**: WordPress Trac changeset `2286920`. πŸ”„ Immediate update is the primary fix.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. 🚫 **Remove**: Uninstall if not needed. πŸ›‘οΈ **WAF**: Use a Web Application Firewall to block PHP uploads. πŸ“‚ **Restrict**: Block `.php` execution in upload directories.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P0 (Immediate Action)**. ⏳ **Time**: Exploits are public. πŸ›‘ Delay increases risk of breach. πŸƒβ€β™‚οΈ Patch NOW.