Selective Tag Cloud Widget Security & Risk Analysis

wordpress.org/plugins/selective-tags

Provide sidebar widgets that can be used to display Selective Tags from a set of tags which is selected by admin in the sidebar.

10 active installs v1.2 PHP + WP 2.8+ Updated Apr 28, 2016
cachepostssidebartagwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Selective Tag Cloud Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "selective-tags" plugin v1.2 presents a mixed security posture. While it demonstrates good practices in its handling of SQL queries and avoids external HTTP requests or file operations, there are significant areas of concern. The presence of a dangerous function like `create_function` is a notable red flag, indicating a potential for insecure code execution. Furthermore, the extremely low percentage of properly escaped output (5%) suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied data is likely being rendered directly without adequate sanitization.

The taint analysis, while not reporting critical or high severity flows, did identify two flows with unsanitized paths. This, combined with the poor output escaping, points towards a latent risk. The absence of nonce checks and capability checks on the single shortcode entry point is also concerning, as it means the shortcode's functionality could be triggered by unauthorized users or malicious scripts without proper validation.

The plugin's vulnerability history is clean, with no recorded CVEs. This might suggest either limited historical analysis or genuinely good security practices in the past. However, the static analysis results highlight immediate risks that need addressing. The plugin's strengths lie in its database query security and avoidance of risky external interactions. Its weaknesses are the reliance on outdated/dangerous functions, poor output sanitization, and a lack of robust authentication/authorization on its single entry point. A balanced conclusion is that while there are no known exploitable vulnerabilities currently documented, the code quality and lack of fundamental security checks introduce significant inherent risks.

Key Concerns

  • Dangerous function detected (create_function)
  • Very low output escaping percentage (5%)
  • Taint flows with unsanitized paths
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Selective Tag Cloud Widget Security Vulnerabilities

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

Selective Tag Cloud Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
20
1 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("TagWidget");'));selective-tags.php:83

Output Escaping

5% escaped21 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
smbms_request_handler (selective-tags.php:329)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Selective Tag Cloud Widget Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[selective-tags] selective-tags.php:29
WordPress Hooks 9
actionadmin_print_scriptsselective-tags.php:25
actionadmin_headselective-tags.php:26
actioninitselective-tags.php:80
actionwidgets_initselective-tags.php:83
filterplugin_action_linksselective-tags.php:350
actionadmin_menuselective-tags.php:352
actioninitselective-tags.php:353
actionadmin_initselective-tags.php:364
actionadmin_headselective-tags.php:367
Maintenance & Trust

Selective Tag Cloud Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedApr 28, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Selective Tag Cloud Widget Developer Profile

Purab

2 plugins · 20 total installs

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

How We Detect Selective Tag Cloud Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/selective-tags/languages

HTML / DOM Fingerprints

CSS Classes
TagWidgetpost_tags
Data Attributes
id="mtags"name="mtags[]"
JS Globals
setSuggest
REST Endpoints
/wp-admin/admin-ajax.php?action=ajax-tag-search
Shortcode Output
<div class="post_tags">
FAQ

Frequently Asked Questions about Selective Tag Cloud Widget