User Login Statistics Security & Risk Analysis

wordpress.org/plugins/user-login-stat

Track registered users login activity

60 active installs v0.1 PHP + WP 3.2+ Updated Mar 14, 2020
loginstatstatisticsuser
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is User Login Statistics Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "user-login-stat" plugin version 0.1 presents a mixed security profile. On the positive side, the static analysis indicates a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events that are directly exposed. Furthermore, there are no identified dangerous functions, file operations, external HTTP requests, or bundled libraries, which are all good signs of a secure codebase. The plugin also has no known historical vulnerabilities (CVEs), which suggests a relatively clean past.

However, significant concerns arise from the lack of security checks in the code. The absence of nonce checks and capability checks is particularly worrying, especially considering that there are SQL queries being executed. Although 40% of SQL queries use prepared statements, this still leaves a portion that may not, and without proper capability checks, an authenticated user could potentially execute these queries. Moreover, only 25% of output is properly escaped, indicating a risk of Cross-Site Scripting (XSS) vulnerabilities where user-supplied data might be reflected in the output without adequate sanitization.

In conclusion, while the plugin benefits from a minimal attack surface and a clean vulnerability history, the lack of fundamental security mechanisms like nonce and capability checks, coupled with insufficient output escaping, introduces notable risks. The presence of SQL queries without guaranteed authorization mechanisms is a critical weakness. Future development should prioritize implementing robust access controls and proper output sanitization to mitigate these identified vulnerabilities.

Key Concerns

  • Missing nonce checks on entry points
  • Missing capability checks on entry points
  • Insufficient output escaping (75% unescaped)
  • SQL queries not using prepared statements (60%)
Vulnerabilities
None known

User Login Statistics Security Vulnerabilities

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

User Login Statistics Code Analysis

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

SQL Query Safety

40% prepared5 total queries

Output Escaping

25% escaped4 total outputs
Attack Surface

User Login Statistics Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwp_loginuser-login-stats.php:22
actionwp_headuser-login-stats.php:23
actionadmin_menuuser-login-stats.php:24
Maintenance & Trust

User Login Statistics Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedMar 14, 2020
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs60
Developer Profile

User Login Statistics Developer Profile

Tareq Hasan

9 plugins · 370 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 Login Statistics

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapwidefat
FAQ

Frequently Asked Questions about User Login Statistics