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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Arbitrary File Upload via missing validation in `_ning_upload_image`. πŸ’₯ **Consequences**: Attackers can upload malicious files, leading to **Remote Code Execution (RCE)** and full server compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). The plugin fails to validate file types during upload, allowing dangerous extensions.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **Adning Advertising** by vendor **tunafish**. Versions **up to and including 1.5.5** are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Unauthenticated access allows uploading **arbitrary files**. This enables **RCE**, giving attackers full control over the server and data.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. No authentication (PR:N), low complexity (AC:L), and no user interaction (UI:N) required. Extremely easy to exploit.

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

πŸ” **Exploitation**: **YES**. Public PoCs exist (e.g., Nuclei templates). Actively exploited in the wild, as noted by security blogs.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **Adning Advertising v1.5.5** or older. Look for the `_ning_upload_image` endpoint. Use tools like **Nuclei** with CVE-2020-36705 templates.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: **YES**. Update the plugin to the latest version. Official patches were released by Wordfence and the vendor to address this critical flaw.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. If essential, restrict upload directories via `.htaccess` or WAF rules to block PHP/executable extensions.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **CRITICAL**. CVSS Score is **9.8** (High). Immediate patching required due to active exploitation and RCE potential.