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**: Path Traversal (CWE-22) in Adning Advertising plugin. ๐ **Consequences**: Attackers can delete arbitrary files or upload malicious payloads, compromising server integrity.
Q2Root Cause? (CWE/Flaw)
๐ก๏ธ **Root Cause**: Improper input validation allowing **Path Traversal**. โ ๏ธ **CWE**: CWE-22. The plugin fails to sanitize file paths, enabling unauthorized file system access.
๐ **Attacker Actions**: Upload malicious files (Webshells). ๐๏ธ Delete critical server files. ๐ Access sensitive data via path traversal. ๐ **Privileges**: Server-level access depending on web server user rights.
๐ฅ **Exploitation**: **YES**. Active exploitation in the wild reported. ๐ **PoC**: Available via Nuclei templates. ๐ข **Sources**: Wordfence & Nintechnet blogs confirm active threats.
Q7How to self-check? (Features/Scanning)
๐ **Self-Check**: Scan for **Adning Advertising** plugin. ๐งช **Tool**: Use Nuclei templates (CVE-2020-36728.yaml). ๐ **Indicator**: Check for version < 1.5.6. ๐ต๏ธโโ๏ธ **Verify**: Test file deletion/upload endpoints if safe.