Description
The GEO my WP plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 4.5.5.3 via the gmw_posts_locator_ajax_info_window_loader function. This makes it possible for unauthenticated attackers 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. In environments where PEAR is installed with register_argc_argv enabled, this file inclusion can be leveraged to write and execute arbitrary PHP code, achieving full remote code execution.
Published: 2026-09-12
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote code execution via unauthenticated local file inclusion
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is a local file inclusion flaw in the GEO my WP plugin that allows an unauthenticated attacker to include arbitrary .php files and execute code. This leads, and in configurations where PEAR register_argc_argv is enabled, achieving full remote code execution. The weakness corresponds to CWE-98.

Affected Systems

The WordPress plugin GEO my WP from vendor ninjew,.5.3, is vulnerable. All installations running these versions are at risk if the gmw_posts_locator_ajax_info_window_loader endpoint is exposed.

Risk and Exploitability

The CVSS score is 7.5, indicating a high severity. The EPSS score is below 1%, suggesting very low current exploitation probability, and the issue is not listed in the CISA KEV catalog. The vulnerability can be exploited without authentication by sending an HTTP request to the gmw_posts_locator_ajax_info_window_loader AJAX endpoint. If the server permits PHP file uploads, the attacker can upload a malicious script and trigger the inclusion. In environments where PEAR register_argc_argv is enabled, the inclusion can be leveraged to write and execute arbitrary PHP code, providing full remote code execution.

Generated by OpenCVE AI on September 12, 2026 at 15:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the GEO my WP plugin to a version newer than 4.5.5.3 where the local file inclusion issue has been fixed.
  • If an upgrade is not immediately possible, restrict access to the gmw_posts_locator_ajax_info_window_loader AJAX endpoint so that only authenticated users can trigger it, for example by adding a login requirement or applying a web application firewall rule.
  • Disable the register_argc_argv directive in the server's PHP configuration or remove the PEAR package if it is not needed, to prevent the inclusion attack from being used to write arbitrary PHP code.

Generated by OpenCVE AI on September 12, 2026 at 15:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description The GEO my WP plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 4.5.5.3 via the gmw_posts_locator_ajax_info_window_loader function. This makes it possible for unauthenticated attackers 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. In environments where PEAR is installed with register_argc_argv enabled, this file inclusion can be leveraged to write and execute arbitrary PHP code, achieving full remote code execution.
Title GEO my WP <= 4.5.5.3 - Unauthenticated Local File Inclusion
Weaknesses CWE-98
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-12T07:39:14.056Z

Reserved: 2026-09-03T12:54:35.397Z

Link: CVE-2026-85200

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-12T08:16:24.810

Modified: 2026-09-12T08:16:24.810

Link: CVE-2026-85200

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T16:00:14Z

Weaknesses
  • CWE-98

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