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-16265 — Technical advisory and research notes for CVE-2026-16265, a Subscriber+ denial-of-service flaw in the WP Maps WordPress plugin fixed in version 4.9.7. | Kitploit
Tools/GitHubGitHub/ghoxtbyte/cve-2026-16265
Vulnerability AnalysisWeb SecurityPapers & ResearchLearning & EducationCurated Resources
GitHubghoxtbyte/cve-2026-16265

CVE-2026-16265

Technical advisory and research notes for CVE-2026-16265, a Subscriber+ denial-of-service flaw in the WP Maps WordPress plugin fixed in version 4.9.7.

View Repository
39h 50m agoNot yet reviewed
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-16265 — WP Maps < 4.9.7 Subscriber+ Denial of Service

Security research notes for CVE-2026-16265, a denial-of-service vulnerability affecting the WordPress WP Maps 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-16265
ProductWP Maps
Affected versions< 4.9.7
Fixed version4.9.7
WeaknessCWE-400 — Uncontrolled Resource Consumption
Attack requirementAuthenticated user with Subscriber-level privileges or higher
Severity6.5 (CVSS 3.1)
Published2026-08-07
FinderMohammad Aghdasi
CNA / CoordinatorWPScan

Summary

A missing capability check in an AJAX action, combined with insufficient restriction of the dispatched operation, can allow a low-privileged authenticated user to trigger uncontrolled recursion. Repeated resource consumption may exhaust server capacity and cause a 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 < 4.9.7
Fixed: upgrade to 4.9.7 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

6.5 (CVSS 3.1)

root@kitploit:~
CVSS:3.1/AV:N/AC:L/PR:L/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 4.9.7 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-16265
  • NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-16265
  • WPScan advisory: https://wpscan.com/vulnerability/5432f989-03d8-49d9-ac45-0d5a6a7bf499/
  • 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