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**: Authentication Bypass in MStore API. 📉 **Consequences**: Attackers can impersonate ANY user (even Admins) just by knowing their User ID. Total loss of integrity and confidentiality.
Q2Root Cause? (CWE/Flaw)
🛡️ **Root Cause**: CWE-288 (Authentication Bypass). 🐛 **Flaw**: Insufficient verification of the user during 'add listing' REST API requests. The system trusts the supplied user ID without proper validation.
💀 **Hackers Can**: Log in as ANY existing user. 👑 **Privileges**: If they know an Admin's ID, they get full Admin access. 📂 **Data**: Full read/write access to site content.
Q5Is exploitation threshold high? (Auth/Config)
⚡ **Threshold**: LOW. 🌐 **Auth**: None required (Unauthenticated). ⚙️ **Config**: Only need the target User ID. No complex setup needed.
Q6Is there a public Exp? (PoC/Wild Exploitation)
🔓 **Public Exp?**: YES. 📂 **PoCs**: Available on GitHub (e.g., RandomRobbieBF, Jenderal92). 🤖 **Scanners**: Nuclei templates and Python scripts exist for mass exploitation.
Q7How to self-check? (Features/Scanning)
🔍 **Self-Check**: Scan for MStore API endpoints. 🧪 **Test**: Try adding a listing with a different User ID. ✅ **Indicator**: If the action succeeds under another user's context, you are vulnerable.
Q8Is it fixed officially? (Patch/Mitigation)
🩹 **Fixed?**: Yes. 📅 **Patch**: Update to version > 3.9.2. 🔄 **Action**: Check WordPress dashboard for plugin updates immediately.
Q9What if no patch? (Workaround)
🚧 **No Patch?**: Disable the 'Add Listing' REST API endpoint. 🛑 **Mitigation**: Temporarily deactivate the MStore API plugin if updates aren't possible. 🚫 **Block**: Restrict access to `/wp-json/mstore-api/` routes.
Q10Is it urgent? (Priority Suggestion)
🔥 **Urgency**: CRITICAL. 🚨 **Priority**: P1. ⏱️ **Time**: Patch NOW. CVSS Score is High (9.8). Unauthenticated access to Admin accounts is a nightmare scenario.