Skip to main content

WP Maps Pro CVE-2026-18465

| EUVDEUVD-2026-54879 MEDIUM
Path Traversal (CWE-22)
2026-08-09 contact@wpscan.com GHSA-mcpf-p8j2-92hw
6.5
CVSS 3.1 · Vendor: wpscan
Share

Severity by source

Vendor (wpscan) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
vuln.today AI
9.1 CRITICAL

Unauthenticated network exploitation; inclusion of wp-config.php exposes credentials (C:H); executing existing PHP server-side achieves full integrity impact (I:H); no availability impact described.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (wpscan).

CVSS VectorVendor: wpscan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

5
Analysis Generated
Aug 10, 2026 - 20:30 vuln.today
CVSS changed
Aug 10, 2026 - 20:22 NVD
6.5 (MEDIUM)
Patch available
Aug 09, 2026 - 07:16 EUVD
CVE Published
Aug 09, 2026 - 06:19 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 09, 2026 - 06:19 cve.org
MEDIUM 6.5

DescriptionCVE.org

The WP MAPS PRO WordPress plugin before 6.1.3 does not perform a capability check in one of its AJAX actions, which is also available to unauthenticated users, and does not properly validate a user-controlled path before using it in a file inclusion, allowing unauthenticated attackers to include and execute arbitrary existing local PHP files on the server.

AnalysisAI

Local file inclusion in WP Maps Pro (all versions before 6.1.3) allows unauthenticated remote attackers to include and execute arbitrary existing PHP files on the server by exploiting an AJAX action that lacks both a capability check and path sanitization. Any internet-exposed WordPress installation running the affected plugin is susceptible with no authentication, user interaction, or special configuration required. No public exploit identified at time of analysis and EPSS is low (0.32%), but the zero-barrier entry point and code execution potential elevate the real-world priority well above what the CVSS 6.5 score implies.

Technical ContextAI

WordPress plugins register AJAX handlers using the wp_ajax_nopriv_* hook to serve unauthenticated callers, or wp_ajax_* for authenticated sessions. In vulnerable versions of WP Maps Pro, one such action is exposed to unauthenticated users (via wp_ajax_nopriv_* or equivalent) and omits the standard current_user_can() capability gate. The action then passes a user-controlled parameter directly into a PHP file-inclusion construct (include(), require(), or variants) without stripping path traversal sequences (../) or confining the lookup to a safe directory. This is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal). Because the inclusion target must be an existing PHP file on the local filesystem, the attacker can reach sensitive files such as wp-config.php (which contains database credentials) or any other accessible PHP file, causing the server to execute their contents in the web server process context. No CPE string was provided in the source intelligence.

RemediationAI

The primary fix is to upgrade WP Maps Pro to version 6.1.3 or later immediately via the WordPress plugin dashboard or by downloading from the vendor. This is the vendor-released patch confirmed by WPScan and EUVD. If immediate patching is not feasible, a compensating control is to temporarily deactivate the plugin entirely - note that this removes all mapping functionality served by the plugin. Alternatively, restrict unauthenticated POST requests to /wp-admin/admin-ajax.php at the web server or WAF layer, filtering requests that contain path traversal sequences (../, ..%2F) in any parameter; be aware this may interfere with legitimate plugin AJAX calls for authenticated users and requires careful rule tuning. Do not rely solely on WAF filtering as a long-term control - patch to 6.1.3 as soon as possible. References: https://wpscan.com/vulnerability/53da3a6d-1eab-4f61-ba61-fa7a04d2205a/ and https://nvd.nist.gov/vuln/detail/CVE-2026-18465.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-18465 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy