Ad Blocking Alert Security & Risk Analysis

wordpress.org/plugins/ad-blocking-alert

Detects if your visitor is using ad blocking plugins such as AdBlock, and if so will popup a message asking the visitor to disable or add an exception …

10 active installs v1.0.3 PHP + WP 3.0.1+ Updated Apr 26, 2016
adadblockadblock-plusblockpro
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Ad Blocking Alert Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The 'ad-blocking-alert' plugin v1.0.3 presents a mixed security posture. On the positive side, there are no recorded vulnerabilities (CVEs) in its history, which suggests a generally stable and well-maintained codebase. Furthermore, the plugin demonstrates good practices regarding SQL queries, with 100% using prepared statements, and no file operations or external HTTP requests are present. The attack surface also appears to be minimal, with zero identified entry points like AJAX handlers, REST API routes, or shortcodes.

However, significant concerns arise from the static analysis of its code. A critical finding is that 100% of its output is not properly escaped. This indicates a high likelihood of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied or dynamic data displayed on the front-end or back-end is not being sanitized, allowing malicious scripts to be injected.

Additionally, the taint analysis reveals two flows with unsanitized paths. While no critical or high severity issues were flagged in this specific analysis, the presence of unsanitized paths is inherently risky and could be a precursor to more severe vulnerabilities if not addressed. The absence of nonce checks and capability checks, while not immediately indicative of a vulnerability due to the lack of entry points, means that if new entry points were introduced in future versions, they would lack fundamental security mechanisms. Overall, the lack of output escaping is the most pressing concern, overshadowing the positive aspects.

Key Concerns

  • 100% of outputs are not properly escaped
  • Taint analysis shows 2 flows with unsanitized paths
  • No nonce checks found
  • No capability checks found
Vulnerabilities
None known

Ad Blocking Alert Security Vulnerabilities

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

Ad Blocking Alert Code Analysis

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

Output Escaping

0% escaped11 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
<preview> (includes\preview.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Ad Blocking Alert Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menuad-blocking-alert.php:16
actionwp_footerad-blocking-alert.php:17
actionadmin_initad-blocking-alert.php:18
Maintenance & Trust

Ad Blocking Alert Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedApr 26, 2016
PHP min version
Downloads3K

Community Trust

Rating90/100
Number of ratings2
Active installs10
Developer Profile

Ad Blocking Alert Developer Profile

Dean Williams

4 plugins · 210 total installs

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

How We Detect Ad Blocking Alert

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ad-blocking-alert/css/style.css/wp-content/plugins/ad-blocking-alert/css/settings.css/wp-content/plugins/ad-blocking-alert/js/init.js/wp-content/plugins/ad-blocking-alert/js/upload.js/wp-content/plugins/ad-blocking-alert/preview.php
Script Paths
/wp-content/plugins/ad-blocking-alert/js/init.js/wp-content/plugins/ad-blocking-alert/js/upload.js
Version Parameters
ad-blocking-alert/css/style.css?ver=ad-blocking-alert/css/settings.css?ver=ad-blocking-alert/js/init.js?ver=ad-blocking-alert/js/upload.js?ver=

HTML / DOM Fingerprints

CSS Classes
adb_contentadb_titleadb_settingsimage_locationilbrowse_button
HTML Comments
<!-- scripts and styles for upload/media --><?php /*<textarea cols="34" rows="4" name="adb_display_message" id="adb_display_message">if(!get_option("adb_display_message")) { echo 'Uh oh, it looks like you have adBlock or an ad blocking application enabled. Please disable it or add us your whitelist then refresh the page to close this message.';}</textarea>*/+2 more
Data Attributes
data-ilname="adb_status"id="adb_status_enable"id="adb_status_disable"name="adb_display_status"id="adb_display_status_msg"+8 more
JS Globals
window.locationpreview
FAQ

Frequently Asked Questions about Ad Blocking Alert