Animated Featured Image Security & Risk Analysis

wordpress.org/plugins/animated-featured-image

Responsive Featured Image for Sidebar Widgets with CSS3 Animations and Styles

10 active installs v1.0.2 PHP + WP 3.0.1+ Updated Dec 27, 2019
css3-animationscss3-bannerresponsive-imageresponsive-image-widgetresponsive-widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Animated Featured Image Safe to Use in 2026?

Generally Safe

Score 85/100

Animated Featured Image has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The animated-featured-image plugin v1.0.2 exhibits a mixed security posture. On the positive side, the plugin demonstrates excellent practices regarding database interactions, with all SQL queries utilizing prepared statements. Furthermore, it has a clean vulnerability history with no known CVEs, suggesting a history of secure development or limited exposure. The attack surface appears minimal, with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that could be easily exploited. File operations and external HTTP requests are also absent, reducing common vectors of attack.

However, significant concerns arise from the static analysis of the code. The presence of the `create_function` is a critical red flag, as it is deprecated and can be a source of remote code execution vulnerabilities if not handled with extreme care, especially if user-supplied input can influence its execution. Additionally, the extremely low percentage of properly escaped output (2%) is highly worrying. This indicates a high likelihood of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the frontend and executed in users' browsers. The absence of nonce checks and capability checks further exacerbates these risks, as it implies that even if an entry point were discovered, there are no built-in mechanisms to verify user permissions or prevent CSRF attacks.

In conclusion, while the plugin benefits from a lack of historical vulnerabilities and a small attack surface, the identified code signals of `create_function` and especially the widespread lack of output escaping represent substantial security weaknesses. The absence of capability and nonce checks further undermines its security. The potential for XSS and code execution vulnerabilities necessitates immediate attention.

Key Concerns

  • Use of create_function
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Animated Featured Image Security Vulnerabilities

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

Animated Featured Image Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
46
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("AFI_Widget");') );class.afi-widget.php:226

Output Escaping

2% escaped47 total outputs
Attack Surface

Animated Featured Image Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwp_enqueue_scriptsafi-widget.php:19
actionwidgets_initafi-widget.php:32
actionwidgets_initclass.afi-widget.php:226
Maintenance & Trust

Animated Featured Image Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedDec 27, 2019
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Animated Featured Image Developer Profile

Mobeen Abdullah

3 plugins · 60 total installs

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

How We Detect Animated Featured Image

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/animated-featured-image/css/afi-widget.css

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Animated Featured Image