CVE-2026-12965: Critical SQL Injection in Super Store Finder for WordPress

Step by step
How the attack unfolded
Click a phase for details – or let the animation play through.
PHASE 1/6 · Reconnaissance

Attackers identify WordPress sites running the vulnerable Super Store Finder plugin.

T1595 – Active Scanning T1592 – Gather Victim Host Information
  • Around 6,992 active installations worldwide (Wordfence, as of April 2025)
  • At least 130 publicly detectable websites according to sitestatsdb.com
  • All versions up to and including 7.8 are vulnerable
PHASE 2/6 · Initial Access

A single unauthenticated HTTP request to admin-ajax.php is enough for access.

T1190 – Exploit Public-Facing Application
  • CVE-2026-12965, CVSS 9.1 (Critical)
  • Attack vector AV:N/AC:L/PR:N/UI:N – no account, no password, no user interaction required
  • Publicly accessible AJAX action via WordPress admin-ajax.php
PHASE 3/6 · Execution

A SQL injection is delivered via the unsanitized ssf_tracking parameter.

T1190 – Exploit Public-Facing Application
  • The ssf_tracking parameter is inserted into a SQL query without sanitization
  • Classified as CWE-89 (Improper Neutralization of Special Elements in a SQL Command)
  • Automatable, technically simple attack (AC:L)
PHASE 4/6 · Collection

The attacker reads out the entire WordPress database.

T1005 – Data from Local System
  • Access to usernames, email addresses and hashed passwords
  • Extraction of customer data from the database
  • High impact on confidentiality and integrity (C:H / I:H)
PHASE 5/6 · Exfiltration

The extracted data is exfiltrated over the attack channel.

T1041 – Exfiltration Over C2 Channel
  • Data exfiltration directly via the SQL injection response
  • No official patch available ('No known fix')
  • Plugin no longer listed in the official WordPress.org repository
PHASE 6/6 · Impact

The data breach results in compromise of sensitive data and potential GDPR reporting obligations.

  • Compromised credentials enable further account takeovers
  • Possible reporting obligation under Art. 33 GDPR
  • History: 12 documented vulnerabilities since 2020, including CVE-2024-43978 (CVSS 10.0)
Short & clear answers
Frequently asked questions about this incident
Am I affected by the CVE-2026-12965 vulnerability?
All WordPress websites running the Super Store Finder plugin version 7.8 or earlier are affected. Since no patch exists yet, every installed version is considered vulnerable. Check under Plugins > Installed Plugins whether the plugin is present and which version is shown.
What should I do right now?
Immediately deactivate and delete the Super Store Finder plugin, as no patch is available. Create a full backup first, change all administrator and database passwords, and check the user table (wp_users) for unknown admin accounts. Additionally, deploy a Web Application Firewall such as Wordfence or Patchstack.
How dangerous is this vulnerability really?
The vulnerability is rated critical with a CVSS score of 9.1 out of 10. Attackers can read your entire database remotely without any login or password via a simple HTTP request – including usernames, email addresses, hashed passwords and customer data. The attack is technically simple and can be automated.
Is there an update or patch for Super Store Finder?
No, at this time there is no official patch from the vendor; WPScan explicitly notes 'No known fix'. The plugin is also no longer listed in the official WordPress.org repository, so it is unclear whether a patch will ever be released. Currently, the only safe measure is to remove the plugin entirely.
I need a store locator – what alternative can I use?
If you absolutely need a store locator feature, consider an actively maintained alternative plugin such as WP Store Locator, which has over 50,000 installations. In general, choose regularly updated plugins and enable automatic updates so future security patches take effect immediately.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.