CVE-2026-8839
Last modified
CVE-2026-8839 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. The MapPress Maps for WordPress plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to, and including, 2.96.6. This is due to missing ownership verification in the REST API routes registered via `Mappress_Api::rest_api_init()`, where the GET `/wp-json/mapp/v1/maps/{mapid}` endpoint uses `'permission_callback' => '__return_true'` and the write endpoints (POST update, DELETE, PATCH mutate, POST clone, POST empty_trash) only check the generic `edit_posts` capability without confirming that the requester owns the targeted map — a gap that is not compensated at the model layer, as `Mappress_Map::get()`, `save()`, `delete()`, `mutate()`, and `empty_trash()` all operate on any caller-supplied map ID without an ownership check. EPSS estimates a 0.81% chance of exploitation in the next 30 days.
Description
The MapPress Maps for WordPress plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to, and including, 2.96.6. This is due to missing ownership verification in the REST API routes registered via `Mappress_Api::rest_api_init()`, where the GET `/wp-json/mapp/v1/maps/{mapid}` endpoint uses `'permission_callback' => '__return_true'` and the write endpoints (POST update, DELETE, PATCH mutate, POST clone, POST empty_trash) only check the generic `edit_posts` capability without confirming that the requester owns the targeted map — a gap that is not compensated at the model layer, as `Mappress_Map::get()`, `save()`, `delete()`, `mutate()`, and `empty_trash()` all operate on any caller-supplied map ID without an ownership check. This makes it possible for unauthenticated attackers to read sensitive map data — including POI titles, addresses, coordinates, and body content — for any map on the site by enumerating map IDs, and for authenticated attackers with Contributor-level access and above to modify, delete, trash/restore, or clone any map regardless of its author.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8839?
How severe is CVE-2026-8839?
How do I fix CVE-2026-8839?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-88384OpenEXR 3.4.14 contains a NULL Pointer Dereference in the C+…5.5
- CVE-2026-88385Mini-XML 4.0.5 contains a memory leak vulnerability in mxml_…
- CVE-2026-88386libsndfile 1.2.2 contains a misaligned memory access issue i…5.5
- CVE-2026-88387LibRaw 0.22.0 contains an incorrect numeric conversion vulne…
- CVE-2026-88388Espruino 2v29 (commit bffc6d0) contains a stack-based buffer…7.5
- CVE-2026-88389Espruino 2v29 (commit bffc6d0) contains a NULL pointer deref…
- CVE-2026-88390An out-of-bounds write vulnerability in jslGetTokenValueAsSt…7.7
- CVE-2026-8840The Booking calendar, Appointment Booking System plugin for …5.3
- CVE-2026-88402A SQL injection vulnerability in the checkSQL function of no…9.8
- CVE-2026-88403A Server-Side Request Forgery (SSRF) in the serverRequest fu…6.5
- CVE-2026-88404A remote code execution (RCE) vulnerability in the Uniscript…9.8
- CVE-2026-88405A remote code execution (RCE) vulnerability in the RemoteReg…9.8
Are you affected by CVE-2026-8839?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
