CVE-2025-52737

8.8 HIGH

📋 TL;DR

This vulnerability allows attackers to inject malicious objects through deserialization of untrusted data in the WP Store Locator WordPress plugin. Successful exploitation could lead to remote code execution or data manipulation. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • WP Store Locator WordPress Plugin
Versions: All versions up to and including 2.2.260
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires the plugin to be installed and activated on WordPress sites.

⚠️ 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

Remote code execution leading to complete site compromise, data theft, and server takeover.

🟠

Likely Case

Arbitrary code execution allowing plugin/theme modification, backdoor installation, or data exfiltration.

🟢

If Mitigated

Limited impact if proper input validation and security controls prevent exploitation attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Deserialization vulnerabilities are commonly weaponized and often have public exploits developed quickly.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.2.261 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/wp-store-locator/vulnerability/wordpress-wp-store-locator-plugin-2-2-260-php-object-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate wp-store-locator

Web Application Firewall

all

Implement WAF rules to block deserialization attacks

🧯 If You Can't Patch

  • Implement strict input validation and sanitization for all plugin inputs
  • Deploy web application firewall with deserialization attack detection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > WP Store Locator version

Check Version:

wp plugin get wp-store-locator --field=version

Verify Fix Applied:

Verify plugin version is 2.2.261 or higher after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to wp-admin/admin-ajax.php
  • Serialized data in unexpected parameters
  • PHP object injection errors in logs

Network Indicators:

  • HTTP requests containing serialized PHP objects
  • Unusual traffic patterns to plugin endpoints

SIEM Query:

source="web_logs" AND (uri="*admin-ajax.php*" OR uri="*wp-admin*" OR uri="*wp-json*") AND (data="*O:*" OR data="*C:*" OR data="*a:*")

🔗 References

📤 Share & Export