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**: Unauthenticated Arbitrary File Upload in WordPress Plugin 3DPrint Lite. π₯ **Consequences**: Attackers can upload malicious files (e.g., webshells) directly to the web server, potentially leading to full siβ¦
π‘οΈ **Root Cause**: Missing Authorization & Input Validation. π **Flaw**: The `p3dlite_handle_upload` AJAX action fails to check uploaded files or verify user identity. No CWE ID provided in data.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: WordPress Plugin **3DPrint Lite**. π **Version**: Versions **prior to 1.9.1.5** are vulnerable. Vendor listed as Unknown.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Attacker Actions**: Upload **arbitrary files** to the web server. π **Privileges**: **Unauthenticated** access required. No login needed to exploit.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **LOW**. π **Auth**: None required. βοΈ **Config**: Exploitable via standard AJAX endpoint. However, `.htaccess` may block execution on Apache servers.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exp?**: Yes. π **PoC**: Available via Nuclei templates (ProjectDiscovery). π **Wild Exp**: Limited by `.htaccess` restrictions on Apache, but still a critical risk.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for the `p3dlite_handle_upload` AJAX endpoint. π οΈ **Tool**: Use Nuclei with the specific CVE-2021-4436 template. π **Verify**: Check if the plugin version is < 1.9.1.5.
π§ **No Patch Workaround**: 1. Implement strict **file type validation** on the server side. 2. Ensure `.htaccess` rules **block execution** of uploaded directories. 3.β¦
β‘ **Urgency**: **HIGH**. π¨ **Priority**: Immediate action required. Unauthenticated file upload is a critical vulnerability. Even with `.htaccess` mitigation, the risk of bypass or misconfiguration is too high to ignore.