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
    • 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-4268

CVE-2026-4268: WP Go Maps Plugin Stored XSS Vulnerability

CVE-2026-4268 is a Stored XSS flaw in WP Go Maps plugin for WordPress allowing authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2026-4268 Overview

The WP Go Maps (formerly WP Google Maps) plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the wpgmza_custom_js parameter in all versions up to, and including, 10.0.05. This vulnerability exists due to insufficient input sanitization and output escaping, combined with a missing capability check in the admin_post_wpgmza_save_settings hook anonymous function. This allows authenticated attackers with Subscriber-level access and above to inject arbitrary web scripts into pages that will execute whenever a user accesses an injected page.

Critical Impact

Attackers with low-privilege WordPress accounts can inject persistent malicious scripts that execute in the browsers of all site visitors and administrators, potentially leading to session hijacking, credential theft, and site compromise.

Affected Products

  • WP Go Maps (WP Google Maps) plugin for WordPress versions up to and including 10.0.05
  • WordPress installations using vulnerable WP Go Maps plugin versions

Discovery Timeline

  • 2026-03-18 - CVE-2026-4268 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-4268

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The vulnerability resides in the settings page functionality of the WP Go Maps plugin, specifically within the class.settings-page.php file.

The core issue stems from two compounding security failures: first, the plugin fails to properly sanitize user-supplied input in the wpgmza_custom_js parameter before storing it in the database. Second, there is a missing capability check in the admin_post_wpgmza_save_settings hook, which means the function does not verify that the authenticated user has administrative privileges before allowing settings modifications.

This combination allows users with minimal authentication (Subscriber-level or above) to submit malicious JavaScript code through the custom JS parameter. The injected script is then stored persistently and rendered without proper output escaping, causing it to execute in the browser context of any user who visits a page containing the compromised maps component.

Root Cause

The vulnerability originates from the inadequate implementation of input validation and authorization controls in the plugin's settings handling mechanism. The admin_post_wpgmza_save_settings hook anonymous function accepts and stores the wpgmza_custom_js parameter value without:

  1. Verifying the submitting user has appropriate administrative capabilities
  2. Sanitizing the input to remove or encode potentially dangerous JavaScript code
  3. Properly escaping the output when the stored value is rendered on frontend pages

This triple failure creates an exploitable attack surface where low-privilege authenticated users can inject and persist malicious scripts.

Attack Vector

The attack requires network access and low-privilege authentication (Subscriber account or higher). An attacker would authenticate to the WordPress site with a Subscriber account, then craft a malicious request to the settings save endpoint containing JavaScript payload in the wpgmza_custom_js parameter.

The vulnerability mechanism involves submitting crafted input to the settings save hook without proper authorization validation. An attacker can inject arbitrary JavaScript code that will be stored and subsequently executed when any user views a page containing the WP Go Maps component. For detailed technical analysis, refer to the WordPress Plugin Code Review and the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-4268

Indicators of Compromise

  • Unexpected JavaScript code present in the WP Go Maps plugin settings, particularly in the custom JS field
  • WordPress database entries in the options table containing suspicious script tags or JavaScript code associated with the plugin
  • Unauthorized modifications to plugin settings by non-administrative users in the WordPress audit logs
  • Browser security warnings or anomalous script execution on pages containing maps components

Detection Strategies

  • Review WordPress activity logs for settings changes made by Subscriber-level or low-privilege accounts
  • Inspect the wpgmza_custom_js database value for unauthorized or suspicious JavaScript code
  • Monitor HTTP POST requests to the admin_post_wpgmza_save_settings endpoint from non-admin users
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution anomalies

Monitoring Recommendations

  • Deploy Web Application Firewall (WAF) rules to detect XSS payload patterns in plugin settings parameters
  • Enable WordPress audit logging to track all plugin settings modifications with user attribution
  • Configure alerts for settings changes made by non-administrative WordPress users
  • Implement browser-based XSS detection mechanisms through CSP violation reporting

How to Mitigate CVE-2026-4268

Immediate Actions Required

  • Update WP Go Maps plugin to a version newer than 10.0.05 that addresses this vulnerability
  • Audit current plugin settings for any unauthorized or suspicious JavaScript code in the custom JS field
  • Review WordPress user accounts and remove unnecessary Subscriber-level access
  • Implement additional authorization checks at the server or WAF level for plugin settings endpoints

Patch Information

The vulnerability affects WP Go Maps versions up to and including 10.0.05. Site administrators should update to the latest available version of the plugin that includes fixes for proper input sanitization, output escaping, and capability checks in the settings save functionality. Consult the Wordfence Vulnerability Report for the latest remediation guidance.

Workarounds

  • Restrict Subscriber-level account registrations until the plugin is updated
  • Implement server-level access controls to block unauthenticated requests to admin-post.php with the wpgmza_save_settings action
  • Use a WordPress security plugin to add additional capability checks for plugin settings modifications
  • Deploy Content Security Policy headers to mitigate the impact of any injected scripts
bash
# Configuration example - Add to .htaccess to restrict settings endpoint access
<Files "admin-post.php">
    <If "%{QUERY_STRING} =~ /action=wpgmza_save_settings/">
        Require all denied
    </If>
</Files>

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.03%

  • 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 Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4146: Loco Translate XSS Vulnerability

  • CVE-2026-1834: Ibtana WordPress Plugin XSS Vulnerability

  • CVE-2026-4267: Query Monitor WordPress Plugin XSS Flaw

  • CVE-2026-2480: WP Shortcodes Ultimate Plugin XSS Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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