Webpage View Count Security & Risk Analysis

wordpress.org/plugins/webpage-view-count

A simple plugin to add visitors count for your WordPress Posts.

0 active installs v1.2 PHP 8.2.8+ WP 4.0+ Updated Unknown
custom-post-countpost-countpost-viewposts
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Webpage View Count Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The webpage-view-count plugin v1.2 demonstrates a strong security posture based on the provided static analysis. It employs prepared statements for all SQL queries and properly escapes all outputs, indicating good development practices to prevent common vulnerabilities like SQL injection and cross-site scripting. The absence of file operations and external HTTP requests further reduces potential attack vectors. Furthermore, the plugin has no recorded vulnerabilities, including CVEs, suggesting a history of secure development and maintenance.

However, a notable area for concern is the complete lack of capability checks for its single shortcode. While there are no AJAX handlers or REST API routes to analyze for authentication issues, the shortcode remains a potential entry point. Without proper capability checks, any authenticated user, regardless of their role or permissions, could potentially trigger the shortcode's functionality. While the current analysis doesn't reveal any direct exploitable paths due to this, it represents a gap in access control.

In conclusion, this plugin is generally secure due to its robust handling of SQL and output. The lack of past vulnerabilities is a positive sign. The primary weakness lies in the unprotected shortcode, which, while not currently leading to exploitable flaws based on the provided data, should be addressed to fully secure the plugin's attack surface.

Key Concerns

  • Shortcode lacks capability checks
Vulnerabilities
None known

Webpage View Count Security Vulnerabilities

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

Webpage View Count Code Analysis

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

SQL Query Safety

100% prepared6 total queries

Output Escaping

100% escaped25 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
post_views_save_post (class-wvcpostviews.php:258)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Webpage View Count Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[post_vsk] class-wvcpostviews.php:89
WordPress Hooks 6
actionadd_meta_boxesclass-wvcpostviews.php:76
actionsave_postclass-wvcpostviews.php:77
filterthe_contentclass-wvcpostviews.php:81
actioninitclass-wvcpostviews.php:443
actionadmin_menuclass-wvcpostviewsetting.php:29
actionadmin_initclass-wvcpostviewsetting.php:30
Maintenance & Trust

Webpage View Count Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedUnknown
PHP min version8.2.8
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Webpage View Count Developer Profile

techforceglobal

5 plugins · 20 total installs

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

How We Detect Webpage View Count

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/webpage-view-count/css/style.css/wp-content/plugins/webpage-view-count/css/bootstrap.min.css/wp-content/plugins/webpage-view-count/editor/summernote.min.css/wp-content/plugins/webpage-view-count/js/bootstrap.min.js/wp-content/plugins/webpage-view-count/editor/summernote.min.js/wp-content/plugins/webpage-view-count/js/custom.js
Script Paths
/wp-content/plugins/webpage-view-count/js/custom.js
Version Parameters
webpage-view-count/css/style.css?ver=webpage-view-count/css/bootstrap.min.css?ver=webpage-view-count/editor/summernote.min.css?ver=webpage-view-count/js/bootstrap.min.js?ver=webpage-view-count/editor/summernote.min.js?ver=webpage-view-count/js/custom.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- Post View Setting Sanitize. --><!-- Exclude Post? -->
Data Attributes
name="post_exclude_check"
Shortcode Output
<style><script>{{counter}}
FAQ

Frequently Asked Questions about Webpage View Count