WP脆弱性ウォッチ脆弱性データ 2026年8月28日 時点

CVE-2026-8839

MapPress – Google Maps, OpenStreetMap & Leaflet に報告された脆弱性

深刻度
5.3CVSS 3.1
2.97.1修正されたバージョン
1.0%30日以内に悪用される確率
今後30日以内に悪用される確率は 1.0% と推定されています(EPSS)。

概要

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.

CWE: CWE-639 / 公開 2026年6月6日 / 最終更新 2026年7月23日

影響を受けるバージョン

対処方法

MapPress – Google Maps, OpenStreetMap & Leaflet を 2.97.1 以降に更新してください。これで本脆弱性は解消します。

MapPress – Google Maps, OpenStreetMap & Leaflet の他の脆弱性を見る →

あなたのサイトは大丈夫ですか?

URLを入力するだけで、実際に使われているプラグインを検出し、 このデータベースと突き合わせて既知の脆弱性が残っていないかを確認できます。登録不要・無料です。

30秒で無料診断する

参照