Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-9054 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical flaw in **MultiLoca** plugin (v4.2.8 & prior). Missing validation on `wcmlim_settings_ajax_h` endpoint. 💥 **Consequences**: Full system compromise. Attackers can read, modify, or delete data.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-862** (Missing Authorization). The plugin fails to check if the user has permission to access specific AJAX settings. It trusts the request blindly.…

Q3Who is affected? (Versions/Components)

📦 **Affected**: **Techspawn**'s **MultiLoca - WooCommerce Multi Locations Inventory Management**. 📉 **Version**: 4.2.8 and all earlier versions. 🌐 **Platform**: WordPress sites using this specific plugin.

Q4What can hackers do? (Privileges/Data)

🕵️ **Hacker Actions**: Since CVSS is **Critical (9.8)**, hackers gain **High** impact. They can: 🔓 Access sensitive data (Confidentiality). 🔨 Modify system settings (Integrity). 💣 Disrupt service (Availability).…

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Threshold**: **LOW**. CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. 🚫 **No Auth Required** (`PR:N`). 🚫 **No User Interaction** (`UI:N`). 🚫 **Low Complexity** (`AC:L`).…

Q6Is there a public Exp? (PoC/Wild Exploitation)

🔍 **Public Exploit**: **No**. The `pocs` array is empty in the data. 📜 **References**: Links to Codecanyon changelog and Wordfence exist, but no specific PoC code is provided in this dataset.…

Q7How to self-check? (Features/Scanning)

🔎 **Self-Check**: 1. Check WordPress Plugins list for **MultiLoca**. 2. Verify version is **≤ 4.2.8**. 3. Scan for the endpoint `wcmlim_settings_ajax_h` in your AJAX logs. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

🛠️ **Fix**: Yes. Update to the latest version via **Codecanyon** item description/changelog. 📥 Download the patched version from the vendor. 🔄 Replace the old plugin files.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Deactivate** the plugin immediately if not critical. 2. **Restrict** access to `wp-admin` via IP whitelist. 3. Use a WAF to block requests to `wcmlim_settings_ajax_h`. 4.…

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **CRITICAL**. CVSS Score: **9.8** (Critical). 🚨 **Priority**: **IMMEDIATE ACTION**. Patch now. No authentication needed makes this a high-priority target for automated bots. Do not delay.