Wp User Count Security & Risk Analysis

wordpress.org/plugins/wp-user-count

Show the current number of users in a line.

10 active installs v0.2 PHP + WP 2.7+ Updated Feb 2, 2011
countuserwidgets
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Wp User Count Safe to Use in 2026?

Generally Safe

Score 85/100

Wp User Count 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 'wp-user-count' plugin v0.2 exhibits a mixed security posture. On the positive side, the static analysis indicates a lack of known vulnerabilities in its history, no dangerous function usage, no file operations, no external HTTP requests, and all SQL queries are prepared. Furthermore, the attack surface appears minimal, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed without authentication or permission checks, and the taint analysis shows no critical or high severity flows.

However, a significant concern arises from the complete lack of output escaping. With 11 outputs analyzed and 0% properly escaped, this presents a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. This means user-supplied data or data processed by the plugin could be injected into the output without sanitization, potentially allowing attackers to execute malicious scripts in users' browsers. Additionally, the absence of nonce checks and capability checks for any potential entry points, even though none were identified in this static analysis, suggests a reliance on the inherent security of the WordPress core rather than explicit plugin-level safeguards. While the vulnerability history is clean, the lack of output escaping is a glaring weakness that could be easily exploited.

Key Concerns

  • No output escaping found
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Wp User Count Security Vulnerabilities

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

Wp User Count Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Wp User Count Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped11 total outputs
Attack Surface

Wp User Count Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initusercount.php:62
Maintenance & Trust

Wp User Count Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedFeb 2, 2011
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Wp User Count Developer Profile

jaapmarcus

2 plugins · 20 total installs

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

How We Detect Wp User Count

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wp-user-count
Data Attributes
id="WPusercount"name="WPusercount"id="wp-user-count"name="wp-user-count"
FAQ

Frequently Asked Questions about Wp User Count