Latency Tracker Security & Risk Analysis

wordpress.org/plugins/latency-tracker

Keeps track of the queries, loading time, and memory usage of your Wordpress site.

10 active installs v2.2 PHP + WP 2.8+ Updated Aug 1, 2010
admindatabaseperformancetracking
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Latency Tracker Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "latency-tracker" plugin v2.2 demonstrates a mixed security posture. On the positive side, it has a small attack surface with no apparent direct entry points like AJAX handlers, REST API routes, or shortcodes that are unprotected. The absence of known CVEs and a clean vulnerability history are also strong indicators of good development practices regarding external security audits and past fixes. Furthermore, the plugin does not engage in file operations or external HTTP requests, reducing certain classes of risks.

However, significant concerns arise from the static analysis. A notable weakness is the 0% proper output escaping, meaning all 26 identified output points are potentially vulnerable to cross-site scripting (XSS) attacks if any user-controlled input is reflected. While taint analysis shows no critical or high severity unsanitized paths, the lack of proper escaping means that even if a taint flow isn't immediately obvious, reflected data could still be malicious. The SQL query preparation is also only at 25%, leaving a significant portion of queries potentially vulnerable to SQL injection. The presence of nonce checks on only 2 points and zero capability checks suggests that these important security mechanisms are largely absent, which is a substantial concern, especially when coupled with the potential for XSS and SQL injection.

In conclusion, while the plugin has a minimal attack surface and a clean history, the severe lack of output escaping and the low rate of prepared SQL statements present significant risks. The absence of robust capability checks further exacerbates these issues. These internal coding practices need immediate attention to improve the plugin's overall security.

Key Concerns

  • 0% output escaping
  • Only 25% SQL prepared statements
  • 0 capability checks
Vulnerabilities
None known

Latency Tracker Security Vulnerabilities

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

Latency Tracker Code Analysis

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

SQL Query Safety

25% prepared8 total queries

Output Escaping

0% escaped26 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
lt_settings_panel (latency.tracker.php:250)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Latency Tracker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_initlatency.tracker.php:371
actionadmin_menulatency.tracker.php:372
actionwp_footerlatency.tracker.php:375
actionlt_clear_maxlatency.tracker.php:378

Scheduled Events 1

lt_clear_max
Maintenance & Trust

Latency Tracker Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedAug 1, 2010
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Latency Tracker Developer Profile

sdkester

1 plugin · 10 total installs

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

How We Detect Latency Tracker

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/latency-tracker/FusionCharts/FCF_Line.swf

HTML / DOM Fingerprints

CSS Classes
divLatencyTrackerContenttabmenutabmenuline
Data Attributes
plugin_latencytracker_settings
FAQ

Frequently Asked Questions about Latency Tracker