Current Location Security & Risk Analysis

wordpress.org/plugins/current-location

Gets your current location from Google Badge System. Use to display your current location.

10 active installs v1.5.9 PHP + WP 2.9+ Updated Oct 18, 2011
googlegpsjsonlatitudelocation
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Current Location Safe to Use in 2026?

Generally Safe

Score 85/100

Current Location 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 'current-location' v1.5.9 plugin exhibits a mixed security posture, with some good practices but also notable concerns. The plugin has a very small attack surface, with only one shortcode and no identified AJAX, REST API, or cron entry points that are unprotected. The absence of known vulnerabilities in its history is a positive sign, suggesting a generally well-maintained codebase. However, the static analysis reveals critical weaknesses. The use of the `create_function` is a significant security risk due to its potential for code injection. Furthermore, a very low percentage of output is properly escaped (3%), indicating a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. While SQL queries are prepared, the overall lack of robust output sanitization presents a substantial risk that could be exploited by attackers, potentially leading to arbitrary code execution or data leakage through crafted inputs.

Key Concerns

  • Use of create_function
  • Low percentage of properly escaped output
Vulnerabilities
None known

Current Location Security Vulnerabilities

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

Current Location Release Timeline

v1.5.9Current
v1.5.8
v1.5.7
v1.5.6
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5
v1.4
v1.3
v1.2
v1.1
Code Analysis
Analyzed Apr 16, 2026

Current Location Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("CurrentLocationWidget");'));cl-widget.php:75

Output Escaping

3% escaped112 total outputs
Attack Surface

Current Location Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[current-location] cl-post.php:148
WordPress Hooks 9
filtermce_external_pluginscl-editor-plugin.php:10
filtermce_buttonscl-editor-plugin.php:11
actioninitcl-editor-plugin.php:27
actionwp_dashboard_setupcl-options.php:316
actionadmin_menucl-post.php:146
actionsave_postcl-post.php:147
filterthe_contentcl-post.php:149
actionwidgets_initcl-widget.php:75
actionadmin_menuindex.php:49
Maintenance & Trust

Current Location Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedOct 18, 2011
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Current Location Developer Profile

Justin Givens

3 plugins · 80 total installs

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

How We Detect Current Location

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/current-location/icon.png
Version Parameters
current-location/style.css?ver=current-location/current-location.js?ver=

HTML / DOM Fingerprints

Data Attributes
name="current_location_date"name="current_location_static"name="current_location_coords"name="current_location_accuracy"name="current_location_city"id="current_location_date"+4 more
Shortcode Output
[current-location]<abbr title="My Current Location">
FAQ

Frequently Asked Questions about Current Location