NV Live Visitor Count Security & Risk Analysis

wordpress.org/plugins/nv-live-visitor-count

A lightweight, privacy-focused plugin to track page views and live visitors using AJAX.

0 active installs v1.0.3 PHP 7.4+ WP 5.8+ Updated Mar 17, 2026
analyticslive-trafficpage-viewsstatsvisitor-counter
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is NV Live Visitor Count Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The nv-live-visitor-count plugin v1.0.3 exhibits a mixed security posture. On the positive side, it demonstrates strong coding practices by exclusively using prepared statements for SQL queries and properly escaping all output. The absence of dangerous functions, file operations, and external HTTP requests also contributes to a generally secure foundation. Furthermore, the plugin has no recorded vulnerability history, suggesting a history of stable and secure development.

However, a significant concern arises from the plugin's attack surface. With 3 total entry points, 2 of which lack authentication checks, there's a notable risk. Specifically, the presence of 2 AJAX handlers without authentication is a critical vulnerability. This allows any unauthenticated user to potentially interact with these handlers, leading to unintended consequences or information disclosure if the handlers perform sensitive operations. While taint analysis did not reveal any explicit unsanitized paths, the lack of proper authorization on these AJAX endpoints creates a substantial entry point for attackers.

In conclusion, while the plugin's internal code quality regarding SQL and output handling is commendable, the unprotected AJAX handlers present a critical security weakness. The absence of vulnerability history is a positive indicator, but it does not negate the immediate risks posed by the exposed entry points. Developers should prioritize implementing proper authentication and authorization checks for all AJAX handlers to mitigate these risks.

Key Concerns

  • AJAX handlers without auth checks
  • Entry points without auth checks
Vulnerabilities
None known

NV Live Visitor Count Security Vulnerabilities

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

NV Live Visitor Count Release Timeline

v1.0.3Current
Code Analysis
Analyzed Apr 16, 2026

NV Live Visitor Count Code Analysis

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

SQL Query Safety

100% prepared8 total queries

Output Escaping

100% escaped22 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
update_view_count (includes/class-nvlvc-tracker.php:9)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

NV Live Visitor Count Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_nvlvc_track_viewincludes/class-nvlvc-core.php:51
noprivwp_ajax_nvlvc_track_viewincludes/class-nvlvc-core.php:52

Shortcodes 1

[nvlvc_views] public/class-nvlvc-public.php:29
WordPress Hooks 7
actionadmin_menuincludes/class-nvlvc-core.php:33
filtermanage_posts_columnsincludes/class-nvlvc-core.php:36
actionmanage_posts_custom_columnincludes/class-nvlvc-core.php:37
filtermanage_pages_columnsincludes/class-nvlvc-core.php:40
actionmanage_pages_custom_columnincludes/class-nvlvc-core.php:41
actionwp_enqueue_scriptsincludes/class-nvlvc-core.php:48
actioninitincludes/class-nvlvc-core.php:49
Maintenance & Trust

NV Live Visitor Count Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 17, 2026
PHP min version7.4
Downloads177

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

NV Live Visitor Count Developer Profile

Nitish Verma

2 plugins · 10 total installs

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

How We Detect NV Live Visitor Count

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/nv-live-visitor-count/public/js/nvlvc-public.js
Script Paths
public/js/nvlvc-public.js
Version Parameters
nv-live-visitor-count/public/js/nvlvc-public.js?ver=

HTML / DOM Fingerprints

CSS Classes
nvlvc-counter-badgenvlvc-count
Data Attributes
id="nvlvc-count"
JS Globals
nvlvc_vars
REST Endpoints
wp-ajax.php
Shortcode Output
<span class="nvlvc-counter-badge"id="nvlvc-count">
FAQ

Frequently Asked Questions about NV Live Visitor Count