CVE-2024-43975

7.1 HIGH

📋 TL;DR

This CVE describes a cross-site scripting (XSS) vulnerability in the WordPress Super Store Finder plugin. Attackers can inject malicious scripts into web pages generated by the plugin, potentially compromising user sessions or stealing sensitive data. All WordPress sites using Super Store Finder versions up to 6.9.7 are affected.

💻 Affected Systems

Products:
  • WordPress Super Store Finder plugin
Versions: n/a through 6.9.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of configuration.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal administrator credentials, take over WordPress sites, install backdoors, or redirect users to malicious sites, potentially leading to complete site compromise and data theft.

🟠

Likely Case

Attackers inject malicious JavaScript to steal user session cookies, perform actions on behalf of authenticated users, or deface website content.

🟢

If Mitigated

With proper input validation and output encoding, malicious scripts would be neutralized before reaching users, preventing exploitation.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

XSS vulnerabilities are commonly exploited and weaponized. The public advisory includes technical details that could be used to create exploits.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.9.8 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/superstorefinder-wp/wordpress-super-store-finder-plugin-6-9-7-cross-site-scripting-xss-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. 4. Click 'Update Now' if update available. 5. Alternatively, download latest version from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable plugin

all

Temporarily disable the Super Store Finder plugin until patched

wp plugin deactivate superstorefinder-wp

Implement WAF rules

all

Add web application firewall rules to block XSS payloads targeting the plugin

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Use WordPress security plugins with XSS protection features

🔍 How to Verify

Check if Vulnerable:

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

Check Version:

wp plugin get superstorefinder-wp --field=version

Verify Fix Applied:

After updating, verify plugin version shows 6.9.8 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST/GET requests to plugin endpoints with script tags or JavaScript payloads
  • Multiple failed XSS attempts in web server logs

Network Indicators:

  • HTTP requests containing <script> tags or JavaScript code directed at plugin URLs

SIEM Query:

web.url:*superstorefinder* AND (web.query:*<script* OR web.query:*javascript:* OR web.query:*onload=*)

🔗 References

📤 Share & Export