SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-85200

HIGH · CVSS 7.5 EPSS 0.76% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-12 · Last synced 2026-09-13

CyberRota Analysis

AI-Generated

The GEO my WP plugin for WordPress is vulnerable to Local File Inclusion, allowing unauthenticated attackers to include and execute arbitrary PHP files on the server. This vulnerability can lead to bypassing access controls, accessing sensitive data, or executing arbitrary code, particularly in environments with PEAR installed and specific configurations enabled. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of remote code execution and potential data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-85200
Severity
HIGH
CVSS
7.5
EPSS
0.76%
WordPress

Original NVD 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.