Travelmap Security & Risk Analysis

wordpress.org/plugins/travelmap

Generates a map of your travels in any post or page based on a list of places.

90 active installs v1.5 PHP + WP 2.7+ Updated Nov 24, 2011
mapmapstraveltravel-blogtrip
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Travelmap Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The travelmap plugin v1.5 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and implementing nonce and capability checks on its entry points. The absence of known CVEs and the zero recorded vulnerabilities in its history suggest a historically stable and well-maintained codebase. However, a significant concern arises from the complete lack of output escaping. This means that any data rendered by the plugin, whether user-supplied or from other sources, is not being properly sanitized, opening the door to Cross-Site Scripting (XSS) vulnerabilities. While the static analysis shows no unsanitized paths in the analyzed flows, the lack of output escaping is a critical oversight that could still be exploited.

Despite the controlled entry points and secure database interactions, the unescaped output represents a substantial risk. The plugin's attack surface is relatively small with no unprotected entry points identified, which is a strength. However, the vulnerability history, while currently clean, does not negate the immediate risk posed by the unescaped output. The plugin is generally secure in its handling of database operations and access controls, but the vulnerability in output sanitization is a critical flaw that needs immediate attention. Overall, the plugin has strong foundations in some security areas but a critical deficiency in output sanitization that significantly elevates its risk profile.

Key Concerns

  • Output not properly escaped
Vulnerabilities
None known

Travelmap Security Vulnerabilities

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

Travelmap Release Timeline

v1.5Current
v1.4
v1.3.1
v1.3
v1.2
v1.1
v1.0.1
Code Analysis
Analyzed Mar 16, 2026

Travelmap Code Analysis

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

Output Escaping

0% escaped19 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
ajax_save (travelmap.php:303)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Travelmap Attack Surface

Entry Points4
Unprotected0

AJAX Handlers 2

noprivwp_ajax_travelmap_ajax_savetravelmap.php:84
authwp_ajax_travelmap_ajax_savetravelmap.php:85

Shortcodes 2

[travelmap-map] travelmap.php:75
[travelmap-list] travelmap.php:76
WordPress Hooks 5
actionwp_print_stylestravelmap.php:78
actionwp_footertravelmap.php:79
actionadmin_menutravelmap.php:80
actionadmin_inittravelmap.php:81
actionadmin_print_stylestravelmap.php:82
Maintenance & Trust

Travelmap Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedNov 24, 2011
PHP min version
Downloads13K

Community Trust

Rating66/100
Number of ratings3
Active installs90
Developer Profile

Travelmap Developer Profile

mediascreen

1 plugin · 90 total installs

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

How We Detect Travelmap

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/travelmap/css/travelmap.css/wp-content/plugins/travelmap/js/travelmap.js/wp-content/plugins/travelmap/inc/template-list.php
Script Paths
/wp-content/plugins/travelmap/js/travelmap.js
Version Parameters
travelmap/style.css?ver=travelmap.js?ver=

HTML / DOM Fingerprints

CSS Classes
travelmap_wrapper
Data Attributes
data-firstdata-lastdata-markersdata-numbersdata-linesdata-reverse+3 more
JS Globals
travelmap_placestravelmap_plugin_dirtravelmap_markerstravelmap_linestravelmap_numberstravelmap_maptype
REST Endpoints
/wp-json/travelmap-ajax-save
Shortcode Output
<div id="travelmap"<div class="travelmap_list_item"
FAQ

Frequently Asked Questions about Travelmap