CVE-2026-9061
Description
Stored XSS in Store Locator WordPress plugin before 1.6.9 allows admin+ users to inject scripts via unsanitized store logo metadata, bypassing unfiltered_html restrictions.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in Store Locator WordPress plugin before 1.6.9 allows admin+ users to inject scripts via unsanitized store logo metadata, bypassing unfiltered_html restrictions.
Vulnerability
The Store Locator WordPress plugin versions before 1.6.9 fail to sanitize and escape the store logo metadata (e.g., logo_name) before storing it and outputting it on the plugin's admin page. This allows high-privileged users such as administrators to inject arbitrary JavaScript. The vulnerability is particularly impactful in multisite networks where the unfiltered_html capability is disallowed, as the plugin's lack of sanitization bypasses that restriction. [1]
Exploitation
An attacker with administrator-level access to the WordPress admin panel can upload or modify store logo metadata containing malicious JavaScript. The stored payload is then executed when the admin page is viewed by other administrators or users with access to that page. No additional user interaction beyond viewing the page is required. [1]
Impact
Successful exploitation leads to Stored Cross-Site Scripting (XSS), allowing the attacker to execute arbitrary JavaScript in the context of the admin page. This can result in session hijacking, defacement, or further compromise of the WordPress site. The attack bypasses the unfiltered_html capability restriction, making it especially dangerous in multisite environments. [1]
Mitigation
The vulnerability is fixed in version 1.6.9 of the Store Locator plugin, released on or before 2026-05-23. Users should update to version 1.6.9 or later immediately. No workarounds are provided in the reference. [1]
AI Insight generated on Jun 13, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2<1.6.9+ 1 more
- (no CPE)range: <1.6.9
- (no CPE)range: <1.6.9
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.