CVE-2026-12238
Deferred Deferred - Pending Action

WP Go Maps Authorization Bypass Vulnerability

Vulnerability report for CVE-2026-12238, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-19

Last updated on: 2026-06-24

Assigner: Wordfence

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-19
Last Modified
2026-06-24
Generated
2026-07-11
AI Q&A
2026-06-20
EPSS Evaluated
2026-07-10
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wp_go_maps most_popular_map_plugin to 10.1.01 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The vulnerability allows unauthenticated attackers to create arbitrary records in the plugin's database tables due to an authorization bypass. This unauthorized data manipulation could potentially lead to integrity issues within the stored data.

However, there is no direct information provided about the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

The WP Go Maps – Most Popular Map Plugin for WordPress has an authorization bypass vulnerability in all versions up to and including 10.1.01. This happens because the plugin does not properly verify if a user is authorized to perform certain actions. As a result, unauthenticated attackers can create arbitrary records in the plugin's database tables by supplying a specially crafted class name via the phpClass parameter. Although the plugin checks that the class name starts with the 'WPGMZA' prefix, this check is insufficient because some classes with this prefix still allow insertion into the database before the request is rejected.

Impact Analysis

This vulnerability allows unauthenticated attackers to insert arbitrary data into the plugin's database tables, such as maps, markers, circles, polygons, polylines, rectangles, and point labels. This could lead to data integrity issues, potential misuse of the plugin's functionality, and possibly affect the website's behavior or display by injecting unauthorized map data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12238. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart