Simple exit popup Security & Risk Analysis

wordpress.org/plugins/simple-exit-popup

Simple exit pop up plugin that uses jQuery and the Animate style library to display the pop up box when users try to exit the browser window.

20 active installs v1.4 PHP 5.0+ WP 5.0+ Updated Dec 1, 2022
iframewidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple exit popup Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The "simple-exit-popup" plugin version 1.4 presents a generally positive security posture based on the provided static analysis and vulnerability history. The absence of any known CVEs, including critical or high severity vulnerabilities, is a significant strength. Furthermore, the code demonstrates good practices in SQL query handling, with 90% of queries utilizing prepared statements. The limited attack surface, consisting of only one shortcode and no AJAX handlers or REST API routes without proper checks, is also commendable.

However, there are areas for concern that slightly diminish its overall security. The output escaping is only properly handled in 53% of cases, indicating a potential for Cross-Site Scripting (XSS) vulnerabilities, especially if user-supplied data is involved in the unescaped outputs. The presence of capability checks on only 0 entry points is a notable weakness. While the current attack surface is small, any future additions or modifications to these entry points without proper capability checks could lead to privilege escalation or unauthorized access issues. The plugin also lacks nonce checks on all identified entry points, which could be exploited in certain scenarios.

In conclusion, the plugin benefits from a clean vulnerability history and a limited attack surface with good SQL practices. However, the moderate output escaping and the complete lack of capability checks on its entry points represent potential risks that should be addressed to further harden its security.

Key Concerns

  • Output escaping is only 53% proper
  • 0 capability checks on entry points
  • Nonce checks missing on 1 entry point
Vulnerabilities
None known

Simple exit popup Security Vulnerabilities

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

Simple exit popup Code Analysis

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

SQL Query Safety

90% prepared20 total queries

Output Escaping

53% escaped55 total outputs
Attack Surface

Simple exit popup Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[simple-exit-popup] simple-exit-popup.php:38
WordPress Hooks 5
actionwp_enqueue_scriptssimple-exit-popup.php:37
actionplugins_loadedsimple-exit-popup.php:39
actionadmin_enqueue_scriptssimple-exit-popup.php:40
actionadmin_menusimple-exit-popup.php:41
filterwp_headsimple-exit-popup.php:42
Maintenance & Trust

Simple exit popup Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedDec 1, 2022
PHP min version5.0
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Simple exit popup Developer Profile

gopiplus

52 plugins · 19K total installs

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

How We Detect Simple exit 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-exit-popup/pages/setting.js
Script Paths
/wp-content/plugins/simple-exit-popup/classes/sepopups-register.php/wp-content/plugins/simple-exit-popup/classes/sepopups-query.php

HTML / DOM Fingerprints

CSS Classes
sep_wrapperveil
HTML Comments
<!-- Exit if accessed directly --><!-- do not generate any output here -->
Data Attributes
data-sep_iddata-sep_titledata-sep_textdata-sep_groupdata-sep_style1data-sep_style2+11 more
JS Globals
sepopups_adminscripts
FAQ

Frequently Asked Questions about Simple exit popup