Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
- https://plugins.trac.wordpress.org/browser/mappress-google-maps-for-wordpress/ta
FAQ
What is CVE-2026-8839?
CVE-2026-8839 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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 ve...
How severe is CVE-2026-8839?
CVE-2026-8839 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8839?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.