Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
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.
Primary rating from Vendor (wpscan).
CVSS VectorVendor: wpscan
Lifecycle Timeline
5DescriptionCVE.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.
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
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
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
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
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
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
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-54879
GHSA-mcpf-p8j2-92hw