
Fancy Image Show Security & Risk Analysis
wordpress.org/plugins/fancy-image-showThis is a simple image rotation plugin. The image rotation happens with five different fancy effects, so it is named fancy image show.
Is Fancy Image Show Safe to Use in 2026?
Generally Safe
Score 85/100Fancy Image Show has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
Fancy Image Show Security Vulnerabilities
Fancy Image Show Code Analysis
SQL Query Safety
Output Escaping
Data Flow Analysis
Fancy Image Show Attack Surface
Shortcodes 1
WordPress Hooks 4
Maintenance & Trust
Fancy Image Show Maintenance & Trust
Maintenance Signals
Community Trust
Fancy Image Show Alternatives
FancyBox for WordPress
fancybox-for-wordpress
Seamlessly integrates FancyBox lightbox into your WordPress blog: Upload, activate, and you're done. Additional configuration optional.
WP Header Images
wp-header-images
A great WordPress plugin which helps you to choose a unique image for each menu page.
FancyBox
fancy-box
Enables fancybox on all image links including BMP, GIF, JPG, JPEG, and PNG links.
WP-Cycle
wp-cycle
This plugin creates an image slideshow in your theme, using the jQuery Cycle plugin. You can upload/delete images via the administration panel, and di …
PhotoSwipe
photo-swipe
A very light implementation of PhotoSwipe javascript plugin for WordPress
Fancy Image Show Developer Profile
8 plugins · 1K total installs
How We Detect Fancy Image Show
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/fancy-image-show/js/fancy-image-show.jshttp://www.gopiplus.com/work/2011/11/06/fancy-image-show-wordpress-plugin/HTML / DOM Fingerprints
FancyImg_GalleryFancyImg_WidthFancyImg_HeightFancyImg_EffectFancyImg_delayFancyImg_Strips+7 moreFancyImgFancyImgShowFancyImg_installFancyImg_admin_optionsFancyImg_shortcodeFancyImg_deactivation+5 more<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>