Description
The Super Store Finder WordPress plugin through 7.8 does not sanitize a parameter of an unauthenticated AJAX action before using it in a SQL query, allowing unauthenticated attackers to perform SQL injection and extract data from the database.
Published: 2026-08-03
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Super Store Finder WordPress plugin, in all releases up to version 7.8, fails to sanitize an input parameter delivered through an unauthenticated AJAX action before incorporating it into a SQL statement. This flaw permits attackers to inject arbitrary SQL code, enabling unauthorized read of database data, thereby compromising the confidentiality of the site’s data.

Affected Systems

This vulnerability affects the Super Store Finder plugin for WordPress. All installed instances of the plugin with a version of 7.8 or earlier are impacted; no newer version checks are provided in the available data.

Risk and Exploitability

The flaw can be exploited without any authentication, by simply accessing the ssf_tracking AJAX endpoint from a remote host. Attackers can extract data from the database, exposing sensitive site information. The CVSS score is 9.1, and the EPSS score is < 1%, indicating a low probability of exploitation yet a high severity impact. The vulnerability is not listed in CISA’s KEV catalog, which suggests no known large‑scale exploitation has been reported. Nevertheless, because the attack vector is network‑based and no privilege is required, organizations should treat its potential impact as high.

Generated by OpenCVE AI on August 4, 2026 at 21:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Super Store Finder plugin to the latest available version or uninstall it if it is no longer required.
  • If the plugin cannot be upgraded immediately, restrict the ssf_tracking AJAX endpoint to authenticated users only or block unauthenticated requests using a web application firewall rule.
  • Configure the WordPress database credentials to follow the principle of least privilege, ensuring that the database user has only the permissions necessary for normal operation.
  • Deploy or enable a web application firewall capable of detecting and blocking SQL injection patterns, and monitor logs for anomalous query activity.

Generated by OpenCVE AI on August 4, 2026 at 21:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Super Store Finder WordPress plugin through 7.8 does not sanitize a parameter of an unauthenticated AJAX action before using it in a SQL query, allowing unauthenticated attackers to perform SQL injection and extract data from the database.
Title Super Store Finder <= 7.8 - Unauthenticated SQL Injection via ssf_tracking
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-03T17:03:37.394Z

Reserved: 2026-06-23T08:59:13.264Z

Link: CVE-2026-12965

cve-icon Vulnrichment

Updated: 2026-08-03T17:03:32.360Z

cve-icon NVD

Status : Received

Published: 2026-08-03T07:16:39.190

Modified: 2026-08-03T17:16:29.563

Link: CVE-2026-12965

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T21:30:12Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')