Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-2732 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

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.

Q3Who is affected? (Versions/Components)

🎯 **Affected**: WordPress Plugin **MStore API**. πŸ“¦ **Versions**: 3.9.2 and earlier. 🏒 **Vendor**: inspireui.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **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.