Term/Tag Cloud Search Security & Risk Analysis

wordpress.org/plugins/search-by-taxonomy-tag-cloud-search

Creates a widget that will present a "Tag Cloud" of terms, and allow you to pick one or more terms to search by.

10 active installs v1.0.1 PHP + WP 3.0.1+ Updated Mar 27, 2015
searchtagswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Term/Tag Cloud Search Safe to Use in 2026?

Generally Safe

Score 85/100

Term/Tag Cloud Search has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The plugin 'search-by-taxonomy-tag-cloud-search' v1.0.1 presents a mixed security posture. On one hand, the absence of known CVEs and its clean vulnerability history are positive indicators, suggesting a generally well-maintained plugin. The complete lack of external HTTP requests, file operations, and a zero attack surface from AJAX, REST API, shortcodes, and cron events further contribute to its security. The plugin also utilizes prepared statements for all SQL queries, which is a robust practice against SQL injection.

However, significant concerns arise from the static code analysis. The presence of the `create_function` makes the plugin vulnerable to arbitrary code execution if an attacker can control the input used by this function. Furthermore, the output escaping is notably poor, with only 15% of outputs properly escaped. This leaves the plugin susceptible to cross-site scripting (XSS) vulnerabilities, where attackers could inject malicious scripts into the website through user-controllable data. The complete absence of nonce and capability checks on any potential entry points (although none were identified in this analysis) would be a critical concern if any were discovered, but as the attack surface is zero, this is not a direct deduction from the data provided.

In conclusion, while the plugin benefits from a clean history and good practices in SQL handling and external interaction, the critical findings of `create_function` and insufficient output escaping introduce significant security risks that require immediate attention.

Key Concerns

  • Use of dangerous function create_function
  • Insufficient output escaping (15% proper)
Vulnerabilities
None known

Term/Tag Cloud Search Security Vulnerabilities

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

Term/Tag Cloud Search Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
22
4 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('', 'return register_widget("'.get_class($this).'");'));eps-tag-cloud.php:46

Output Escaping

15% escaped26 total outputs
Attack Surface

Term/Tag Cloud Search Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwidgets_initeps-tag-cloud.php:46
actionpre_get_postsplugin.php:25
filterget_search_queryplugin.php:26
Maintenance & Trust

Term/Tag Cloud Search Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedMar 27, 2015
PHP min version
Downloads2K

Community Trust

Rating96/100
Number of ratings4
Active installs10
Developer Profile

Term/Tag Cloud Search Developer Profile

eggplantstudios

3 plugins · 220 total installs

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

How We Detect Term/Tag Cloud Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/search-by-taxonomy-tag-cloud-search/css/styles.css/wp-content/plugins/search-by-taxonomy-tag-cloud-search/js/scripts.js
Script Paths
/wp-content/plugins/search-by-taxonomy-tag-cloud-search/js/scripts.js
Version Parameters
search-by-taxonomy-tag-cloud-search/css/styles.css?ver=search-by-taxonomy-tag-cloud-search/js/scripts.js?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Term/Tag Cloud Search