User Tracker Security & Risk Analysis

wordpress.org/plugins/user-tracker

Track the pages visited by users, without using external servers. Displays a table with users and page views

200 active installs v0.1.1 PHP + WP 2.5+ Updated Jul 5, 2012
trackeruser
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is User Tracker Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "user-tracker" plugin version 0.1.1 presents a mixed security posture. On the positive side, the plugin has no known recorded vulnerabilities (CVEs) and demonstrates good practices by using prepared statements for all its SQL queries. The static analysis also indicates a seemingly small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events that lack authorization checks. Furthermore, there are no file operations or external HTTP requests, and taint analysis shows no critical or high severity unsanitized flows.

However, a significant concern arises from the complete lack of output escaping. With 33 total outputs identified and 0% properly escaped, this opens the door to potential Cross-Site Scripting (XSS) vulnerabilities. Any user-provided data that is displayed on the frontend without proper sanitization could be exploited. The absence of nonce checks and capability checks, especially if any of the identified entry points were to be exposed or if future versions introduce them, also represents a potential weakness. While the plugin is currently free of known vulnerabilities, the unescaped output is a critical oversight that demands immediate attention.

Key Concerns

  • 0% of outputs properly escaped
  • 0 nonces checked
  • 0 capability checks
Vulnerabilities
None known

User Tracker Security Vulnerabilities

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

User Tracker Code Analysis

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

SQL Query Safety

100% prepared3 total queries

Output Escaping

0% escaped33 total outputs
Attack Surface

User Tracker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionwp_print_stylesadmin_helper.php:10
actioninituser-tracker.php:138
actionactivate_pluginuser-tracker.php:140
actionadmin_menuuser-tracker.php:142
Maintenance & Trust

User Tracker Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.5
Last updatedJul 5, 2012
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs200
Developer Profile

User Tracker Developer Profile

lucdecri

5 plugins · 320 total installs

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

How We Detect User Tracker

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-tracker/admin_helper.css

HTML / DOM Fingerprints

CSS Classes
field_wrapperlabelfield_captionUserOption
HTML Comments
/* * some function to create admin panel for plugin * * rev.02 * */// add a panel in wordpres menu//@FIXME pur passando gli stessi parametri non funziona!!!// add a field in form for admin panel+9 more
Data Attributes
id="user-{$row['user']}"name="user-{$row['user']}"id="admin_helper"name="usertracker_options"
JS Globals
window.ChangeColor
FAQ

Frequently Asked Questions about User Tracker