SensitiveTagCloud Security & Risk Analysis

wordpress.org/plugins/sensitive-tag-cloud

This wordpress plugin provides a tagcloud that shows tags depending of the current context (e.g. Category, Author, Tag, Post) only.

50 active installs v1.4.1 PHP + WP 2.3+ Updated Jun 25, 2009
categoriespostssidebartagswidget
63
C · Use Caution
CVEs total1
Unpatched1
Last CVEDec 31, 2025
Safety Verdict

Is SensitiveTagCloud Safe to Use in 2026?

Use With Caution

Score 63/100

SensitiveTagCloud has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Dec 31, 2025Updated 16yr ago
Risk Assessment

The "sensitive-tag-cloud" plugin version 1.4.1 presents a mixed security posture. On one hand, it demonstrates good practices by avoiding dangerous functions, using prepared statements for its single SQL query, and not performing file operations or external HTTP requests. The absence of AJAX handlers, REST API routes, shortcodes, and cron events also indicates a relatively small attack surface, with no entry points identified as immediately unprotected in the static analysis. However, a significant concern arises from the complete lack of output escaping, meaning all 27 outputs are potentially vulnerable to cross-site scripting (XSS) attacks.

The vulnerability history reveals a known medium severity Cross-Site Request Forgery (CSRF) vulnerability that is currently unpatched. The existence of this historical CSRF issue, coupled with the complete absence of nonce checks in the code, suggests a pattern of insufficient security controls against such attacks. The lack of capability checks further compounds this, as it means that unauthorized users might be able to trigger actions within the plugin that they shouldn't be able to.

Overall, while the plugin has some secure coding habits regarding database interactions and external communication, the critical oversight in output escaping and the unpatched CSRF vulnerability with absent nonce checks pose significant risks. The absence of taint analysis flows is noted, but this may be due to the limited attack surface or the nature of the identified vulnerabilities.

Key Concerns

  • Unpatched medium vulnerability (CSRF)
  • No output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
1

SensitiveTagCloud Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2025-49344medium · 4.3Cross-Site Request Forgery (CSRF)

SensitiveTagCloud <= 1.4.1 - Cross-Site Request Forgery

Dec 31, 2025Unpatched
Code Analysis
Analyzed Mar 16, 2026

SensitiveTagCloud Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped27 total outputs
Attack Surface

SensitiveTagCloud Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actioninitsensitive-tag-cloud\sensitive-tag-cloud.php:782
actionadmin_menusensitive-tag-cloud\sensitive-tag-cloud.php:783
filterquerysensitive-tag-cloud\sensitive-tag-cloud.php:786
filtertag_linksensitive-tag-cloud\sensitive-tag-cloud.php:787
filterplugin_action_linkssensitive-tag-cloud\sensitive-tag-cloud.php:788
Maintenance & Trust

SensitiveTagCloud Maintenance & Trust

Maintenance Signals

WordPress version tested2.99999
Last updatedJun 25, 2009
PHP min version
Downloads15K

Community Trust

Rating0/100
Number of ratings0
Active installs50
Developer Profile

SensitiveTagCloud Developer Profile

reneade

5 plugins · 90 total installs

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

How We Detect SensitiveTagCloud

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
stc-tag-cloud
HTML Comments
WordPress Plugin SensitiveTagCloud by Rene Ade - http://www.rene-ade.de/inhalte/wordpress-plugin-sensitivetagcloud.html
JS Globals
stc_widget_options
FAQ

Frequently Asked Questions about SensitiveTagCloud