Description
The Store Locator WordPress plugin before 1.6.9 does not sanitize and escape store logo metadata before storing it and outputting it on the Store Locator WordPress plugin before 1.6.9 admin page, allowing high-privileged users such as administrators to perform Stored Cross-Site Scripting attacks even when the `unfiltered_html` capability is disallowed (e.g. in a multisite network).
Published: 2026-06-13
Score: 3.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Store Locator WordPress plugin before 1.6.9 stores the value of the store logo metadata without proper sanitization or escaping. On the admin interface the unsanitized value is rendered directly, which allows an attacker who has administrative privileges (or any role with equivalent capability) to inject arbitrary JavaScript that will execute in the context of the admin page. This stored XSS can lead to credential theft, defacement, or execution of arbitrary code with the privileges of the logged‑in administrator. The vulnerability is a classic cross‑site scripting flaw (CWE‑79).

Affected Systems

The vulnerability affects all installations of the Store Locator WordPress plugin with a version earlier than 1.6.9. Any WordPress site that has installed this plugin within that version range is vulnerable, regardless of other plugins or themes.

Risk and Exploitability

The exploit requires that the attacker first gain access to an account with administrative privileges, as the flaw is exercised only in the admin interface. The EPSS score of < 1% indicates a very low likelihood of successful exploitation in the wild. While the vulnerability is not listed in CISA’s KEV catalog, the CVSS score of 3.5 signifies a low severity vulnerability. Even so, malicious scripts would still execute with the privileges of the logged‑in administrator, so the overall risk is considered low but remedial action is still recommended.

Generated by OpenCVE AI on June 18, 2026 at 01:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Store Locator WordPress plugin to version 1.6.9 or later, which includes proper sanitization of the logo_name field.
  • If an immediate update is not possible, remove or restrict the logo_name field for users without necessary privileges, effectively preventing injection of malicious data.
  • Apply the WordPress `wp_kses()` or equivalent sanitization functions to any user‑supplied logo name data before storing it in the database.

Generated by OpenCVE AI on June 18, 2026 at 01:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 15 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 13 Jun 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Store Locator Wordpress
Store Locator Wordpress store Locator Wordpress
Wordpress
Wordpress wordpress
Vendors & Products Store Locator Wordpress
Store Locator Wordpress store Locator Wordpress
Wordpress
Wordpress wordpress

Sat, 13 Jun 2026 07:00:00 +0000

Type Values Removed Values Added
Description The Store Locator WordPress plugin before 1.6.9 does not sanitize and escape store logo metadata before storing it and outputting it on the Store Locator WordPress plugin before 1.6.9 admin page, allowing high-privileged users such as administrators to perform Stored Cross-Site Scripting attacks even when the `unfiltered_html` capability is disallowed (e.g. in a multisite network).
Title Agile Store Locator < 1.6.9 - Admin+ Stored XSS via logo_name
References

Subscriptions

Store Locator Wordpress Store Locator Wordpress
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-06-15T14:59:56.651Z

Reserved: 2026-05-20T07:39:58.200Z

Link: CVE-2026-9061

cve-icon Vulnrichment

Updated: 2026-06-15T14:46:52.300Z

cve-icon NVD

Status : Deferred

Published: 2026-06-13T07:16:14.370

Modified: 2026-06-15T20:50:47.973

Link: CVE-2026-9061

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T02:00:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')