Description
The WP Maps – Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters plugin for WordPress is vulnerable to Stored Cross-Site Scripting via shapes_values Parameter in all versions up to, and including, 4.9.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The fc-call-nonce nonce required by the endpoint is exposed to all frontend visitors who view a map page via window.wpgmp_local.nonce, enabling any authenticated subscriber to read the nonce and craft a valid request; additionally, the secondary _wpnonce check in the drawing handler can be bypassed by simply omitting the _wpnonce parameter from the request.
Published: 2026-09-25
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Patch ASAP
AI Analysis

Impact

Stored Cross‑Site Scripting exists in the WP Maps plugin for WordPress. An authenticated user with subscriber or higher privileges can send a request containing malicious code in the shapes_values parameter. The input is not properly sanitized or escaped, causing the code to be stored and later executed in the context of any visitor who views the injected page. This flaw enables attackers to compromise the browser context of unsuspecting users, potentially allowing session hijacking, defacement, or the execution of arbitrary scripts. The vulnerability stems from CWE‑79.

Affected Systems

The flaw affects the Flippercode WP Maps plugin, which integrates Google Maps, OpenStreetMap, Mapbox, and store locator functionality. All plugin releases up to and including 4.9.8 are vulnerable. Users who have subscriber‑level access or higher can exploit the issue. Anyone who can view a map page on a site running a vulnerable version is susceptible to the consequences of the stored code.

Risk and Exploitability

The baseline CVSS score is 6.4, indicating moderate severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. Exploitation requires authentication as a subscriber or higher, but the nonce used by the drawing endpoint (fc‑call‑nonce) is exposed through the global object window.wpgmp_local.nonce, allowing the attacker to read it. Additionally, the secondary _wpnonce check can be bypassed by omitting the parameter. Once the request is crafted, the malicious script is persisted in the database and executed whenever a visitor loads the affected map page. No code execution on the server is required, so the primary impact is the compromised browser environment of the site visitors.

Generated by OpenCVE AI on September 25, 2026 at 08:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WP Maps plugin to a version newer than 4.9.8.
  • Limit the capabilities that allow map editing to administrative roles only, removing subscriber‑level permissions that can alter shapes_values.
  • If upgrading is not immediately feasible, implement a sanitization filter for shapes_values before storing it, using WordPress esc_html or wp_kses_post, and ensure the fc‑call‑nonce is not exposed to front‑end visitors.

Generated by OpenCVE AI on September 25, 2026 at 08:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 25 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description The WP Maps – Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters plugin for WordPress is vulnerable to Stored Cross-Site Scripting via shapes_values Parameter in all versions up to, and including, 4.9.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The fc-call-nonce nonce required by the endpoint is exposed to all frontend visitors who view a map page via window.wpgmp_local.nonce, enabling any authenticated subscriber to read the nonce and craft a valid request; additionally, the secondary _wpnonce check in the drawing handler can be bypassed by simply omitting the _wpnonce parameter from the request.
Title WP Maps <= 4.9.8 - Authenticated (Subscriber+) Stored Cross-Site Scripting via shapes_values Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-25T13:00:14.782Z

Reserved: 2026-06-24T13:29:12.184Z

Link: CVE-2026-13179

cve-icon Vulnrichment

Updated: 2026-09-25T12:55:50.915Z

cve-icon NVD

Status : Deferred

Published: 2026-09-25T08:16:39.820

Modified: 2026-09-25T14:17:17.977

Link: CVE-2026-13179

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T08:45:17Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')