Comment Location Tracker Security & Risk Analysis

wordpress.org/plugins/comment-ip-trace

Traces the IP of comment authors in Wordpress on the comments admin page.

20 active installs v1.1.1 PHP + WP 3.0+ Updated Jun 30, 2013
commentcommentsgeoippluginstracer
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Comment Location Tracker Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The 'comment-ip-trace' plugin exhibits a mixed security posture. On the positive side, it has a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. All SQL queries are correctly using prepared statements, and there are no known past vulnerabilities, suggesting a generally stable development history.

However, significant concerns arise from the static analysis. The presence of the 'unserialize' function is a known risk vector, especially when handling data from untrusted sources. The taint analysis reveals 4 flows with unsanitized paths, with 2 of high severity, indicating potential for data manipulation or unauthorized actions if these paths are triggered by malicious input. Furthermore, 100% of output escaping is missing, meaning any data processed or displayed by the plugin could be vulnerable to cross-site scripting (XSS) attacks. The absence of nonce and capability checks on any potential entry points, although currently zero, is a structural weakness that could become a problem if the attack surface expands in future versions.

While the plugin has a clean vulnerability history and a small attack surface, the critical findings in taint analysis and the complete lack of output escaping present a considerable risk. The use of 'unserialize' without clear sanitization of the input data is particularly concerning. The current lack of exploitation may be due to the limited attack surface, but the inherent risks are present and should be addressed.

Key Concerns

  • High severity taint flows found
  • Unsanitized paths in taint flows
  • Dangerous function 'unserialize' used
  • 0% output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Comment Location Tracker Security Vulnerabilities

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

Comment Location Tracker Code Analysis

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

Dangerous Functions Found

unserialize$data = unserialize($response);fn\geoplugin.class.php:71
unserializereturn unserialize( $this->fetch($host) );fn\geoplugin.class.php:165

SQL Query Safety

100% prepared2 total queries

Output Escaping

0% escaped5 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
admin_settings_page (fn\admin.php:84)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Comment Location Tracker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionmanage_comments_custom_columnfn\admin.php:19
filtermanage_edit-comments_columnsfn\admin.php:20
actionadmin_menufn\admin.php:23
actioncomment_postfn\core.php:35
actiondeleted_commentfn\core.php:36
filterget_comment_authorfn\front-end.php:17
Maintenance & Trust

Comment Location Tracker Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJun 30, 2013
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Comment Location Tracker Developer Profile

Jason Grim

2 plugins · 30 total installs

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

How We Detect Comment Location Tracker

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/comment-ip-trace/css/cit-style.css/wp-content/plugins/comment-ip-trace/js/cit-admin.js/wp-content/plugins/comment-ip-trace/js/cit-frontend.js
Script Paths
/wp-content/plugins/comment-ip-trace/js/cit-admin.js/wp-content/plugins/comment-ip-trace/js/cit-frontend.js
Version Parameters
comment-ip-trace/css/cit-style.css?ver=comment-ip-trace/js/cit-admin.js?ver=comment-ip-trace/js/cit-frontend.js?ver=

HTML / DOM Fingerprints

CSS Classes
cit-admin-comment-details
HTML Comments
<!-- $$ Mind is Money $$ -->
Data Attributes
data-cit-admin-comment-details
FAQ

Frequently Asked Questions about Comment Location Tracker