Description
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.
Published: 2026-08-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP MAPS PRO plugin fails to verify user capability in an AJAX call that is exposed to unauthenticated users. Because the plugin does not validate a user‑controlled file path before including the file, an attacker can request the AJAX action with any local PHP file on the server. The server will then include and execute that file, giving the attacker arbitrary code execution on the WordPress host. This flaw is a classic example of unsafe file inclusion, mapped to CWE‑666 and CWE‑284.

Affected Systems

Instances of WP MAPS PRO installed on WordPress sites where the plugin version is older than 6.1.3 are vulnerable. The plugin is distributed by an unknown vendor; the flaw exists in all installations of that plugin regardless of site role or configuration, as long as the vulnerable versions are active.

Risk and Exploitability

Because the vulnerable AJAX endpoint is accessible without authentication and the inclusion path is not sanitized, an attacker only needs the ability to formulate a URL against the site. The EPSS score is not available and the vulnerability is not listed in CISA KEV. The risk is driven by the high impact (code execution) and the low barrier to exploitation. The CVSS score is not supplied, but the lack of checks means the flaw provides a direct path to control the server once the user has any web access. Sites should evaluate their exposure immediately.

Generated by OpenCVE AI on August 9, 2026 at 07:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP MAPS PRO to version 6.1.3 or later, which implements proper capability checks and path validation.
  • If an upgrade cannot be performed immediately, disable the WP MAPS PRO plugin or block the vulnerable AJAX endpoint using firewall rules or .htaccess restrictions so that unauthenticated requests are denied.
  • Remove or secure any unnecessary local PHP files from the server, and configure the web server to deny direct execution of PHP files outside the allowed WordPress directories.

Generated by OpenCVE AI on August 9, 2026 at 07:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-666

Sun, 09 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wp Maps Pro
Wp Maps Pro wp Maps Pro
Vendors & Products Wordpress
Wordpress wordpress
Wp Maps Pro
Wp Maps Pro wp Maps Pro

Sun, 09 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description 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.
Title WP Maps Pro < 6.1.3 - Unauthenticated Local File Inclusion
References

Subscriptions

Wordpress Wordpress
Wp Maps Pro Wp Maps Pro
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-09T06:00:13.573Z

Reserved: 2026-07-31T07:56:05.348Z

Link: CVE-2026-18465

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T08:00:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-666

    Operation on Resource in Wrong Phase of Lifetime