Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-12062

CVE-2025-12062: WP Maps Plugin RCE Vulnerability

CVE-2025-12062 is a local file inclusion vulnerability in WP Maps plugin for WordPress that enables remote code execution. Authenticated attackers can exploit this flaw to execute arbitrary PHP code. Learn the technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2025-12062 Overview

CVE-2025-12062 is a Local File Inclusion (LFI) vulnerability affecting the WP Maps – Store Locator, Google Maps, OpenStreetMap, Mapbox, Listing, Directory & Filters plugin for WordPress. The vulnerability exists in all versions up to and including 4.8.6 and is present in the fc_load_template function. This flaw allows authenticated attackers with Subscriber-level access or above to include and execute arbitrary .html files on the server, potentially leading to the execution of PHP code contained within those files.

Critical Impact

Authenticated attackers can bypass access controls, obtain sensitive data, or achieve remote code execution by uploading and including malicious .html files containing PHP code.

Affected Products

  • WP Maps – Store Locator, Google Maps, OpenStreetMap, Mapbox, Listing, Directory & Filters plugin for WordPress versions ≤ 4.8.6

Discovery Timeline

  • 2026-02-17 - CVE-2025-12062 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-12062

Vulnerability Analysis

This Local File Inclusion vulnerability stems from improper input validation within the fc_load_template function of the WP Maps plugin. The function fails to adequately sanitize user-supplied input, allowing attackers to manipulate file paths and include arbitrary .html files from the server's filesystem. When these .html files contain embedded PHP code, the server will execute that code, effectively transforming a file inclusion issue into a code execution vulnerability.

The attack requires only Subscriber-level authentication, which is one of the lowest privilege levels in WordPress. Since many WordPress sites allow user registration with Subscriber access by default, the barrier to exploitation is relatively low for publicly accessible WordPress installations with this plugin installed.

Root Cause

The root cause is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The fc_load_template function does not properly validate or sanitize the file path parameter before including the specified file. This allows attackers to traverse directory structures and include files outside the intended template directory.

Attack Vector

The vulnerability is exploitable over the network and requires low-privilege authentication (Subscriber-level). An attacker can exploit this vulnerability through the following attack chain:

  1. The attacker authenticates to the WordPress site with at least Subscriber-level access
  2. The attacker uploads a malicious .html file containing PHP code (if the site allows such uploads) or identifies an existing .html file that can be manipulated
  3. The attacker crafts a request to the fc_load_template function with a manipulated file path parameter
  4. The function includes the malicious .html file, and any PHP code within is executed with the privileges of the web server

The vulnerability enables path traversal through the fc_load_template function, allowing inclusion of arbitrary .html files. When combined with file upload capabilities, attackers can achieve full remote code execution on the target server. See the Wordfence Vulnerability Report for additional technical details.

Detection Methods for CVE-2025-12062

Indicators of Compromise

  • Unexpected HTTP requests to the WP Maps plugin endpoints containing path traversal sequences (e.g., ../, ..%2f)
  • Web server logs showing access to the fc_load_template function with unusual file path parameters
  • Newly created or modified .html files in unexpected directories containing PHP code
  • Anomalous behavior from accounts with Subscriber-level access attempting to access plugin functionality

Detection Strategies

  • Monitor web application firewall (WAF) logs for path traversal patterns targeting the WP Maps plugin
  • Implement file integrity monitoring on the WordPress installation directory to detect unauthorized file modifications
  • Review WordPress user activity logs for Subscriber-level accounts accessing plugin administrative functions
  • Deploy runtime application self-protection (RASP) solutions to detect and block file inclusion attacks

Monitoring Recommendations

  • Enable detailed logging for the WordPress WP Maps plugin and review logs regularly for suspicious activity
  • Configure alerts for any file inclusion attempts containing directory traversal sequences
  • Monitor for the creation or modification of .html files that contain PHP code blocks
  • Set up automated scanning for known vulnerable versions of the WP Maps plugin across your WordPress deployments

How to Mitigate CVE-2025-12062

Immediate Actions Required

  • Update the WP Maps plugin to a version newer than 4.8.6 immediately
  • Review WordPress user accounts and remove unnecessary Subscriber-level access
  • Audit recently modified or created .html files for embedded PHP code
  • Implement a Web Application Firewall (WAF) rule to block path traversal attempts targeting the plugin

Patch Information

A patch addressing this vulnerability is available through the WordPress plugin repository. The fix can be reviewed in the WordPress Changeset Update. Site administrators should update to the latest version of the WP Maps plugin through the WordPress admin dashboard or by manually downloading from the WordPress plugin repository.

Workarounds

  • If immediate patching is not possible, temporarily disable the WP Maps plugin until an update can be applied
  • Restrict user registration on the WordPress site to prevent new Subscriber accounts from being created
  • Implement server-level restrictions to prevent inclusion of files outside the intended template directory
  • Configure .htaccess rules to block direct access to the vulnerable function endpoints
bash
# Apache .htaccess rule to block path traversal attempts
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\./|\.\.%2f) [NC,OR]
    RewriteCond %{REQUEST_URI} (\.\./|\.\.%2f) [NC]
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWp Maps

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-13364: WP Maps Plugin Stored XSS Vulnerability

  • CVE-2026-2580: WP Maps Plugin SQL Injection 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