Geotagmapper Security & Risk Analysis

wordpress.org/plugins/geotagmapper

Geotagmapper adds geographical identification metadata (latitude and longitude) to the HTML header.You only have to specify your address.

10 active installs v1.5.1 PHP + WP 2.5+ Updated Jul 12, 2011
blogmapgeogeotagmapperkartemap
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Geotagmapper Safe to Use in 2026?

Generally Safe

Score 85/100

Geotagmapper 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 geotagmapper v1.5.1 plugin exhibits a mixed security posture. On the positive side, there are no identified AJAX handlers, REST API routes, shortcodes, or cron events, indicating a very limited attack surface. Furthermore, all detected SQL queries utilize prepared statements, which is a strong security practice. The plugin's vulnerability history is also clean, with no recorded CVEs, suggesting a relatively secure past or limited scrutiny.

However, significant concerns arise from the static analysis. The fact that 100% of the detected outputs are not properly escaped presents a considerable risk of Cross-Site Scripting (XSS) vulnerabilities. Additionally, the single file operation and external HTTP request, while not inherently problematic, represent potential vectors if not handled with extreme care and sanitization. The taint analysis reveals a flow with unsanitized paths, which, despite not being categorized as critical or high severity in this instance, points to potential weaknesses in how user-supplied data is handled in file operations or external requests.

While the absence of known vulnerabilities and a small attack surface are strengths, the lack of output escaping and the presence of an unsanitized path flow are serious weaknesses that could be exploited. This plugin requires careful review and potential remediation to address the identified output escaping and taint flow issues.

Key Concerns

  • No output escaping detected
  • Taint flow with unsanitized path
  • Lack of capability checks
  • No nonce checks
Vulnerabilities
None known

Geotagmapper Security Vulnerabilities

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

Geotagmapper Code Analysis

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

Output Escaping

0% escaped5 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<proxy> (proxy.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Geotagmapper Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_initgeotagmapper.php:210
actionadmin_menugeotagmapper.php:211
actionpublish_postgeotagmapper.php:212
actionadmin_menugeotagmapper.php:213
actionwp_headgeotagmapper.php:214
Maintenance & Trust

Geotagmapper Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedJul 12, 2011
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Geotagmapper Developer Profile

Juergen Schulze

6 plugins · 1K total installs

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

How We Detect Geotagmapper

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/geotagmapper/css/geotagmapper.css/wp-content/plugins/geotagmapper/js/geotagmapper.js
Script Paths
geotagmapperDetect
Version Parameters
geotagmapper/css/geotagmapper.css?ver=geotagmapper/js/geotagmapper.js?ver=

HTML / DOM Fingerprints

CSS Classes
geotagmapper-mapgeotagmapper_map
HTML Comments
<!-- geotagmapper --><!-- /geotagmapper -->
Data Attributes
data-gtm-latitudedata-gtm-longitude
JS Globals
geotagmapperDetect
Shortcode Output
[geotagmapper_map]
FAQ

Frequently Asked Questions about Geotagmapper