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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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.