Cycle Responsive Slider Security & Risk Analysis

wordpress.org/plugins/cycle-responsive-slider

This plugin creates an image slideshow in your theme, using the jQuery Cycle2 plugin. You can upload/delete images via the administration panel.

50 active installs v1.2.1 PHP + WP 3.0+ Updated Jul 14, 2024
imagesjquery-cycle2responsive-sliderslideshowwp-cycle
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cycle Responsive Slider Safe to Use in 2026?

Generally Safe

Score 92/100

Cycle Responsive Slider has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "cycle-responsive-slider" v1.2.1 plugin exhibits a mixed security posture. On the positive side, it has a limited attack surface with no known CVEs and demonstrates good practices by using prepared statements for all SQL queries and performing a reasonable number of capability checks. However, several concerning code signals warrant attention. The presence of the `create_function` dangerous function, even if it's only one instance, is a significant concern as it can lead to arbitrary code execution if not handled with extreme care and input sanitization. Furthermore, the plugin has a very low rate of proper output escaping (25%), meaning a substantial portion of its output is vulnerable to cross-site scripting (XSS) attacks. The absence of nonce checks on its entry points, although the overall number of unprotected entry points is zero, is also a weakness, as nonces are crucial for preventing CSRF attacks. The clean vulnerability history is a positive indicator, suggesting that past versions may have been well-maintained or that this specific version has not yet been targeted or discovered. However, the internal code signals suggest potential vulnerabilities that could be exploited. The overall risk is moderate, primarily due to the high potential for XSS due to poor output escaping and the inherent risks associated with `create_function`.

Key Concerns

  • Dangerous function create_function detected
  • Low output escaping rate (25%)
  • No nonce checks on entry points
Vulnerabilities
None known

Cycle Responsive Slider Security Vulnerabilities

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

Cycle Responsive Slider Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("WP_CYCLE_WIDGET");')cycle-responsive-slider.php:62

Output Escaping

25% escaped56 total outputs
Attack Surface

Cycle Responsive Slider Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[wp_cycle] cycle-responsive-slider.php:54
[wp-cycle] cycle-responsive-slider.php:55
WordPress Hooks 9
actionadmin_initcycle-responsive-slider.php:51
actionadmin_menucycle-responsive-slider.php:52
actionwp_enqueue_scriptscycle-responsive-slider.php:56
actionadmin_enqueue_scriptscycle-responsive-slider.php:57
actionwp_footercycle-responsive-slider.php:58
actionwp_headcycle-responsive-slider.php:59
actionadmin_footercycle-responsive-slider.php:60
actionwidgets_initcycle-responsive-slider.php:62
actionwidgets_initcycle-responsive-slider.php:65
Maintenance & Trust

Cycle Responsive Slider Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedJul 14, 2024
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs50
Developer Profile

Cycle Responsive Slider Developer Profile

Kiran Antony

3 plugins · 180 total installs

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

How We Detect Cycle Responsive Slider

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cycle-responsive-slider/css/cycle-responsive-slider.css/wp-content/plugins/cycle-responsive-slider/js/jquery.cycle2.min.js/wp-content/plugins/cycle-responsive-slider/js/jquery.cycle2.carousel.min.js/wp-content/plugins/cycle-responsive-slider/js/wp-cycle-responsive-slider.js/wp-content/plugins/cycle-responsive-slider/includes/admin-settings.css/wp-content/plugins/cycle-responsive-slider/includes/admin-settings.js
Script Paths
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js
Version Parameters
cycle-responsive-slider/css/cycle-responsive-slider.css?ver=cycle-responsive-slider/js/jquery.cycle2.min.js?ver=cycle-responsive-slider/js/jquery.cycle2.carousel.min.js?ver=cycle-responsive-slider/js/wp-cycle-responsive-slider.js?ver=admin-settings.css?ver=admin-settings.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp-cycle-slideshow
HTML Comments
<!-- wp_cycle_responsive -->
Data Attributes
data-cycle-slidesdata-cycle-fxdata-cycle-speeddata-cycle-timeoutdata-cycle-prevdata-cycle-next+6 more
JS Globals
caza_wp_cycle_options
Shortcode Output
<div class="wp-cycle-slideshow">
FAQ

Frequently Asked Questions about Cycle Responsive Slider