Cycle Block Security & Risk Analysis

wordpress.org/plugins/ghostlabs-cycle-block-lite

Cycle Block is a lightweight and powerful Gutenberg block plugin that lets you display different content on each page load.

0 active installs v1.0.4 PHP 7.4+ WP 6.8+ Updated Dec 5, 2025
content-rotationdynamic-contentgutenberg-blockrandomize-contentseo
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cycle Block Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The ghostlabs-cycle-block-lite plugin, version 1.0.4, exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The code demonstrates good development practices, including 100% usage of prepared statements for SQL queries and 100% proper output escaping, which are critical for preventing common web vulnerabilities like SQL injection and cross-site scripting (XSS). The absence of file operations and external HTTP requests also reduces potential attack vectors. The presence of nonce checks and capability checks further strengthens its defenses against unauthorized actions and malicious inputs.

However, a significant concern is the presence of two instances of the `unserialize` function. While the static analysis did not reveal any taint flows indicating immediate exploitable vulnerabilities related to `unserialize`, this function is inherently risky if the serialized data originates from an untrusted source. Without proper validation of the data being unserialized, an attacker could potentially craft malicious serialized objects to achieve arbitrary code execution. The plugin's vulnerability history is clean, showing no known CVEs, which is a positive sign and suggests that past development was likely secure or any past issues were promptly addressed. This lack of historical vulnerabilities, combined with strong coding practices in most areas, indicates a commitment to security by the developers.

In conclusion, ghostlabs-cycle-block-lite v1.0.4 has several robust security features. The primary weakness lies in the use of `unserialize`. While no immediate threats were detected via taint analysis, the potential risk associated with this function warrants a cautious approach. The complete absence of historical vulnerabilities is a strong positive indicator. The plugin is well-defended against many common attack types, but the `unserialize` function is a notable area that could be improved through stricter data validation.

Key Concerns

  • Use of unserialize function
Vulnerabilities
None known

Cycle Block Security Vulnerabilities

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

Cycle Block Code Analysis

Dangerous Functions
2
Raw SQL Queries
0
9 prepared
Unescaped Output
0
32 escaped
Nonce Checks
1
Capability Checks
4
File Operations
0
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$splQ = unserialize($queue['queue']);inc\classes\Handlers\PreviewHandler.php:86
unserialize$splQ = unserialize($queue['queue']);inc\classes\Services\FrontEndService.php:74

SQL Query Safety

100% prepared9 total queries

Output Escaping

100% escaped32 total outputs
Attack Surface

Cycle Block Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionrest_api_initinc\classes\KERNEL.php:67
actionadmin_enqueue_scriptsinc\classes\KERNEL.php:72
actionwp_enqueue_scriptsinc\classes\KERNEL.php:76
actionsave_postinc\classes\KERNEL.php:108
actioninitinc\classes\KERNEL.php:129
actionadmin_noticesinc\classes\KERNEL.php:139
actionsave_postinc\classes\Services\ActionsService.php:19
actionsave_postinc\classes\Services\ActionsService.php:20
Maintenance & Trust

Cycle Block Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 5, 2025
PHP min version7.4
Downloads463

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Cycle Block Developer Profile

GhostLabs

1 plugin · 0 total installs

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

How We Detect Cycle Block

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ghostlabs-cycle-block-lite/css/theghostlab-cycle.css/wp-content/plugins/ghostlabs-cycle-block-lite/js/notice-bundle.js
Script Paths
/wp-content/plugins/ghostlabs-cycle-block-lite/js/notice-bundle.js
Version Parameters
ghostlabs-cycle-block-lite/css/theghostlab-cycle.css?ver=ghostlabs-cycle-block-lite/js/notice-bundle.js?ver=

HTML / DOM Fingerprints

CSS Classes
theghostlab-cycle-block
Data Attributes
data-theghostlab-cycle
JS Globals
theghostlab_cycle_vars
REST Endpoints
/wp-json/theghostlab/cycle/v1/update-block/wp-json/theghostlab/cycle/v1/add-entry/wp-json/theghostlab/cycle/v1/update-entry/wp-json/theghostlab/cycle/v1/delete-entry/wp-json/theghostlab/cycle/v1/clear-test-preview/wp-json/theghostlab/cycle/v1/get-entry-history
FAQ

Frequently Asked Questions about Cycle Block