PageView Security & Risk Analysis

wordpress.org/plugins/pageview

Insert an iframe and display an external website directly in a post using just a shortcode.

1K active installs v1.6 PHP + WP 2.5+ Updated Nov 28, 2017
embedhtmliframepagepost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is PageView Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The 'pageview' plugin v1.6 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. All identified output is properly escaped, and all SQL queries utilize prepared statements, indicating good development practices for preventing common web vulnerabilities like XSS and SQL injection. The absence of file operations and external HTTP requests further reduces the attack surface. The plugin also boasts zero known CVEs, with no history of past vulnerabilities, which is highly encouraging.

However, a notable concern is the complete lack of nonce and capability checks across all entry points. While the static analysis reports zero unprotected entry points, this is likely due to the absence of specific AJAX handlers and REST API routes that typically require such checks. The presence of a shortcode without any explicit authentication or authorization mechanisms presents a potential, albeit small, attack vector if it handles user-supplied data in any way that could be manipulated. The plugin's minimal attack surface is a positive, but the reliance on the core WordPress system for all security checks for its single shortcode is a weakness that could be exploited if the shortcode itself isn't carefully coded to handle its inputs securely.

In conclusion, 'pageview' v1.6 appears to be a well-developed plugin from a security standpoint, with strong adherence to secure coding principles for the types of operations it performs. Its clean vulnerability history further reinforces this. The primary weakness lies in the absence of explicit security checks for its shortcode functionality, which, while not an immediate critical risk given the apparent limited functionality and attack surface, represents a missed opportunity for robust security.

Key Concerns

  • Missing nonce checks on shortcode
  • Missing capability checks on shortcode
Vulnerabilities
None known

PageView Security Vulnerabilities

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

PageView Code Analysis

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

Output Escaping

100% escaped16 total outputs
Attack Surface

PageView Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[pageview] pageview.php:13
WordPress Hooks 1
actioninitpageview.php:95
Maintenance & Trust

PageView Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedNov 28, 2017
PHP min version
Downloads74K

Community Trust

Rating84/100
Number of ratings6
Active installs1K
Developer Profile

PageView Developer Profile

John Godley

14 plugins · 2.1M total installs

70
trust score
Avg Security Score
87/100
Avg Patch Time
4069 days
View full developer profile
Detection Fingerprints

How We Detect PageView

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
pageviewpageviewhead
Data Attributes
data-pageview-urldata-pageview-titledata-pageview-descdata-pageview-heightdata-pageview-widthdata-pageview-border+1 more
Shortcode Output
<div class="pageview"><table class="pageviewhead"<td width="80"><strong>Title</strong>:<td width="80" valign="top"><strong>Description</strong>:
FAQ

Frequently Asked Questions about PageView