MapPress Maps for WordPress <= 2.96.6 - Unauthenticated Insecure Direct Object Reference via REST API Endpoints

5.3
Authorization Bypass Through User-Controlled Key
CVE CVE-2026-8839
CVSS 5.3 (Medium)
Publicly Published June 5, 2026
Last Updated June 6, 2026
Researcher Kitch - KitchGlobal

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.

References

Share

Vulnerability Details for MapPress Maps for WordPress

Software Type Plugin
Software Slug mappress-google-maps-for-wordpress (view on wordpress.org)
Patched? Yes
Remediation Update to version 2.97.1, or a newer patched version
Affected Version
  • <= 2.96.6
Patched Version
  • 2.97.1

Recent vulnerabilities in MapPress Maps for WordPress

# Title CVE ID CVSS Researchers Date
1 MapPress Maps for WordPress <= 2.97.3 - Unauthenticated Stored Cross-Site Scripting CVE-2026-56011 7.2 l3m3s June 19, 2026
2 MapPress Maps for WordPress <= 2.94.9 - Authenticated (Administrator+) Stored Cross-Site Scripting CVE-2025-2162 4.4 Dmitrii Ignatyev March 27, 2025
3 MapPress Maps for WordPress <= 2.94.8 - Authenticated (Contributor+) Stored Cross-Site Scripting CVE-2025-2055 6.4 Dmitrii Ignatyev March 13, 2025
4 MapPress Maps for WordPress <= 2.94.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via Map Block CVE-2024-10715 6.4 Akbar Kustirama November 5, 2024
5 MapPress Maps for WordPress <= 2.92.2 - Authenticated (Administrator+) Stored Cross-Site Scripting CVE-2024-8620 4.4 Kientt September 24, 2024
6 MapPress <= 2.88.16 - Authenticated (Contributor+) Stored Cross-Site Scripting via Map Settings CVE-2023-7225 6.4 Akbar Kustirama January 29, 2024
7 MapPress Maps for WordPress <= 2.88.14 - Authenticated (Contributor+) Stored Cross-Site Scripting CVE-2024-0420 6.4 Salvatore Bova January 17, 2024
8 MapPress Maps for WordPress <= 2.88.15 - Insufficient Authorization to Information Disclosure CVE-2024-0421 5.3 Erwan LR January 17, 2024
9 MapPress Maps for WordPress <= 2.88.13 - Authenticated (Contributor+) Stored Cross-Site Scripting CVE-2023-6524 6.4 Akbar Kustirama January 2, 2024
10 MapPress Maps for WordPress <= 2.88.4 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode CVE-2023-4840 6.4 István Márton September 11, 2023

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation