Description
The WP Maps – Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 4.9.8 via the 'page' parameter parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included.
Published: 2026-09-25
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Code execution via local file inclusion
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows an authenticated user with subscriber‑level privileges to supply a crafted "page" parameter that forces the plugin to include arbitrary files on the server. Because the included files can be PHP scripts, an attacker who can also upload such files can trigger remote code execution or bypass access controls. The weakness is a classic Local File Inclusion flaw (CWE‑98). The impact is the compromise of server integrity and confidentiality for that user, potentially escalating to full system compromise if the attacker gains administrative access. This flaw does not allow unauthenticated attackers to influence the inclusion directly, but it widens the attack surface for any user who has already gained moderator or subscriber access.

Affected Systems

The flaw affects the WP Maps plugin from flippercode, any release version 4.9.8 or older. Users of the Google Maps, OpenStreetMap, Mapbox, Store Locator, Listing, Directory & Filters variant of the plugin should verify the version they are running; any deployment with 4.9.8 or earlier remains vulnerable.

Risk and Exploitability

With a CVSS score of 7.5, the vulnerability is considered high severity. The EPSS score is not reported, so current exploitation probability is unknown, yet the flaw is present in widely deployed WordPress sites where subscriber accounts exist. The attacker must be able to upload or otherwise provide a PHP file that can be referenced by the "page" parameter; once the inclusion occurs, arbitrary code execution follows. Because the flaw is not listed in CISA’s KEV catalog, there are no known mass‑mode attacks, but the local nature and the available exploit path keep the risk of targeted exploitation significant.

Generated by OpenCVE AI on September 25, 2026 at 09:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the WP Maps plugin to a version newer than 4.9.8, which removes the vulnerable inclusion logic.
  • If an upgrade is not immediately possible, restrict the file types that subscribers can upload and place an .htaccess rule or web‑server configuration to prevent execution of PHP files in the plugin’s or uploads’ directories.
  • Apply a site‑wide input validation layer or use a security plugin that blocks unexpected query parameters, ensuring that the "page" parameter cannot be manipulated to reference local files.

Generated by OpenCVE AI on September 25, 2026 at 09:14 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': 'total'}, '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 Local File Inclusion in all versions up to, and including, 4.9.8 via the 'page' parameter parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included.
Title WP Maps <= 4.9.8 - Authenticated (Subscriber+) Local File Inclusion via 'page' Parameter
Weaknesses CWE-98
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

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

Reserved: 2026-06-26T18:36:59.787Z

Link: CVE-2026-13456

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-13456

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:15:19Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')