Live Visitor Counter Security & Risk Analysis

wordpress.org/plugins/wp-visitors-widget

Wordpress Live Visitor Counter allows you to display how many times a page has been viewed with this simple, fast and easy to use the plugin.

4K active installs v2.2 PHP 5.0+ WP 4.0+ Updated Jun 20, 2023
click-countermarketingwordpress-visitor-counter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Live Visitor Counter Safe to Use in 2026?

Generally Safe

Score 85/100

Live Visitor Counter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "wp-visitors-widget" v2.2 plugin exhibits a mixed security posture. On the positive side, it has a very small attack surface with only one shortcode and no AJAX handlers, REST API routes, or cron events. Furthermore, there are no known vulnerabilities (CVEs) associated with this plugin, nor were any taint flows with unsanitized paths identified during static analysis. This suggests a generally well-maintained plugin with no immediately apparent critical security flaws. However, the code analysis reveals significant concerns regarding its secure coding practices. A substantial 16 SQL queries are present, none of which utilize prepared statements. This is a major risk, as it opens the door to SQL injection vulnerabilities if any user-supplied data is incorporated into these queries. Additionally, only 10% of output escaping is properly implemented, indicating a high likelihood of cross-site scripting (XSS) vulnerabilities. The complete absence of nonce and capability checks, even on the single shortcode entry point, further exacerbates these risks by allowing unauthorized actions or data manipulation. While the plugin's lack of historical vulnerabilities is a positive sign, the current code quality, particularly concerning SQL and output sanitization, presents considerable risks that outweigh this history.

Key Concerns

  • SQL queries without prepared statements
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Live Visitor Counter Security Vulnerabilities

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

Live Visitor Counter Code Analysis

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

SQL Query Safety

0% prepared16 total queries

Output Escaping

10% escaped29 total outputs
Attack Surface

Live Visitor Counter Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[visitors_widget] modules\shortcodes.php:2
WordPress Hooks 4
filterwp_loadedmodules\hooks.php:4
actionwp_print_scriptsmodules\scripts.php:17
actionwidgets_initmodules\widgets.php:16
actioninitwp-visitors-widget.php:33
Maintenance & Trust

Live Visitor Counter Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedJun 20, 2023
PHP min version5.0
Downloads86K

Community Trust

Rating80/100
Number of ratings12
Active installs4K
Developer Profile

Live Visitor Counter Developer Profile

Adam Z

1 plugin · 4K total installs

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

How We Detect Live Visitor Counter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-visitors-widget/inc/assets/css/boot-cont.css/wp-content/plugins/wp-visitors-widget/css/admin.css/wp-content/plugins/wp-visitors-widget/css/front.css
Script Paths
/wp-content/plugins/wp-visitors-widget/js/admin.js/wp-content/plugins/wp-visitors-widget/js/front.js
Version Parameters
wp-visitors-widget/inc/assets/css/boot-cont.css?ver=wp-visitors-widget/css/admin.css?ver=wp-visitors-widget/css/front.css?ver=wp-visitors-widget/js/admin.js?ver=wp-visitors-widget/js/front.js?ver=

HTML / DOM Fingerprints

CSS Classes
pulsing_overlap_smallpulsating-circle
Data Attributes
class="random_prefix_val"
JS Globals
window.wvw_local_data
Shortcode Output
<input type="hidden" class="random_prefix_val" value=
FAQ

Frequently Asked Questions about Live Visitor Counter