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: 7.5 High
EPSS: < 1% Very Low
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 7.5, indicating a high severity, and the lack of authentication and deterministic nature of the recursion suggest a high potential impact if exploited. The EPSS score is less than 1%, showing a very low but nonzero probability that attackers will exploit this weakness, 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 10, 2026 at 21:40 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 10, 2026 at 21:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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-10T19:27:09.098Z

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

Link: CVE-2026-18464

cve-icon Vulnrichment

Updated: 2026-08-10T19:27:03.843Z

cve-icon NVD

Status : Deferred

Published: 2026-08-09T06:18:34.450

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-18464

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T21:45:03Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-549

    Missing Password Field Masking