This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
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.
π§ **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.