Advert Preloader Security & Risk Analysis

wordpress.org/plugins/advertpreloader

AdvertLoader is a plugin designed to increase your earnings by using adverts which will be shown to users just before all other content loads.

10 active installs v0.1 PHP + WP 3.0+ Updated Unknown
advert-preloadercontent-loadercontent-preloaderloaderpreloader
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Advert Preloader Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "advertpreloader" plugin version 0.1 presents a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries, performing nonce checks, and having no recorded historical vulnerabilities. This suggests a generally careful approach to development and maintenance. However, several concerns warrant attention. The presence of the `unserialize` function is a significant risk, as it can lead to remote code execution if used with untrusted data. Furthermore, only 10% of output is properly escaped, leaving a substantial portion vulnerable to cross-site scripting (XSS) attacks. The taint analysis revealing a flow with an unsanitized path, although not classified as critical or high, still indicates a potential entry point for malicious input. The absence of capability checks on entry points, while the attack surface is currently zero, means that if new entry points are introduced without proper authorization checks, the plugin could become immediately vulnerable. While the historical vulnerability record is clean, the current code analysis reveals critical weaknesses that need to be addressed to ensure a robust security profile.

Key Concerns

  • Use of unserialize function
  • Low percentage of output escaping
  • Flow with unsanitized path
  • Missing capability checks on entry points
Vulnerabilities
None known

Advert Preloader Security Vulnerabilities

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

Advert Preloader Code Analysis

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

Dangerous Functions Found

unserialize$MyPreloaderSettings = unserialize(get_option('advert_preloader_all_options'));includes\functions.php:5

Output Escaping

10% escaped10 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
advert_loader_plugin_options (index.php:60)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Advert Preloader Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionwp_enqueue_scriptindex.php:15
actionadmin_menuindex.php:23
actionwp_enqueue_scriptsindex.php:44
actionload-post.phpindex.php:84
actionload-post-new.phpindex.php:85
actionadd_meta_boxesindex.php:91
actionsave_postindex.php:94
filterthe_contentindex.php:178
Maintenance & Trust

Advert Preloader Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Advert Preloader Developer Profile

Ivan M

2 plugins · 20 total installs

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

How We Detect Advert Preloader

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/advertpreloader/css/custom.css/wp-content/plugins/advertpreloader/js/custom.js/wp-content/plugins/advertpreloader/js/bootstrap.js/wp-content/plugins/advertpreloader/css/bootstrap.css
Script Paths
/wp-content/plugins/advertpreloader/js/custom.js/wp-content/plugins/advertpreloader/js/bootstrap.js
Version Parameters
advertpreloader/css/custom.css?v=1advertpreloader/js/custom.js?v=1advertpreloader/js/bootstrap.js?v=1advertpreloader/css/bootstrap.css?v=1

HTML / DOM Fingerprints

HTML Comments
<!-- AdvertPreloader options -->
Data Attributes
name="preloader-advert-option"value="yes"value="no"
FAQ

Frequently Asked Questions about Advert Preloader