
Google Maps and Distance Finder plugin Security & Risk Analysis
wordpress.org/plugins/google-maps-and-distance-finderA brief description of the Plugin.
Is Google Maps and Distance Finder plugin Safe to Use in 2026?
Generally Safe
Score 85/100Google Maps and Distance Finder plugin has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "google-maps-and-distance-finder" plugin version 1.0 presents a mixed security posture. On the positive side, it has a very limited attack surface, with only one shortcode identified as an entry point. Crucially, there are no known CVEs associated with this plugin, and the code analysis shows a complete absence of dangerous functions and external HTTP requests. All SQL queries are properly prepared, indicating good database interaction practices.
However, significant concerns arise from the output escaping and taint analysis. A substantial portion of the code exhibits improperly escaped output, posing a risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the one identified flow with an unsanitized path. The complete lack of nonce checks and capability checks, even for the single shortcode, is a major oversight. This means that any user, regardless of their role or authentication status, could potentially interact with the shortcode in unintended ways, leading to unexpected behavior or even more severe security issues if combined with other weaknesses.
While the vulnerability history is clean, this may be due to the plugin's limited scope or simply an absence of past discoveries. The current code analysis reveals critical areas for improvement. The primary risks stem from potential XSS due to unescaped output and the lack of authorization/integrity checks on the shortcode, which could be exploited.
Key Concerns
- Unescaped output detected
- Unsanitized path flow detected
- Missing nonce checks on entry points
- Missing capability checks on entry points
Google Maps and Distance Finder plugin Security Vulnerabilities
Google Maps and Distance Finder plugin Code Analysis
Output Escaping
Data Flow Analysis
Google Maps and Distance Finder plugin Attack Surface
Shortcodes 1
WordPress Hooks 3
Maintenance & Trust
Google Maps and Distance Finder plugin Maintenance & Trust
Maintenance Signals
Community Trust
Google Maps and Distance Finder plugin Alternatives
WP Maps – Store Locator,Google Maps,OpenStreetMap,Mapbox,Listing,Directory & Filters
wp-google-map-plugin
WordPress map plugin for Google Maps, OpenStreetMap & Mapbox with store locator, filterable listings & custom markers.
WP Store Locator
wp-store-locator
An easy to use location management system that enables users to search for nearby physical stores.
MapPress Maps for WordPress
mappress-google-maps-for-wordpress
MapPress is the easiest way to add unlimited interactive Google and Leaflet maps to WordPress.
Store Locator WordPress
agile-store-locator
Agile Store Locator is a premium store finder plugin designed to offer you immediate access to all the best stores in your local area.
Maps Plugin using Google Maps for WordPress – WP Google Map
gmap-embed
Google Map plugin for WordPress is very Simple, light-weight and Easy to use Google Custom Map with markers in Posts, Pages, Sidebar as shortcode.
Google Maps and Distance Finder plugin Developer Profile
4 plugins · 240 total installs
How We Detect Google Maps and Distance Finder plugin
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/google-maps-and-distance-finder/jquery-ui.css/wp-content/plugins/google-maps-and-distance-finder/images/Home.png/wp-content/plugins/google-maps-and-distance-finder/images/User.pnghttps://maps.googleapis.com/maps/api/js?v=3.exp&sensor=truegoogle-maps-and-distance-finder/jquery-ui.css?ver=HTML / DOM Fingerprints
map-canvaszip-distancemy-zipcodedialoguser-addressInclude the maps javascript with sensor=true because this code is using a
sensor (a GPS locator) to determine the user's location.
See: https://developers.google.com/maps/documentation/javascript/tutorial#Loading_the_Maps_APINote: This example requires that you consent to location sharing when
prompted by your browseid="map-canvas"id="zip-distance"id="my-zipcode"id="dialog"id="user-address"id="btnsubmit"+3 moredirectionsDisplaydirectionsServicemapimg1img2initialize+2 more<div id="zip" style="text-align:center;">
<div id="zip-distance">
</div>
<a href="#" id="my-zipcode">Edit Location</a> </br>
<div id="dialog" title="Address Form" style="width:300px; height:300px; display:none">
Enter Your Address :<input type="text" id="user-address"/>
<input type="submit" id="btnsubmit" value="Submit" style="height: 49px;width: 112px;text-align: center;margin: 12px 20px 0px 59px;"/>
</div>
<input id="comp_loc" type="hidden" value= " "/>
<input id="source_latlong" type="hidden" value= ""/>
<input id="desti_latlong" type="hidden" value= ""/>
</div>
<div id="map-canvas" style="margin:0 auto;"></div>