The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-4429

CVE-2026-4429: OSM OpenStreetMap WordPress XSS Flaw

CVE-2026-4429 is a stored cross-site scripting vulnerability in the OSM OpenStreetMap plugin for WordPress affecting versions up to 6.1.15. Authenticated attackers can inject malicious scripts via shortcode attributes.

Updated: May 14, 2026

CVE-2026-4429 Overview

CVE-2026-4429 is a Stored Cross-Site Scripting (XSS) vulnerability in the OSM – OpenStreetMap plugin for WordPress. The flaw affects all versions up to and including 6.1.15. It resides in the marker_name and file_color_list shortcode attributes of the [osm_map_v3] shortcode. Insufficient input sanitization and output escaping allow authenticated attackers with Contributor-level access or higher to inject arbitrary web scripts. The injected scripts execute in the browser of any user who views an affected page, leading to session theft, content defacement, or further account compromise. The vulnerability is tracked under [CWE-79].

Critical Impact

Authenticated Contributor-level users can persist JavaScript payloads that execute against site visitors and administrators, enabling session hijacking and privilege escalation pivots.

Affected Products

  • OSM – OpenStreetMap plugin for WordPress, versions up to and including 6.1.15
  • WordPress sites using the [osm_map_v3] shortcode
  • Any WordPress instance permitting Contributor-level account registration with the plugin installed

Discovery Timeline

  • 2026-04-09 - CVE-2026-4429 published to NVD
  • 2026-04-24 - Last updated in NVD database

Technical Details for CVE-2026-4429

Vulnerability Analysis

The OSM – OpenStreetMap plugin renders interactive maps in WordPress pages and posts through the [osm_map_v3] shortcode. The shortcode accepts user-controlled attributes, including marker_name and file_color_list, which the plugin processes and reflects into rendered HTML output. The plugin fails to sanitize these attributes on input and does not apply context-appropriate escaping on output. As a result, attacker-supplied markup persists in post content and executes when any user loads the affected page.

The relevant code paths reside in osm-icon-class.php and osm_map_v3/osm-sc-osm_map_v3.php, as documented in the WordPress Plugin Source and the Wordfence Vulnerability Report. The fix is committed in WordPress Plugin Changeset 3493950.

Root Cause

The root cause is missing input sanitization on the marker_name and file_color_list shortcode attributes combined with absent output escaping when the values are written into the page DOM. WordPress provides sanitize_text_field() and esc_attr() / esc_html() helpers for these contexts, but the affected code paths use the raw attribute values directly.

Attack Vector

An attacker authenticates to WordPress with a Contributor account or higher. The attacker creates or edits a post that embeds the [osm_map_v3] shortcode and supplies a malicious payload through marker_name or file_color_list. The payload is stored in the post content. When an editor, administrator, or site visitor renders the page, the script executes in the victim's browser session under the site's origin. Because the scope is changed (S:C), the attacker can impact resources beyond the security context of the vulnerable component, such as exfiltrating administrative session cookies.

No verified public exploit code is available. The vulnerability mechanism follows the standard stored XSS pattern documented in the references above.

Detection Methods for CVE-2026-4429

Indicators of Compromise

  • Post or page records in wp_posts containing [osm_map_v3] shortcode attributes with <script>, onerror=, onload=, or javascript: tokens
  • Unexpected outbound requests from administrator browsers to attacker-controlled domains following access to plugin-rendered pages
  • New or modified WordPress user accounts following an administrator's visit to a page rendered by the plugin
  • Suspicious revisions authored by Contributor-level accounts containing the affected shortcode

Detection Strategies

  • Audit the WordPress database for [osm_map_v3] shortcode usage and inspect marker_name and file_color_list attribute values for HTML or JavaScript tokens
  • Review post revision history for Contributor-authored edits introducing the shortcode
  • Deploy a web application firewall (WAF) signature that blocks shortcode attributes containing event handler attributes or <script> fragments

Monitoring Recommendations

  • Log and alert on Contributor or Author role activity that creates or modifies posts containing the affected shortcode
  • Monitor administrator browser sessions for anomalous JavaScript-triggered requests after viewing plugin-rendered pages
  • Forward WordPress audit logs to a centralized SIEM and correlate post edits with subsequent privileged actions

How to Mitigate CVE-2026-4429

Immediate Actions Required

  • Update the OSM – OpenStreetMap plugin to the version released after 6.1.15 that contains the fix from changeset 3493950
  • Review all existing posts using [osm_map_v3] and remove suspicious marker_name or file_color_list values
  • Audit Contributor and Author accounts and revoke any accounts that should not have publishing rights

Patch Information

The vendor addressed the vulnerability in the version following 6.1.15. The fix introduces sanitization and escaping for the marker_name and file_color_list shortcode attributes. Refer to the Wordfence Vulnerability Report for the fixed version reference.

Workarounds

  • Disable or uninstall the OSM – OpenStreetMap plugin until the patched version is applied
  • Restrict Contributor-level account creation and require administrator approval for new low-privilege accounts
  • Deploy a WAF rule that blocks HTTP requests containing the [osm_map_v3] shortcode with script tags or event handler attributes in shortcode parameters
  • Apply a Content Security Policy (CSP) that disallows inline script execution on the WordPress front end
bash
# Update the plugin via WP-CLI once a fixed version is published
wp plugin update osm

# Verify installed version
wp plugin get osm --field=version

# Search for posts containing the affected shortcode for manual review
wp post list --post_status=publish,draft --s='[osm_map_v3]' --format=table

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1543: Avada Builder WordPress XSS Vulnerability

  • CVE-2026-4811: WPB Floating Menu Plugin XSS Vulnerability

  • CVE-2026-7613: WordPress Cost of Goods Plugin XSS Flaw

  • CVE-2026-5776: Email Encoder WordPress Plugin XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English