Fancy Image Show Security & Risk Analysis

wordpress.org/plugins/fancy-image-show

This is a simple image rotation plugin. The image rotation happens with five different fancy effects, so it is named fancy image show.

90 active installs v9.1 PHP + WP 5.8+ Updated Oct 29, 2023
fancyimagesslideshow
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Fancy Image Show Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "fancy-image-show" v9.1 plugin exhibits a generally positive security posture with some areas for concern. Its attack surface is minimal, with only one shortcode and no unprotected entry points identified. The code employs prepared statements for the vast majority of its SQL queries, which is a strong indicator of good database security practices. Furthermore, the absence of known CVEs and historical vulnerabilities suggests a well-maintained and secure codebase. However, a significant area for improvement lies in output escaping, with only 42% of outputs being properly escaped. This indicates a potential risk of Cross-Site Scripting (XSS) vulnerabilities, especially if user-supplied data is involved in these unescaped outputs. The presence of two taint flows with unsanitized paths, although not rated critical or high severity, warrants attention as it suggests potential pathways for malicious input to reach sensitive functions without proper sanitization.

Key Concerns

  • Low output escaping rate
  • Taint flows with unsanitized paths
Vulnerabilities
None known

Fancy Image Show Security Vulnerabilities

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

Fancy Image Show Code Analysis

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

SQL Query Safety

95% prepared20 total queries

Output Escaping

42% escaped52 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
FancyImg_control (fancy-image-show.php:231)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Fancy Image Show Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[fancy-img-show] fancy-image-show.php:315
WordPress Hooks 4
actionadmin_menufancy-image-show.php:204
actionplugins_loadedfancy-image-show.php:314
actionwp_enqueue_scriptsfancy-image-show.php:316
actionadmin_enqueue_scriptsfancy-image-show.php:320
Maintenance & Trust

Fancy Image Show Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedOct 29, 2023
PHP min version
Downloads31K

Community Trust

Rating0/100
Number of ratings0
Active installs90
Developer Profile

Fancy Image Show Developer Profile

gopi_plus

8 plugins · 1K total installs

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

How We Detect Fancy Image Show

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/fancy-image-show/js/fancy-image-show.js
Script Paths
http://www.gopiplus.com/work/2011/11/06/fancy-image-show-wordpress-plugin/

HTML / DOM Fingerprints

Data Attributes
FancyImg_GalleryFancyImg_WidthFancyImg_HeightFancyImg_EffectFancyImg_delayFancyImg_Strips+7 more
JS Globals
FancyImgFancyImgShowFancyImg_installFancyImg_admin_optionsFancyImg_shortcodeFancyImg_deactivation+5 more
Shortcode Output
<script> $j(function() { $j(document).ready(function(){ $j("#GALLERY[0-9]+").FancyImageShow({ width: [0-9]+, height: [0-9]+, effect: '.*', delay: [0-9]+, strips: [0-9]+, stripDelay: [0-9]+ }); }); }); </script><div id="GALLERY[0-9]+">.*</div>
FAQ

Frequently Asked Questions about Fancy Image Show