WP Event Map Security & Risk Analysis

wordpress.org/plugins/wp-event-map

Help to create events and show the events location on google map. All the events with their info can be listed with the use of a simple shortcode.

10 active installs v1.0 PHP + WP 4.1+ Updated Mar 14, 2016
dateeventmap
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP Event Map Safe to Use in 2026?

Generally Safe

Score 85/100

WP Event Map has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The wp-event-map v1.0 plugin exhibits a generally good security posture, largely due to the absence of known vulnerabilities and the implementation of several security best practices. The code analysis reveals no dangerous functions, file operations, or external HTTP requests, which are common vectors for attacks. Furthermore, all SQL queries are properly prepared, and the plugin includes nonce and capability checks, indicating an effort to secure its entry points. The limited attack surface, with only one shortcode and no unprotected AJAX handlers, REST API routes, or cron events, is also a positive sign.

Key Concerns

  • Output escaping only 76% proper
  • No taint flows analyzed
Vulnerabilities
None known

WP Event Map Security Vulnerabilities

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

WP Event Map Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

WP Event Map Code Analysis

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

Output Escaping

76% escaped45 total outputs
Attack Surface

WP Event Map Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[event-map-sc] event-map.php:272
WordPress Hooks 13
actionplugins_loadedevent-map.php:36
actionwp_enqueue_scriptsevent-map.php:67
actionadmin_enqueue_scriptsevent-map.php:83
actioninitevent-meta.php:7
actionadd_meta_boxesevent-meta.php:63
actionsave_postevent-meta.php:171
actionadmin_initevent-meta.php:182
actionadd_meta_boxesevent-meta.php:195
filterenter_title_hereevent-meta.php:196
actionsave_postevent-meta.php:198
actionadd_meta_boxesevent-meta.php:337
actionsave_postevent-meta.php:338
actionthe_contentevent-meta.php:340
Maintenance & Trust

WP Event Map Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedMar 14, 2016
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Event Map Developer Profile

saurav.rox

5 plugins · 100 total installs

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

How We Detect WP Event Map

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-event-map/assets/css/em-style.css/wp-content/plugins/wp-event-map/assets/js/initialize.js/wp-content/plugins/wp-event-map/assets/js/gmaps.js/wp-content/plugins/wp-event-map/assets/js/media-upload.js/wp-content/plugins/wp-event-map/assets/js/jquery-migrate.js/wp-content/plugins/wp-event-map/assets/css/custom.css/wp-content/plugins/wp-event-map/assets/js/date-picker.js/wp-content/plugins/wp-event-map/assets/css/jquery-ui.css+3 more
Script Paths
/wp-content/plugins/wp-event-map/assets/js/initialize.js/wp-content/plugins/wp-event-map/assets/js/gmaps.js/wp-content/plugins/wp-event-map/assets/js/media-upload.js/wp-content/plugins/wp-event-map/assets/js/jquery-migrate.js/wp-content/plugins/wp-event-map/assets/js/date-picker.js/wp-content/plugins/wp-event-map/assets/js/jquery.datetimepicker.full.js+1 more
Version Parameters
wp-event-map/assets/css/em-style.css?ver=wp-event-map/assets/js/initialize.js?ver=wp-event-map/assets/js/gmaps.js?ver=wp-event-map/assets/js/media-upload.js?ver=wp-event-map/assets/js/jquery-migrate.js?ver=wp-event-map/assets/css/custom.css?ver=wp-event-map/assets/js/date-picker.js?ver=wp-event-map/assets/css/jquery-ui.css?ver=wp-event-map/assets/js/jquery.datetimepicker.full.js?ver=wp-event-map/assets/css/jquery.datetimepicker.css?ver=wp-event-map/assets/js/custom-dt.js?ver=

HTML / DOM Fingerprints

CSS Classes
google-map-wrapgoogle-map
HTML Comments
<!-- WP Event Map is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or any later version. WP Event Map is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with WP Event Map. If not, see http://www.gnu.org/licenses/gpl-2.0.html. --><!-- Exit if accessed directly. --><!--Include metaboxes--><!-- Plugin base url. -->+13 more
Data Attributes
itemprop="hasMap"itemtype="http://schema.org/Map"
JS Globals
var is_touch_devicevar mapvar boundsvar latlngvar $window
Shortcode Output
<div class="entry-content"> <div class="google-map-wrap" itemscope itemprop="hasMap" itemtype="http://schema.org/Map"> <div id="google-map" class="google-map"> </div> </div>
FAQ

Frequently Asked Questions about WP Event Map