GEO my WordPress <= 4.5.0.1 - Unauthenticated Local File Inclusion
Strategic Overview
- Status
- Patched in 4.5.0.2
- Affected Plugin
- GEO my WP
- Affected Version
<= 4.5.0.1- CVSS
- 9.8Critical
- Weakness type
- CWE-94 · Improper Control of Generation of Code ('Code Injection')
- CVE
CVE-2024-6330
At a glance
CVE-2024-6330 is a critical-severity Improper Control of Generation of Code ('Code Injection') vulnerability in the GEO my WP WordPress plugin, affecting versions <= 4.5.0.1. It carries a CVSS score of 9.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires no authentication. The issue is fixed in version 4.5.0.2; sites on affected versions should update now. Disclosed July 2024, reported by Michael Dyrna.
Vulnerability Overview
The GEO my WP plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 4.5.0.1 via the 'form[info_window_template][content_path]' parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary 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 images and other “safe” file types can be uploaded and included.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-94: Improper Control of Generation of Code ('Code Injection')
GEO my WP <= 4.5.0.1 carries this weakness at form[info_window_template][content_path], and reaching it takes no account at all. Code injection means input from a request reaches a language construct that evaluates code, so the attacker's text is executed rather than treated as data.
The injected code runs with the web server's privileges, giving the attacker the same access to the database and filesystem as WordPress itself. For GEO my WP the fix is 4.5.0.2: builds <= 4.5.0.1 are affected, anything from 4.5.0.2 onward is not.
Remediation
Update to version 4.5.0.2, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. Classes like this one can leave something behind, so the staged malware scanner is the second half: it looks for dropped files and modified code rather than for the request that created them. None of that substitutes for the fix: GEO my WP 4.5.0.2 closes this, and updating the plugin is the step that ends it.
- Firewall
- Scanner
- Login Security
External References
Related records
Other vulnerabilities in GEO my WP
- 9.1CVE-2026-15300: GEO my WP <= 4.5.4 SQL Injection
CVE-2026-15300 - 7.5CVE-2026-85200: GEO my WP <= 4.5.5.3 Local File Inclusion
CVE-2026-85200 - 7.5CVE-2026-52715: GEO my WP <= 4.5.5 SQL Injection
CVE-2026-52715 - 7.5CVE-2026-9757: GEO my WP <= 4.5.5 SQL Injection
CVE-2026-9757 - 7.5GEO my WP <= 4.5.4 SQL Injection
- 7.2CVE-2024-9422: GEO My WordPress <= 4.4.0.2 Arbitrary File Upload
CVE-2024-9422 - 6.6CVE-2023-52134: GEO my WordPress <= 4.0.2 SQL Injection
CVE-2023-52134 - 6.4CVE-2023-5467: GEO my WordPress <= 4.0 Stored Cross-Site Scripting
CVE-2023-5467
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C