WP-Cycle Security & Risk Analysis

wordpress.org/plugins/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 …

3K active installs v0.1.13 PHP + WP 3.0+ Updated Aug 15, 2012
imagesjquery-cycleslideshow
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-Cycle Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The wp-cycle plugin v0.1.13 demonstrates a generally positive security posture with several good practices evident. The complete absence of SQL injection vulnerabilities due to mandatory prepared statements and a lack of external HTTP requests are significant strengths. Furthermore, there is no known vulnerability history, suggesting a stable and well-maintained codebase, or at least one that hasn't been a target for publicly disclosed exploits. However, a critical weakness lies in the almost complete lack of output escaping, with only 5% of outputs being properly handled. This presents a significant risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied data displayed on the frontend could be injected with malicious scripts. Additionally, the absence of any nonce checks or capability checks for its single shortcode entry point means that if this shortcode handles any user-modifiable data or performs actions with security implications, it could be exploited without proper authorization or integrity verification. The zero taint flows are reassuring but might be a result of the analysis's limitations rather than a true absence of risk, especially given the output escaping issues.

Key Concerns

  • Very low output escaping percentage
  • Missing capability check on shortcode
  • Missing nonce check on shortcode
Vulnerabilities
None known

WP-Cycle Security Vulnerabilities

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

WP-Cycle Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
35
2 escaped
Nonce Checks
0
Capability Checks
0
File Operations
5
External Requests
0
Bundled Libraries
0

Output Escaping

5% escaped37 total outputs
Attack Surface

WP-Cycle Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wp_cycle] wp-cycle.php:432
WordPress Hooks 5
actionadmin_initwp-cycle.php:46
actionadmin_menuwp-cycle.php:52
actionwp_print_scriptswp-cycle.php:444
actionwp_footerwp-cycle.php:450
actionwp_headwp-cycle.php:470
Maintenance & Trust

WP-Cycle Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedAug 15, 2012
PHP min version
Downloads235K

Community Trust

Rating72/100
Number of ratings12
Active installs3K
Developer Profile

WP-Cycle Developer Profile

Nathan Rice

4 plugins · 37K total installs

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

How We Detect WP-Cycle

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-cycle/js/jquery.cycle.all.min.js/wp-content/plugins/wp-cycle/css/wp-cycle.css
Script Paths
/wp-content/plugins/wp-cycle/js/jquery.cycle.all.min.js/wp-content/plugins/wp-cycle/js/wp-cycle.js
Version Parameters
wp-cycle/style.css?ver=wp-cycle/js/wp-cycle.js?ver=wp-cycle/js/jquery.cycle.all.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp-cycle-rotatorwp-cycle-image
HTML Comments
<!-- WP-Cycle Image Upload Form Start --><!-- WP-Cycle Image Upload Form End --><!-- WP-Cycle Settings Form Start --><!-- WP-Cycle Settings Form End -->+10 more
Data Attributes
data-wp-cycle-effectdata-wp-cycle-speeddata-wp-cycle-timeoutdata-wp-cycle-widthdata-wp-cycle-heightdata-wp-cycle-controls
JS Globals
wp_cycle_settingswp_cycle_images
Shortcode Output
<div class="wp-cycle-rotator">
FAQ

Frequently Asked Questions about WP-Cycle