Back to overview

CVE-2026-12238

MEDIUM
5.3
CVSS 3.1
Description
The WP Go Maps – Most Popular Map Plugin plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 10.1.01. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to create arbitrary records in plugin database tables (maps, markers, circles, polygons, polylines, rectangles, and point labels) by supplying a WPGMZA-namespaced CRUD-backed class name via the phpClass parameter. The namespace validation check (requiring the 'WPGMZA' prefix) does not prevent exploitation because classes such as WPGMZA\Map and WPGMZA\Marker satisfy it while still triggering an INSERT into the corresponding plugin table before the route rejects the request.

Metadata

CVE ID
CVE-2026-12238
State
PUBLISHED
Assigner
Wordfence
Reserved
2026-06-15 03:44 UTC
Published
2026-06-19 18:32 UTC
Last updated
2026-06-19 18:32 UTC
Primary CWE
CWE-862
CWE-862 Missing Authorization
Vendor / Product
wpgmaps / WP Go Maps – Google Map, OpenStreetMap, Leaflet Map
Sources
cve.org  ·  NVD

Severity & Metrics

5.3 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Affected products (1)
VendorProductPlatformVersions
wpgmaps WP Go Maps – Google Map, OpenStreetMap, Leaflet Map 0 ≤ 10.1.01
Weakness (CWE)
CWESourceDescription
CWE-862 cna CWE-862 Missing Authorization
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.3 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Back to overview