Description
The WP Maps WordPress plugin before 4.9.7 does not perform a capability check in one of its AJAX actions and does not restrict the operation it dispatches, allowing users with a Subscriber account to trigger uncontrolled recursion that exhausts server resources, resulting in a Denial of Service.
Published: 2026-08-07
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP Maps plugin fails to enforce a capability check on an AJAX endpoint, and the endpoint contains an unbounded recursive operation. A user with only a Subscriber role can trigger this action, causing uncontrolled recursion that consumes server memory and CPU until the site becomes unresponsive. The weakness is a missing access control that allows an authenticated yet minimally privileged user to exhaust resources, resulting in a denial of service. The vulnerability is classified as CWE-400.

Affected Systems

WordPress sites that have the WP Maps plugin installed with a version older than 4.9.7. The issue affects all installations where the default Subscriber role is assigned to users, as the plugin does not limit the AJAX action to privileged users. Site administrators should inventory all WordPress installations using WP Maps to confirm exposure.

Risk and Exploitability

Based on the description, the likely attack vector is an authenticated user with a Subscriber account initiating the vulnerable AJAX request from a standard browser or via script. No privilege escalation is required. The vulnerability can be exploited remotely by any such user with network access to the site, and the EPSS score is <1% and the CVSS score is 6.5. The impact is high: a single user can bring the site offline by exhausting resources. The CVE is not listed in CISA’s KEV catalog, but the lack of a role check and runaway recursion make it a straightforward high‑risk denial‑of‑service threat. No publicly known exploit code exists at this time.

Generated by OpenCVE AI on August 7, 2026 at 20:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WP Maps plugin to version 4.9.7 or later, which adds the missing capability check and limits recursion
  • Restrict or remove the Subscriber role’s permission to call the AJAX endpoint, either by adjusting role settings or adding custom code that performs a role check
  • Deploy a Web Application Firewall or rate‑limiting rule that detects repeated recursion‑related requests and blocks or throttles them to protect server resources

Generated by OpenCVE AI on August 7, 2026 at 20:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
Metrics cvssV3_1

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

ssvc

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


Fri, 07 Aug 2026 08:15:00 +0000

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

Fri, 07 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The WP Maps WordPress plugin before 4.9.7 does not perform a capability check in one of its AJAX actions and does not restrict the operation it dispatches, allowing users with a Subscriber account to trigger uncontrolled recursion that exhausts server resources, resulting in a Denial of Service.
Title WP Maps < 4.9.7 - Subscriber+ Denial of Service
References

Subscriptions

Wordpress Wordpress
Wp Maps Wp Maps
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-07T18:19:05.614Z

Reserved: 2026-07-20T08:44:36.115Z

Link: CVE-2026-16265

cve-icon Vulnrichment

Updated: 2026-08-07T18:19:00.162Z

cve-icon NVD

Status : Deferred

Published: 2026-08-07T06:16:56.610

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

Link: CVE-2026-16265

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T20:30:17Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption