CVE-2025-31888

4.3 MEDIUM

📋 TL;DR

This CSRF vulnerability in WPExperts.io WP Multistore Locator allows attackers to trick authenticated administrators into performing unintended actions on their WordPress sites. It affects all versions up to 2.5.2 of the plugin. WordPress site administrators using this plugin are at risk.

💻 Affected Systems

Products:
  • WPExperts.io WP Multistore Locator
Versions: n/a through 2.5.2
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled and an authenticated administrator session.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could modify store locations, delete data, or change plugin settings through forged requests executed by authenticated administrators.

🟠

Likely Case

Attackers could add malicious store locations or modify existing ones to redirect users or display unwanted content.

🟢

If Mitigated

With proper CSRF protections in place, no unauthorized actions can be performed through forged requests.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires social engineering to trick authenticated users into clicking malicious links.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.5.3 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/wp-multi-store-locator/vulnerability/wordpress-wp-multi-store-locator-plugin-2-5-2-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find WP Multistore Locator. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and manually update.

🔧 Temporary Workarounds

Implement CSRF Protection

all

Add CSRF tokens to plugin forms manually if you cannot update immediately.

Use Security Plugins

all

Install WordPress security plugins that provide CSRF protection.

🧯 If You Can't Patch

  • Restrict plugin access to trusted administrators only
  • Implement web application firewall with CSRF protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for WP Multistore Locator version.

Check Version:

wp plugin list --name='WP Multistore Locator' --field=version

Verify Fix Applied:

Verify plugin version is 2.5.3 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected store location modifications
  • Plugin setting changes from unusual IPs

Network Indicators:

  • POST requests to plugin endpoints without referrer headers

SIEM Query:

source="wordpress.log" AND "wp-multi-store-locator" AND ("update" OR "delete" OR "add")

🔗 References

📤 Share & Export