Category and Tag Specific Widgets Security & Risk Analysis

wordpress.org/plugins/category-and-tag-specific-widgets

Display widgets for specific categories or tags.

10 active installs v1.0. PHP + WP 2.8+ Updated Apr 27, 2011
categorysidebarspecifictagtext
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Category and Tag Specific Widgets Safe to Use in 2026?

Generally Safe

Score 85/100

Category and Tag Specific Widgets has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 15yr ago
Risk Assessment

The "category-and-tag-specific-widgets" plugin, version 1.0, presents a mixed security posture. On the positive side, the plugin exhibits a minimal attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. This lack of direct entry points is a strong security feature.

However, the static analysis reveals significant concerns within the code itself. The presence of the `create_function` is a critical security flaw, as it is deprecated and can be used for code injection if not handled with extreme care. Furthermore, the single SQL query is not using prepared statements, opening the door to SQL injection vulnerabilities. The low percentage of properly escaped output (7%) also indicates a high risk of cross-site scripting (XSS) vulnerabilities, where unsanitized data displayed to users could be manipulated.

The plugin's vulnerability history is clean, with no recorded CVEs. While this is positive, it cannot entirely mitigate the risks identified in the code analysis. The absence of historical vulnerabilities might simply mean the plugin hasn't been extensively tested or targeted in the past. The overall conclusion is that while the plugin has a low attack surface, the identified code-level weaknesses, particularly the use of `create_function`, raw SQL queries, and poor output escaping, present substantial security risks that require immediate attention.

Key Concerns

  • Use of deprecated and dangerous function create_function
  • SQL query without prepared statements
  • Low percentage of properly escaped output
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Category and Tag Specific Widgets Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Category and Tag Specific Widgets Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Category and Tag Specific Widgets Code Analysis

Dangerous Functions
1
Raw SQL Queries
1
0 prepared
Unescaped Output
28
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('', 'return register_widget("Category_And_Tag_Specific_Wicategory_and_tag_specific_widgets.php:162

SQL Query Safety

0% prepared1 total queries

Output Escaping

7% escaped30 total outputs
Attack Surface

Category and Tag Specific Widgets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initcategory_and_tag_specific_widgets.php:162
Maintenance & Trust

Category and Tag Specific Widgets Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedApr 27, 2011
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Category and Tag Specific Widgets Developer Profile

dynamick

1 plugin · 10 total installs

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

How We Detect Category and Tag Specific Widgets

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
id="category-tag-specific-widgets"name="category-tag-specific-widgets"value="Category Tag Specific Widgets"
FAQ

Frequently Asked Questions about Category and Tag Specific Widgets