Geolocate My Posts Security & Risk Analysis

wordpress.org/plugins/geolocate-my-posts

A Wordpress plugin that tags the location of your posts using the Google Maps API.

10 active installs v0.2 PHP + WP 2.6+ Updated Unknown
add-location-to-postsgeo-locategmapsgoogle-mapslocation
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Geolocate My Posts Safe to Use in 2026?

Generally Safe

Score 100/100

Geolocate My Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The geolocate-my-posts plugin version 0.2 presents a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and has no known critical or high-severity vulnerabilities in its history. The absence of dangerous functions, external HTTP requests, and bundled libraries further contributes to a cleaner codebase.

However, significant concerns arise from the static analysis. The plugin has a single AJAX handler that lacks any authentication or capability checks, creating a direct entry point for unauthenticated users to potentially exploit. Furthermore, none of the output operations are properly escaped, meaning that any data processed or displayed by this AJAX handler could be vulnerable to cross-site scripting (XSS) attacks if not handled with extreme care by the application logic.

While the vulnerability history is clean, this does not negate the immediate risks identified in the static analysis. The lack of output escaping, combined with the unprotected AJAX endpoint, poses a tangible threat. The plugin would benefit greatly from implementing nonce checks and capability checks on its AJAX handler, and rigorously escaping all output.

Key Concerns

  • Unprotected AJAX handler
  • Output not properly escaped
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Geolocate My Posts Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Geolocate My Posts Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface
1 unprotected

Geolocate My Posts Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_save_lat_lonadd-location.php:128
WordPress Hooks 4
actionadmin_enqueue_scriptsadd-location.php:127
filterwp_insert_post_dataadd-location.php:129
actionadmin_menuadd-location.php:130
actionadmin_initadd-location.php:131
Maintenance & Trust

Geolocate My Posts Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Geolocate My Posts Developer Profile

Aneesh Dogra

1 plugin · 10 total installs

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

How We Detect Geolocate My Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/geolocate-my-posts/js/geolocate.js
Script Paths
js/geolocate.js

HTML / DOM Fingerprints

HTML Comments
<!-- location --><!-- location_end -->
Data Attributes
name='geolocate_my_posts_options[gmaps_image_width]'name='geolocate_my_posts_options[gmaps_image_height]'
FAQ

Frequently Asked Questions about Geolocate My Posts