
Realtime Visitor Counter Security & Risk Analysis
wordpress.org/plugins/realtime-visitor-counterAdd the shortcode [rtvc] in the Header, footer ore on any post and page. With this plugin you can display in Realtime Visitor Count.
Is Realtime Visitor Counter Safe to Use in 2026?
Generally Safe
Score 100/100Realtime Visitor Counter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The realtime-visitor-counter plugin v1.0 exhibits a generally good security posture based on the provided static analysis. The absence of dangerous functions, the use of prepared statements for all SQL queries, and proper output escaping are significant strengths. The limited attack surface, with only one shortcode and no AJAX, REST API, or cron events without authentication checks, further contributes to its security. The plugin also has no known vulnerabilities in its history, suggesting a consistent track record of security.
However, there are notable areas for improvement. The complete lack of nonce checks and capability checks across all entry points is a significant concern. While the attack surface is small, any code executed by the shortcode is essentially unprotected against potential CSRF attacks or unauthorized access, even if the code itself doesn't exhibit obvious vulnerabilities in this version. The absence of taint analysis results is also not ideal, as it means potential data flow vulnerabilities might have been missed. The three file operations, while not explicitly flagged as dangerous, warrant closer inspection to ensure they do not introduce vulnerabilities, especially in the absence of other security checks.
In conclusion, the plugin demonstrates good fundamental coding practices in handling data and queries. Its lack of historical vulnerabilities is a positive indicator. Nevertheless, the absence of any authentication or authorization checks on its sole entry point (the shortcode) presents a clear risk that needs to be addressed to improve its overall security. A more thorough dynamic or manual analysis would be beneficial to complement the static findings.
Key Concerns
- Missing nonce checks on shortcode
- Missing capability checks on shortcode
- No taint analysis performed
Realtime Visitor Counter Security Vulnerabilities
Realtime Visitor Counter Code Analysis
Output Escaping
Realtime Visitor Counter Attack Surface
Shortcodes 1
Maintenance & Trust
Realtime Visitor Counter Maintenance & Trust
Maintenance Signals
Community Trust
Realtime Visitor Counter Alternatives
No alternatives data available yet.
Realtime Visitor Counter Developer Profile
18 plugins · 330 total installs
How We Detect Realtime Visitor Counter
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
echo esc_attr ($counter . "\n");