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-6381

CVE-2026-6381: WP Maps Path Traversal Vulnerability

CVE-2026-6381 is a path traversal flaw in WP Maps WordPress plugin that enables authenticated users to perform local file inclusion attacks. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-6381 Overview

CVE-2026-6381 is a Local File Inclusion (LFI) vulnerability in the WP Maps WordPress plugin in versions prior to 4.9.3. The plugin fails to properly sanitize a user-supplied parameter before using it in a file path. Authenticated users can leverage this flaw to include arbitrary local files on the server.

The vulnerability is tracked under [CWE-22] (Improper Limitation of a Pathname to a Restricted Directory). Successful exploitation can expose sensitive files such as wp-config.php, application source code, and credentials stored on the filesystem.

Critical Impact

Authenticated attackers can read sensitive server-side files and potentially achieve code execution by including attacker-controlled content through the WP Maps plugin parameter.

Affected Products

  • WP Maps WordPress plugin versions prior to 4.9.3
  • WordPress sites with WP Maps installed and active
  • Sites permitting authenticated user roles with access to plugin functionality

Discovery Timeline

  • 2026-05-18 - CVE-2026-6381 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-6381

Vulnerability Analysis

The WP Maps plugin accepts a parameter that influences a file path used by server-side code. The plugin does not validate or sanitize this parameter against directory traversal sequences such as ../ or absolute path references. Attackers authenticated to the WordPress instance can manipulate the parameter to traverse out of the intended directory.

An attacker can request arbitrary files readable by the web server process. Common targets include wp-config.php, which stores database credentials and authentication keys. The flaw is classified as Local File Inclusion because the included file is read or executed within the PHP runtime context.

The attack requires network access and valid plugin-accessible credentials. Attack complexity is elevated because the attacker must locate the vulnerable parameter and craft a path that resolves to a target file on the host.

Root Cause

The root cause is missing input sanitization on a parameter passed into a file inclusion or file read operation. The plugin concatenates user input directly into a filesystem path without restricting characters or enforcing a base directory. This is a textbook instance of [CWE-22] path traversal leading to file inclusion.

Attack Vector

The vector is network-based and requires authentication. An authenticated user submits a crafted request to a WP Maps endpoint, supplying a traversal payload in the vulnerable parameter. The plugin resolves the path and reads the targeted file, returning its contents or executing it as PHP if the target is a PHP source file.

See the WPScan Vulnerability Report for technical details.

Detection Methods for CVE-2026-6381

Indicators of Compromise

  • HTTP requests to WP Maps plugin endpoints containing path traversal sequences such as ../, ..%2f, or URL-encoded variants
  • Web server access logs showing unusual file reads originating from PHP processes invoked by the plugin
  • Outbound or response traffic disclosing contents of wp-config.php or other sensitive server files
  • Unexpected authenticated POST or GET requests from low-privilege accounts to plugin file-handling functions

Detection Strategies

  • Inspect WordPress access logs for query strings or POST parameters containing directory traversal patterns directed at WP Maps endpoints
  • Deploy web application firewall (WAF) rules that flag path traversal payloads on authenticated WordPress routes
  • Correlate authenticated session activity with anomalous filesystem access patterns on the PHP-FPM or web server worker

Monitoring Recommendations

  • Enable verbose request logging for /wp-admin/admin-ajax.php and any WP Maps shortcode handlers
  • Alert on responses containing markers such as DB_PASSWORD, AUTH_KEY, or PHP open tags returned through plugin endpoints
  • Monitor low-privilege WordPress accounts for sudden activity against plugin administration functions

How to Mitigate CVE-2026-6381

Immediate Actions Required

  • Upgrade the WP Maps plugin to version 4.9.3 or later on all WordPress instances
  • Audit WordPress user accounts and revoke unnecessary authenticated access to plugin functionality
  • Review web server and PHP error logs for prior exploitation attempts against WP Maps endpoints
  • Rotate WordPress secrets in wp-config.php if file disclosure is suspected

Patch Information

The vendor addressed the vulnerability in WP Maps version 4.9.3. Site administrators should update through the WordPress plugin manager or by deploying the patched plugin package. Refer to the WPScan Vulnerability Report for advisory details.

Workarounds

  • Temporarily deactivate the WP Maps plugin until the upgrade to 4.9.3 is applied
  • Restrict access to WordPress authentication using IP allowlists or multi-factor authentication to limit the pool of authenticated attackers
  • Configure a WAF rule to block path traversal patterns (../, ..%2f, ..%5c) in requests targeting WP Maps endpoints
  • Apply open_basedir restrictions in PHP to confine file reads to the WordPress installation directory

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • WPScan Vulnerability Report
  • Related CVEs
  • CVE-2018-25324: Simple Fields WordPress Path Traversal

  • CVE-2021-47977: WordPress Anti-Malware Path Traversal Flaw

  • CVE-2021-47979: WordPress Backup Plugin File Deletion Flaw

  • CVE-2026-6403: WordPress Quick Playground Path Traversal
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