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**: Unrestricted file upload in 'Medical Prescription Attachment Plugin for WooCommerce'. π₯ **Consequences**: Attackers can upload **Web Shells**.β¦
π‘οΈ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). π **Flaw**: The plugin fails to validate file types or extensions before saving uploads.β¦
π¦ **Affected**: WordPress Plugin: **Medical Prescription Attachment Plugin for WooCommerce**. π **Versions**: **1.2.3 and earlier**. π’ **Vendor**: Webkul. β οΈ **Note**: Ensure you are using the WooCommerce integration pluβ¦
π΅οΈ **Hackers Can**: Execute arbitrary code on the server. π **Privileges**: Gain **Web Shell** access. π **Data**: Read/Modify/Delete any file accessible to the web server user.β¦
π **Threshold**: **LOW**. π **Auth**: **Unauthenticated**. No login required. βοΈ **Config**: Default settings likely vulnerable. Easy to trigger via HTTP requests.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π₯ **Public Exp?**: **YES**. π **PoC**: Available on GitHub (joshs-code/CVE-2025-29009-POC). π₯ **Demo**: Video proof exists. Automated exploitation is highly likely.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: 1. Scan for the specific plugin name. 2. Check version <= 1.2.3. 3. Use vulnerability scanners (like Patchstack DB) to detect the upload endpoint. 4.β¦
π οΈ **Official Fix**: Update the plugin to the latest version released by Webkul. π **Patch**: The vulnerability is in the file upload logic.β¦