Simple Visitor Counter Security & Risk Analysis

wordpress.org/plugins/simple-visitor-counter-widget

The Simple Visitor Counter widget displays a daily, weekly and monthly visitor count. Count your up to date traffic safely and show your current visit …

800 active installs v1.0 PHP + WP 3.0.1+ Updated Feb 9, 2017
count-visitorscount-website-visitorscountercounter-visitorsvisitor-counter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Simple Visitor Counter Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The simple-visitor-counter-widget plugin v1.0 exhibits a mixed security posture. While it shows strengths in avoiding dangerous functions, file operations, and external HTTP requests, and boasts no recorded CVEs, several significant concerns are present. The plugin's vulnerability history being clear of any past issues is a positive indicator, suggesting developers have potentially addressed past flaws or the plugin has not been a target. However, the static analysis reveals critical weaknesses. The presence of two taint flows with unsanitized paths, classified as high severity, is a major red flag. These flows likely indicate potential vulnerabilities where untrusted user input can reach sensitive parts of the application without proper sanitization, potentially leading to data manipulation or execution of unintended code. Additionally, the low percentage (15%) of properly escaped outputs suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website. The absence of nonce checks and capability checks, coupled with a single unprotected shortcode entry point, further exacerbates these risks by making it easier for unauthorized actions or data to be processed. The high proportion of SQL queries not using prepared statements (25%) also raises concerns about potential SQL injection vulnerabilities.

Key Concerns

  • High severity taint flows detected
  • Low percentage of properly escaped output
  • SQL queries not using prepared statements
  • Missing nonce checks
  • Missing capability checks
  • Unprotected shortcode entry point
Vulnerabilities
None known

Simple Visitor Counter Security Vulnerabilities

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

Simple Visitor Counter Code Analysis

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

SQL Query Safety

75% prepared4 total queries

Output Escaping

15% escaped26 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
vcp_log_user (index.php:160)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Visitor Counter Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[visitor_counter] index.php:155
WordPress Hooks 2
actionwidgets_initindex.php:119
actioninitindex.php:158
Maintenance & Trust

Simple Visitor Counter Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedFeb 9, 2017
PHP min version
Downloads33K

Community Trust

Rating90/100
Number of ratings6
Active installs800
Developer Profile

Simple Visitor Counter Developer Profile

plugindeveloper112

1 plugin · 800 total installs

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

How We Detect Simple Visitor Counter

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
visitor-counter-headingvisitor-counter-content
Data Attributes
id="visitor-counter"
Shortcode Output
<aside class="widget" id="visitor-counter"><h2 class="visitor-counter-heading"<div class="visitor-counter-content"
FAQ

Frequently Asked Questions about Simple Visitor Counter