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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-26974 β€” AI Deep Analysis Summary

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in WP Multi Store Locator. <br>πŸ’₯ **Consequences**: Attackers can manipulate database queries. This leads to **data theft**, **data manipulation**, or **server compromise**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). <br>πŸ” **Flaw**: Improper neutralization of special elements used in an SQL command. The plugin fails to sanitize user input before using it in SQL queries.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Product**: WordPress Plugin **WP Multi Store Locator**. <br>πŸ“… **Versions**: Version **2.5.1** and earlier. <br>🏒 **Vendor**: WPExperts.io.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. Extract sensitive database data (users, configs). <br>2. Modify or delete records. <br>3. Potentially execute administrative commands via SQL.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. <br>πŸ“Š **CVSS**: AV:N (Network), AC:L (Low Complexity), PR:N (No Privileges Required), UI:N (No User Interaction). <br>⚑ **Verdict**: Easy to exploit remotely without login.

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

πŸ’£ **Public Exploit**: **No**. <br>πŸ“ **Status**: The `pocs` field is empty. No public Proof-of-Concept (PoC) or wild exploitation code is currently available in the provided data.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for **WP Multi Store Locator** plugin. <br>2. Check version number (≀ 2.5.1). <br>3. Use SQLi scanners on store locator endpoints. <br>4. Look for error-based SQL injection responses.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **Yes**. <br>πŸ“’ **Action**: Update the plugin to the latest version. <br>πŸ”— **Reference**: Patchstack database entry confirms the vulnerability and implies a patch exists for newer versions.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Deactivate/Remove** the plugin immediately. <br>2. Use WAF (Web Application Firewall) rules to block SQLi patterns. <br>3. Restrict access to plugin endpoints via `.htaccess`.

Q10Is it urgent? (Priority Suggestion)

⚠️ **Urgency**: **HIGH**. <br>πŸ”₯ **Priority**: Critical. <br>πŸ“‰ **Reason**: No auth required, network-accessible, and high confidentiality impact. Patch immediately to prevent data breaches.