CVE-2026-8839

MEDIUM NUCLEI

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

Title source: cna
STIX 2.1

Exploitation Summary

CVE-2026-8839 has a Nuclei detection template available — see the Nuclei card below for the Shodan/FOFA recon queries.

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.

Nuclei Templates (1)

WordPress MapPress Maps <= 2.96.6 - Unauthenticated IDOR
MEDIUMVERIFIEDby 0x_Akoko
FOFA: body="wp-content/plugins/mappress-google-maps-for-wordpress"

References (24)

Core 24
Core References

Scores

CVSS v3 5.3
EPSS 0.0150
EPSS Percentile 81.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-639
Status published
Products (1)
chrisvrichardson/MapPress Maps for WordPress < 2.96.6
Published Jun 06, 2026
Tracked Since Jun 06, 2026