CVE-2025-52720

9.3 CRITICAL

📋 TL;DR

This SQL injection vulnerability in the Super Store Finder WordPress plugin allows attackers to execute arbitrary SQL commands on the database. All WordPress sites running Super Store Finder version 7.5 or earlier are affected, potentially exposing sensitive data.

💻 Affected Systems

Products:
  • Super Store Finder WordPress Plugin
Versions: n/a through 7.5
Operating Systems: All platforms running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: WordPress installations with the Super Store Finder plugin enabled are vulnerable regardless of configuration.

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

Complete database compromise including data theft, data manipulation, privilege escalation, and potential remote code execution via database functions.

🟠

Likely Case

Unauthorized data access, extraction of sensitive information (user credentials, personal data), and potential site defacement.

🟢

If Mitigated

Limited impact with proper input validation and database permissions, potentially only read access to non-sensitive data.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

SQL injection vulnerabilities are commonly exploited with automated tools. The public disclosure increases likelihood of weaponization.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 7.5

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/superstorefinder-wp/vulnerability/wordpress-super-store-finder-plugin-7-5-sql-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Super Store Finder and check for updates. 4. Update to latest version. 5. If no update available, disable and remove the plugin.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the Super Store Finder plugin to prevent exploitation

wp plugin deactivate superstorefinder-wp

Web Application Firewall

all

Implement WAF rules to block SQL injection patterns

🧯 If You Can't Patch

  • Implement strict input validation and parameterized queries at application level
  • Restrict database user permissions to minimum required privileges

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Super Store Finder version. If version is 7.5 or earlier, you are vulnerable.

Check Version:

wp plugin get superstorefinder-wp --field=version

Verify Fix Applied:

Verify plugin version is updated beyond 7.5 and test functionality remains intact.

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL query patterns in database logs
  • Multiple failed login attempts or unusual parameter values in web server logs

Network Indicators:

  • HTTP requests with SQL syntax in parameters
  • Unusual database connection patterns from web server

SIEM Query:

source="web_server" AND (url="*superstorefinder*" AND (param="*UNION*" OR param="*SELECT*" OR param="*INSERT*" OR param="*DELETE*"))

🔗 References

📤 Share & Export