Simple Site Popup Security & Risk Analysis

wordpress.org/plugins/simple-site-popup

A very simple way to display popup in your site.

10 active installs v1.0 PHP + WP 3.8+ Updated Dec 4, 2014
popupwebiste-popup
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Site Popup Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "simple-site-popup" plugin v1.0 exhibits a mixed security posture. On one hand, the absence of known CVEs and a lack of dangerous functions or external HTTP requests are positive indicators. The plugin also demonstrates good practices by using prepared statements for all SQL queries. However, a significant concern arises from the complete lack of output escaping, with 100% of outputs being unescaped. This presents a high risk for cross-site scripting (XSS) vulnerabilities, as any data processed or displayed by the plugin could potentially be exploited by attackers to inject malicious scripts.

The taint analysis reveals two flows with unsanitized paths, although these did not escalate to critical or high severity. The lack of capability checks and nonce checks, combined with an absence of AJAX handlers and REST API routes in the static analysis, suggests a potentially limited attack surface. Nevertheless, the unescaped output remains the most pressing issue. The plugin's vulnerability history is clean, which is encouraging, but does not mitigate the immediate risks identified in the static and taint analyses. A balanced conclusion would highlight the absence of historical issues and good SQL practices as strengths, while strongly emphasizing the critical need to address the universal lack of output escaping.

Key Concerns

  • Unescaped output found in all instances
  • Flows with unsanitized paths found
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Simple Site Popup Security Vulnerabilities

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

Simple Site Popup Code Analysis

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

Output Escaping

0% escaped18 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
simple_popup_options (admin.php:10)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Site Popup Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuadmin.php:3
actionwp_headsimple-site-popup.php:86
actionwp_footersimple-site-popup.php:91
actionwpsimple-site-popup.php:108
Maintenance & Trust

Simple Site Popup Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedDec 4, 2014
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple Site Popup Developer Profile

thienhaxanh2405

1 plugin · 10 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 Site Popup

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-site-popup/style.css/wp-content/plugins/simple-site-popup/script.js
Script Paths
script.js

HTML / DOM Fingerprints

Data Attributes
id="background-popup"id="main-popup"id="popup-content"id="close-popup"
FAQ

Frequently Asked Questions about Simple Site Popup