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 restrict the operation it dispatches, allowing unauthenticated attackers to trigger uncontrolled recursion that exhausts server resources, resulting in a Denial of Service.
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 check user capabilities for a particular AJAX action that is reachable by anyone on the site. Because the plugin then calls itself recursively without any safeguards, an unauthenticated user can invoke the action repeatedly, forcing the server to expend memory and processing time until it becomes unresponsive. The failure to limit recursion can lead to exhaustion of server resources, interrupting the WordPress application and any other services on the same host. This vulnerability does not expose or alter data; its primary impact is availability disruption.

Affected Systems

WordPress sites running the WP Maps Pro plugin prior to version 6.1.3 are affected. The issue is present in all installations of the plugin where the vulnerable AJAX endpoint is enabled for public use.

Risk and Exploitability

The CVSS score is not provided, but the lack of authentication and the deterministic nature of the recursion suggest a high potential impact if exploited. The EPSS score is unavailable, indicating that current exploitation evidence is limited, yet the vulnerability remains a valid risk for any site unable to apply the latest patch. The vulnerability is not listed in CISA’s KEV catalog. An attacker simply needs to craft HTTP requests to the exposed AJAX URL to trigger the recursion; no additional credentials or privileges are required. The attack is straightforward, making the threat reasonable, especially for high‑traffic sites.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official update to WP Maps Pro 6.1.3 or later.
  • If an immediate update is not possible, block unauthenticated access to the vulnerable AJAX endpoint using a firewall rule or security plugin configuration to allow only authenticated, authorized users to call it.
  • Monitor server resource usage and audit logs for repeated recursive calls as an early indicator of exploitation attempts.
  • Review the capability checks for other AJAX actions in the plugin to prevent similar gaps.

Generated by OpenCVE AI on August 9, 2026 at 07:23 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
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 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-549

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 restrict the operation it dispatches, allowing unauthenticated attackers to trigger uncontrolled recursion that exhausts server resources, resulting in a Denial of Service.
Title WP Maps Pro < 6.1.3 - Unauthenticated Denial of Service
References

Subscriptions

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

Status: PUBLISHED

Assigner: WPScan

Published:

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

Reserved: 2026-07-31T07:54:40.370Z

Link: CVE-2026-18464

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

    Improper Authorization

  • CWE-549

    Missing Password Field Masking