Cyber Resilience

CVE-2024-13440

High

Published: 09 February 2025

Published
09 February 2025
Modified
13 February 2025
KEV Added
Patch
CVSS Score v3.1 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
EPSS Score 0.0014 34.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13440 is a high-severity SQL Injection (CWE-89) vulnerability in Superstorefinder Super Store Finder. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-13440 is a SQL injection vulnerability in the Super Store Finder plugin for WordPress, affecting all versions up to and including 7.0. The issue stems from insufficient escaping of the user-supplied ‘ssf_wp_user_name’ parameter and lack of sufficient preparation in the existing SQL query, as classified under CWE-89.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction, appending additional SQL queries to an existing one. This enables them to store cross-site scripting payloads in store reviews, resulting in high confidentiality impact and low integrity impact, per its CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N).

Mitigation details are available in the vendor's patch notes at https://superstorefinder.net/support/forums/topic/super-store-finder-for-wordpress-patch-notes/ and Wordfence's threat intelligence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/cc468bfd-b9a2-4fe6-b896-d738c767146a?source=cve.

EU & UK References

Vulnerability details

The Super Store Finder plugin for WordPress is vulnerable to SQL Injection via the ‘ssf_wp_user_name’ parameter in all versions up to, and including, 7.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the…

more

existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into an already existing query to store cross-site scripting in store reviews.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote unauthenticated SQL injection in public-facing WordPress plugin enables exploitation of the application (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

superstorefinder
super store finder
≤ 7.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 requires identification, reporting, and correction of flaws like the SQL injection in the Super Store Finder plugin, directly enabling patching as recommended by the vendor.

prevent

SI-10 mandates information input validation at entry points, preventing SQL injection via insufficient escaping of the ‘ssf_wp_user_name’ parameter.

preventdetect

SC-7 enforces boundary protection that can use web application firewalls to block or detect SQL injection attempts on the vulnerable WordPress plugin parameter.

References