Random Excerpts Fader Security & Risk Analysis

wordpress.org/plugins/random-excerpts-fader

Creates a widget that takes randomly a number of excerpts from a category of your choice and fades them in and out.

40 active installs v2.4.1 PHP + WP 3.5+ Updated Feb 4, 2017
categoryexcerptsrandomtestimonials
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Random Excerpts Fader Safe to Use in 2026?

Generally Safe

Score 85/100

Random Excerpts Fader 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 'random-excerpts-fader' plugin v2.4.1 exhibits a generally good security posture with a limited attack surface and no known past vulnerabilities. The absence of any recorded CVEs, unpatched vulnerabilities, or common vulnerability types is a strong indicator of a well-maintained and secure codebase. The static analysis also shows promising signs, such as 100% of SQL queries using prepared statements, no file operations, and no external HTTP requests. However, several concerning code signals warrant attention. The presence of the `create_function` dangerous function is a significant risk, as it can lead to arbitrary code execution if user-supplied data is passed to it without proper sanitization. Furthermore, the extremely low percentage of properly escaped outputs (2%) suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities, where attackers could inject malicious scripts into the website that are then rendered by users. The lack of nonce checks and capability checks on the identified shortcode, while not explicitly flagged as unprotected, is a potential oversight that could be exploited in conjunction with other vulnerabilities or by a determined attacker.

Key Concerns

  • Dangerous function 'create_function' found
  • Only 2% of outputs are properly escaped
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Random Excerpts Fader Security Vulnerabilities

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

Random Excerpts Fader Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'return register_widget("reFader_widget");' ) );RandomExcerptsFader.php:262

Output Escaping

2% escaped46 total outputs
Attack Surface

Random Excerpts Fader Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[reFader] RandomExcerptsFader.php:261
WordPress Hooks 2
actionwidgets_initRandomExcerptsFader.php:262
actionwp_enqueue_scriptsRandomExcerptsFader.php:263
Maintenance & Trust

Random Excerpts Fader Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedFeb 4, 2017
PHP min version
Downloads7K

Community Trust

Rating100/100
Number of ratings2
Active installs40
Developer Profile

Random Excerpts Fader Developer Profile

Jack Reichert

6 plugins · 180 total installs

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

How We Detect Random Excerpts Fader

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/random-excerpts-fader/js/random-excerpts-fader.js/wp-content/plugins/random-excerpts-fader/css/random-excerpts-fader.css
Script Paths
/wp-content/plugins/random-excerpts-fader/js/random-excerpts-fader.js
Version Parameters
random-excerpts-fader/js/random-excerpts-fader.js?ver=random-excerpts-fader/css/random-excerpts-fader.css?ver=

HTML / DOM Fingerprints

CSS Classes
reFader_widget
Data Attributes
id="reFader-admin-panel"name="reFader_widget"id="reFader_widget"
Shortcode Output
<div class="random-excerpts-fader-wrap"><div class="excerpt"><p></p>
FAQ

Frequently Asked Questions about Random Excerpts Fader