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-2025-15345

CVE-2025-15345: MapGeo WordPress Plugin XSS Vulnerability

CVE-2025-15345 is a reflected cross-site scripting flaw in the MapGeo WordPress plugin that allows attackers to inject malicious scripts via the map parameter. This article covers technical details, affected versions, and mitigation.

Published: May 14, 2026

CVE-2025-15345 Overview

CVE-2025-15345 is a Reflected Cross-Site Scripting (XSS) vulnerability in the MapGeo – Interactive Geo Maps plugin for WordPress. The flaw exists in all plugin versions up to and including 1.6.27. It stems from insufficient input sanitization and output escaping on the map parameter within the display-map shortcode. Unauthenticated attackers can inject arbitrary web scripts that execute when a victim clicks a crafted link. The vulnerability is tracked under CWE-80: Improper Neutralization of Script-Related HTML Tags. Version 1.6.28 of the plugin remediates the issue.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in a victim's browser session, enabling session hijacking, credential theft, and unauthorized actions against WordPress sites running vulnerable installations of the MapGeo plugin.

Affected Products

  • MapGeo – Interactive Geo Maps plugin for WordPress, all versions up to and including 1.6.27
  • WordPress sites embedding the display-map shortcode
  • Fixed in MapGeo – Interactive Geo Maps version 1.6.28

Discovery Timeline

  • 2026-05-14 - CVE-2025-15345 published to the National Vulnerability Database (NVD)
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2025-15345

Vulnerability Analysis

The vulnerability resides in the display-map shortcode handler implemented in src/Plugin/Map.php. The shortcode accepts a map parameter supplied through user-controlled input. The plugin renders this parameter into the HTML response without applying adequate sanitization or output escaping. As a result, an attacker can craft a URL containing JavaScript payloads in the map parameter. When a victim visits the malicious link, the payload reflects back into the rendered page and executes in the browser context of the WordPress site. Successful exploitation can lead to session token theft, forced administrative actions, redirection to attacker-controlled domains, or the delivery of follow-on malware.

Root Cause

The root cause is missing input sanitization and missing output escaping in the shortcode rendering logic. The plugin treats the map parameter as trusted content and injects it directly into the DOM. WordPress provides escaping primitives such as esc_attr(), esc_html(), and wp_kses() that should be applied to any untrusted attribute or text rendered into a page. The vulnerable code path bypasses these protections, falling under CWE-80.

Attack Vector

The attack is network-based and requires user interaction. An attacker constructs a URL pointing to a vulnerable WordPress page that renders the display-map shortcode, appending a malicious payload via the map parameter. The attacker delivers the link through phishing emails, social media, forum posts, or malvertising. When a logged-in WordPress user follows the link, the injected script executes with the privileges of that user's session. Because the scope is changed (CVSS S:C), the injected script can affect resources beyond the vulnerable component, including authenticated administrative interfaces.

No verified proof-of-concept code is published. Technical details are available in the WordPress Plugin Changeset and the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-15345

Indicators of Compromise

  • HTTP request logs containing map= parameter values with encoded <script>, onerror=, onload=, or javascript: tokens
  • Referer headers pointing to external attacker-controlled domains followed by requests to pages embedding the display-map shortcode
  • Unexpected outbound browser requests from authenticated WordPress administrators to unknown hosts
  • Newly created WordPress administrative users or modified plugin/theme files following user interaction with suspicious links

Detection Strategies

  • Inspect WordPress access logs for query strings on shortcode-enabled URLs that contain HTML or JavaScript metacharacters such as <, >, ", or URL-encoded equivalents
  • Deploy a web application firewall (WAF) ruleset that flags reflected XSS payloads targeting the map parameter
  • Use browser-side Content Security Policy (CSP) violation reporting to surface unexpected inline script execution
  • Audit installed plugin versions against the vulnerable range, flagging any MapGeo – Interactive Geo Maps instance at or below 1.6.27

Monitoring Recommendations

  • Continuously monitor WordPress plugin inventories for outdated versions of MapGeo – Interactive Geo Maps
  • Alert on administrative session activity originating from unusual IP addresses or geographies shortly after click-through events
  • Forward web server and WAF logs to a centralized analytics platform for pattern analysis of reflected payloads

How to Mitigate CVE-2025-15345

Immediate Actions Required

  • Update the MapGeo – Interactive Geo Maps plugin to version 1.6.28 or later on all affected WordPress sites
  • Inventory all WordPress sites for the plugin and prioritize upgrades on internet-facing administrative instances
  • Rotate session cookies and credentials for administrative users who may have followed untrusted links
  • Enforce a strict Content Security Policy that disallows inline script execution and unapproved script sources

Patch Information

The vendor addressed the vulnerability in MapGeo – Interactive Geo Maps version 1.6.28. The fix updates src/Plugin/Map.php to properly sanitize and escape the map shortcode parameter. Review the WordPress Plugin Changeset for the exact code changes. Additional vendor-neutral analysis is available from CleanTalk and Wordfence.

Workarounds

  • Temporarily remove or disable the display-map shortcode usage on public pages until the plugin is upgraded
  • Deploy WAF rules that block requests containing script-injection patterns in the map query parameter
  • Restrict the WordPress administrator interface to known IP ranges via network access controls
  • Educate administrative users to avoid clicking unsolicited links that reference plugin shortcode pages
bash
# Configuration example: WordPress CLI plugin upgrade
wp plugin update interactive-geo-maps --version=1.6.28
wp plugin list --name=interactive-geo-maps --fields=name,version,status

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.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-80
  • Technical References
  • WordPress Plugin Changeset

  • CleanTalk CVE Analysis

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6504: Royal Elementor Addons XSS Vulnerability

  • CVE-2026-6174: CC Child Pages WordPress Plugin XSS Flaw

  • CVE-2026-6252: Meta Field Block WordPress Plugin XSS Flaw

  • CVE-2026-3694: Bold Page Builder WordPress XSS Vulnerability
Default Legacy - Prefooter | 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