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
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
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-8833Improper neutralization of HTML-encoded characters in the UR…5.4
- CVE-2026-8834IBM HTTP Server 8.5, and 9.0 contains a buffer overflow vuln…8
- CVE-2026-8835IBM HTTP Server 8.5, and 9.0 is vulnerable to invalid pointe…7.3
- CVE-2026-8836A vulnerability was found in lwIP up to 2.2.1. Affected is t…9.8
- CVE-2026-8837The WP Iframe Geo Style for Amazon affiliates plugin for Wor…6.4
- CVE-2026-8838Unsafe use of Python's eval() on server-received data in the…9.8
- CVE-2026-8841The Extra Settings for RocketChat plugin for WordPress is vu…6.4
- CVE-2026-8842The Google+ Link Name plugin for WordPress is vulnerable to …6.4
- CVE-2026-8843Creating a "2dsphere_bucket" index on a non-timeseries bucke…7.1
- CVE-2026-8844The Responsive Check plugin for WordPress is vulnerable to S…6.4
- CVE-2026-8845The Islamic Database plugin for WordPress is vulnerable to S…6.4
- CVE-2026-8846The Tuxquote plugin for WordPress is vulnerable to Stored Cr…6.4
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
