Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-18464 — Security advisory and technical research notes for CVE-2026-18464, an unauthenticated denial-of-service flaw in the WP Maps Pro WordPress plugin fixed in 6.1.3. | Kitploit
Tools/GitHubGitHub/ghoxtbyte/cve-2026-18464
Defensive ToolsVulnerability AnalysisWeb SecurityPapers & ResearchLearning & EducationCurated Resources
GitHubghoxtbyte/cve-2026-18464

CVE-2026-18464

Security advisory and technical research notes for CVE-2026-18464, an unauthenticated denial-of-service flaw in the WP Maps Pro WordPress plugin fixed in 6.1.3.

View Repository
29h 45m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

CVE-2026-18464 — WP Maps Pro < 6.1.3 Unauthenticated Denial of Service

Security research notes for CVE-2026-18464, a denial-of-service vulnerability affecting the WordPress WP MAPS PRO plugin.

This repository is intended as a technical reference for an already disclosed vulnerability. It does not include a weaponized denial-of-service script.

Overview

ItemDetails
CVECVE-2026-18464
ProductWP MAPS PRO
Affected versions< 6.1.3
Fixed version6.1.3
WeaknessCWE-400 — Uncontrolled Resource Consumption
Attack requirementUnauthenticated remote attacker
Severity7.5 (CVSS 3.1)
Published2026-08-09
FinderMohammad Aghdasi
CNA / CoordinatorWPScan

Summary

An AJAX action exposed to unauthenticated users lacks an appropriate capability check and does not sufficiently restrict the dispatched operation. An attacker can trigger uncontrolled recursion, causing excessive resource consumption and denial of service.

The security impact is limited to availability: successful exploitation can consume enough server resources to make the affected WordPress installation slow or unavailable. The published CVSS vector does not indicate confidentiality or integrity impact.

Root Cause

The affected code path combines two security problems:

  1. the AJAX handler does not enforce the required authorization boundary; and
  2. the operation passed to the internal dispatcher is not sufficiently constrained.

That combination makes it possible to reach a recursive execution path that continuously consumes server resources.

Impact

An attacker meeting the access requirement above may cause:

  • excessive CPU and/or memory consumption;
  • PHP worker exhaustion;
  • degraded response times;
  • temporary unavailability of the WordPress site.

The practical impact depends on the hosting environment, PHP limits, worker configuration, caching layer, and upstream rate limiting.

Affected / Fixed

Affected: WP MAPS PRO < 6.1.3
Fixed: upgrade to 6.1.3 or later.

Administrators should update the plugin and avoid exposing outdated versions to untrusted users or traffic.

Technical Notes

The vulnerable behavior is reachable through a WordPress AJAX action. The handler does not correctly enforce authorization and permits an unsafe operation to reach a recursive execution path.

No high-volume or automated denial-of-service proof of concept is included in this repository. Verification should be performed only in an isolated test environment with resource limits in place.

See docs/technical-analysis.md for a concise analysis of the issue.

CVSS

7.5 (CVSS 3.1)

root@kitploit:~
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Disclosure

The vulnerability was coordinated through WPScan, which is listed as the CNA/coordinator in the public CVE record.

The public record credits Mohammad Aghdasi as the finder.

Only dates confirmed by the public advisory are included here; no private disclosure timeline is claimed.

Mitigation

Upgrade the affected plugin to 6.1.3 or later.

Defense-in-depth measures can also reduce exposure:

  • restrict access to WordPress AJAX actions where practical;
  • enforce least-privilege user roles;
  • apply request-rate limits at the reverse proxy or WAF;
  • monitor PHP worker, CPU, and memory saturation;
  • remove unused WordPress plugins.

These controls are supplementary and should not replace the vendor update.

References

  • CVE: https://www.cve.org/CVERecord?id=CVE-2026-18464
  • NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-18464
  • WPScan advisory: https://wpscan.com/vulnerability/45d1c2c2-c5da-43b6-a982-5323fb8d9014/
  • CWE-400: https://cwe.mitre.org/data/definitions/400.html

Responsible Use

The material in this repository is provided for security research, vulnerability management, and defensive testing. Test only systems you own or are explicitly authorized to assess.

License

Documentation in this repository is released under the MIT License.

Download Tool