Geo Location Security & Risk Analysis

wordpress.org/plugins/geo-location

Plugin that that collect geological info of visitors and display them in Bing Map and gives admin ability to block them.

20 active installs v2.5.1 PHP + WP 3.5+ Updated Aug 27, 2024
bing-mapip-trackingmappingtrackingvisitor
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Geo Location Safe to Use in 2026?

Generally Safe

Score 92/100

Geo Location has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The 'geo-location' v2.5.1 plugin exhibits a concerning security posture due to a significant number of unprotected entry points, particularly its AJAX handlers. While the static analysis shows no direct dangerous functions or external HTTP requests, the lack of authentication checks on four out of four AJAX handlers presents a substantial risk. This means that any unauthenticated user could potentially trigger these functions, leading to unintended actions or information exposure. Furthermore, the taint analysis reveals three high-severity flows with unsanitized paths, indicating potential vulnerabilities where user-supplied data could be manipulated to execute malicious code or access unauthorized resources. The absence of nonce and capability checks on AJAX handlers exacerbates this risk. The plugin's vulnerability history is clean, with no recorded CVEs, which is a positive indicator. However, this does not negate the present risks identified in the static and taint analyses. The plugin's strengths lie in its moderate SQL preparedness and a file operation that appears to be a single, isolated instance. The weaknesses, however, are critical: a large unprotected attack surface via AJAX and high-severity taint flows demand immediate attention.

Key Concerns

  • AJAX handlers without auth checks
  • High severity taint flows (3)
  • Output escaping only 5%
  • Nonce checks missing
  • Capability checks missing
Vulnerabilities
None known

Geo Location Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Geo Location Release Timeline

v2.0.0
v1.1
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

Geo Location Code Analysis

Dangerous Functions
0
Raw SQL Queries
3
7 prepared
Unescaped Output
21
1 escaped
Nonce Checks
0
Capability Checks
0
File Operations
1
External Requests
0
Bundled Libraries
0

SQL Query Safety

70% prepared10 total queries

Output Escaping

5% escaped22 total outputs
Data Flows · Security
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
delete_visitor_from_table (geolocation.php:249)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
4 unprotected

Geo Location Attack Surface

Entry Points6
Unprotected4

AJAX Handlers 4

authwp_ajax_block_visitor_from_sitegeolocation.php:39
authwp_ajax_delete_visitor_from_tablegeolocation.php:40
authwp_ajax_geolocation_insert_visitor_infogeolocation.php:47
noprivwp_ajax_geolocation_insert_visitor_infogeolocation.php:48

Shortcodes 2

[getip] geolocation.php:43
[displaymap] geolocation.php:44
WordPress Hooks 6
actionadmin_menugeolocation.php:28
actionadmin_initgeolocation.php:29
actionadmin_enqueue_scriptsgeolocation.php:30
actionwp_enqueue_scriptsgeolocation.php:34
filterscript_loader_taggeolocation.php:35
actionwp_headgeolocation.php:36
Maintenance & Trust

Geo Location Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedAug 27, 2024
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Geo Location Developer Profile

UjW0L

20 plugins · 2K total installs

93
trust score
Avg Security Score
98/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Geo Location

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/geo-location/js/frontend_geolocation.js/wp-content/plugins/geo-location/js/backend_geolocation.js/wp-content/plugins/geo-location/js/ctc_overlay.jquery.js/wp-content/plugins/geo-location/css/ctc_overlay_style.css
Script Paths
https://www.bing.com/api/maps/mapcontrol?callback=GetMap

HTML / DOM Fingerprints

CSS Classes
ctc-overlay
Data Attributes
data-geoloc-latitudedata-geoloc-longitudedata-geoloc-citydata-geoloc-regiondata-geoloc-country
JS Globals
geolocation_paramsgeolocation_backend_params
Shortcode Output
[getip][displaymap]
FAQ

Frequently Asked Questions about Geo Location