Skip to main content

WP Go Maps CVE-2026-12238

| EUVDEUVD-2026-38063 MEDIUM
Missing Authorization (CWE-862)
2026-06-19 Wordfence GHSA-68w4-qxch-r794
5.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
5.3 MEDIUM

Network-reachable REST API requires no authentication or special conditions; only low-integrity INSERT writes to plugin tables, with no confidentiality or availability impact.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 19, 2026 - 19:04 vuln.today
CVE Published
Jun 19, 2026 - 18:32 cve.org
MEDIUM 5.3

DescriptionCVE.org

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.

AnalysisAI

Authorization bypass in the WP Go Maps WordPress plugin (all versions up to and including 10.1.01) permits unauthenticated remote attackers to insert arbitrary records into plugin-managed database tables - maps, markers, circles, polygons, polylines, rectangles, and point labels - by exploiting a race condition between namespace validation and query execution in the plugin's REST API. The flaw exists because the WPGMZA prefix check in the phpClass parameter validation passes for legitimate plugin classes such as WPGMZA\Map and WPGMZA\Marker, which trigger a SQL INSERT into the corresponding table before the route rejects the request. No public exploit has been identified at time of analysis and the vulnerability is not listed in CISA KEV, though the unauthenticated network vector and low attack complexity make it trivially abusable against the wide WordPress install base.

Technical ContextAI

The vulnerability originates in the plugin's REST API handler, observable at includes/class.rest-api.php line 1052 in the version 10.0.10 source tree on the WordPress plugin Trac. The phpClass parameter is used to instantiate a CRUD-backed plugin ORM class, gated by a namespace validation step that requires the 'WPGMZA' prefix. This check is structurally insufficient: classes like WPGMZA\Map and WPGMZA\Marker satisfy the prefix constraint while resolving to real plugin ORM classes whose constructors or methods issue SQL INSERT statements into the plugin's own database tables before the route-level rejection fires. The root cause is CWE-862 (Missing Authorization) - format validation of the class name is performed, but no capability or permission check confirms the requesting user is authorized to execute the underlying write operation. The affected CPE is cpe:2.3:a:wpgmaps:wp_go_maps_-_google_map,_openstreetmap,_leaflet_map:*:*:*:*:*:*:*:*, covering all versions through 10.1.01 across the Google Maps, OpenStreetMap, and Leaflet rendering backends.

RemediationAI

No specific patched version number is confirmed in the available intelligence data; administrators should immediately check the WordPress.org plugin repository and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/c51c6cfb-9a79-4190-87ff-7eddb866ae56?source=cve for the latest release and apply any available update. As a compensating control pending a confirmed patch, restrict access to the WP Go Maps REST API namespace at the web server or WAF layer by blocking or requiring authentication on requests to the plugin's REST API routes that include a phpClass parameter - this blocks exploitation without removing the endpoint entirely, though it may affect legitimate front-end map rendering that relies on unauthenticated REST calls. Alternatively, enforcing WordPress REST API authentication globally (via a plugin such as Disable REST API, or custom capability checks) will mitigate this and similar authorization bypass vulnerabilities, at the trade-off of breaking any unauthenticated REST-dependent functionality across the site. If the WP Go Maps plugin is not actively in use, deactivating and removing it entirely eliminates the attack surface without operational impact.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-12238 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy