CVE-2026-4429
Stored XSS in OSM WordPress Plugin Allows Script Injection
Publication date: 2026-04-09
Last updated on: 2026-04-09
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| osmp | osm_openstreetmap_plugin | to 6.1.15 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The OSM β OpenStreetMap plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in the 'marker_name' and 'file_color_list' shortcode attributes of the [osm_map_v3] shortcode. This vulnerability exists in all versions up to and including 6.1.15 due to insufficient input sanitization and output escaping.
Authenticated attackers with Contributor-level access or higher can exploit this vulnerability to inject arbitrary web scripts into pages. These scripts execute whenever any user accesses the injected page.
How can this vulnerability impact me? :
This vulnerability allows attackers with Contributor-level access to inject malicious scripts into web pages. When other users visit these pages, the injected scripts execute in their browsers.
- It can lead to theft of user credentials or session tokens.
- It can enable unauthorized actions on behalf of users.
- It can damage the website's reputation and user trust.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows authenticated attackers with Contributor-level access to inject arbitrary web scripts via stored cross-site scripting (XSS). This can lead to unauthorized script execution when users access affected pages.
Such unauthorized script execution can potentially lead to data exposure or manipulation, which may impact compliance with standards like GDPR or HIPAA that require protection of personal and sensitive data.
However, the provided information does not explicitly describe the direct impact on compliance with these regulations.