Tag Cloud Canvas Security & Risk Analysis

wordpress.org/plugins/tag-cloud-canvas

This widget add a tag cloud 3d to your sidebar.

100 active installs v0.1.0 PHP + WP 2.8+ Updated Apr 23, 2012
cloudhtml5tagswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Tag Cloud Canvas Safe to Use in 2026?

Generally Safe

Score 85/100

Tag Cloud Canvas 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 "tag-cloud-canvas" plugin, version 0.1.0, presents a mixed security posture. On the positive side, the plugin exhibits excellent practices regarding SQL queries, utilizing prepared statements exclusively, and has no recorded vulnerabilities or CVEs. Furthermore, the attack surface appears minimal, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed. There are also no reported file operations or external HTTP requests, and no taint analysis reveals any critical or high severity issues.

However, several significant concerns are raised by the static code analysis. The presence of the `create_function` function is a serious red flag, as it can be a vector for code injection if used with unsanitized input. A shockingly low percentage of outputs are properly escaped (4%), indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially if any of the minimal attack surface points were to become exploitable. The complete absence of nonce and capability checks, even with a small attack surface, leaves any potential entry points vulnerable to unauthorized actions. The lack of taint analysis results, while potentially meaning no issues were found, could also be due to the limited analysis performed, not necessarily a guarantee of safety.

In conclusion, while the plugin benefits from a clean vulnerability history and secure database practices, the identified code quality issues, particularly the unescaped output and the use of `create_function`, represent substantial risks. The absence of security checks like nonces and capability checks further amplifies these concerns. Until these issues are addressed, the plugin should be considered moderately to highly risky.

Key Concerns

  • High percentage of unescaped output
  • Use of dangerous function 'create_function'
  • No nonce checks present
  • No capability checks present
Vulnerabilities
None known

Tag Cloud Canvas Security Vulnerabilities

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

Tag Cloud Canvas Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'register_widget("tag_cloud_canvas");'));tag-cloud-canvas.php:231

Output Escaping

4% escaped56 total outputs
Attack Surface

Tag Cloud Canvas Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwidgets_inittag-cloud-canvas.php:231
actioninittag-cloud-canvas.php:237
Maintenance & Trust

Tag Cloud Canvas Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedApr 23, 2012
PHP min version
Downloads10K

Community Trust

Rating100/100
Number of ratings4
Active installs100
Developer Profile

Tag Cloud Canvas Developer Profile

Javier López Úbeda

1 plugin · 100 total installs

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

How We Detect Tag Cloud Canvas

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/tag-cloud-canvas/css/tag-cloud-canvas.css/wp-content/plugins/tag-cloud-canvas/js/tag-cloud-canvas.js
Script Paths
/wp-content/plugins/tag-cloud-canvas/js/tag-cloud-canvas.js
Version Parameters
tag-cloud-canvas/style.css?ver=tag-cloud-canvas/script.js?ver=

HTML / DOM Fingerprints

Data Attributes
id="tagCloudCanvasid="tags"
JS Globals
tagcanvas
Shortcode Output
<canvas id="tagCloudCanvas<div id="tags">
FAQ

Frequently Asked Questions about Tag Cloud Canvas