Featured Category Widget Security & Risk Analysis

wordpress.org/plugins/category-feature

The Featured Category Widget is basically a Featured Post Widget for a category.

100 active installs v2.5 PHP + WP 2.9+ Updated Feb 26, 2016
categorycolumnnewspapersidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Featured Category Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "category-feature" plugin version 2.5 presents a mixed security posture. On the positive side, its attack surface is currently zero, with no unprotected AJAX handlers, REST API routes, shortcodes, or cron events. All SQL queries are properly prepared, and there are no external HTTP requests, which are good indicators of secure coding practices. However, significant concerns arise from the static analysis. The presence of the `create_function` function is a clear vulnerability risk, as it can lead to code injection if user-supplied data is ever passed to it. Furthermore, only 42% of output is properly escaped, leaving a substantial portion of the plugin's output potentially vulnerable to cross-site scripting (XSS) attacks. The taint analysis also reveals that all two analyzed flows have unsanitized paths, indicating that potentially harmful data is not being properly handled before being used or outputted, though these were not classified as critical or high severity in this analysis. The lack of any recorded vulnerabilities in its history is a positive sign, suggesting the plugin has historically been maintained with security in mind, but the current code analysis reveals new potential weaknesses that need to be addressed. Overall, while the plugin benefits from a small attack surface and good SQL practices, the use of `create_function`, poor output escaping, and unsanitized taint flows represent critical areas of concern that require immediate attention to mitigate security risks.

Key Concerns

  • Use of dangerous function create_function
  • Low percentage of properly escaped output
  • Taint flows with unsanitized paths
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Featured Category Widget Security Vulnerabilities

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

Featured Category Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("Featured_Category_Widget");'class-lib\CF_WidgetClass.php:508

SQL Query Safety

100% prepared2 total queries

Output Escaping

42% escaped126 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
file_template (class-lib\A5_DynamicFileClass.php:68)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Featured Category Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 14
actionsave_postcategory-feature.php:60
actiondeleted_postcategory-feature.php:61
actionswitch_themecategory-feature.php:62
actionadmin_enqueue_scriptscategory-feature.php:64
filterplugin_row_metacategory-feature.php:66
filterplugin_action_linkscategory-feature.php:67
actioninitcategory-feature.php:74
actionwp_before_admin_bar_rendercategory-feature.php:78
actioninitclass-lib\A5_DynamicFileClass.php:43
actiontemplate_redirectclass-lib\A5_DynamicFileClass.php:44
actionadmin_initclass-lib\CF_AdminClass.php:20
actionadmin_menuclass-lib\CF_AdminClass.php:21
actionadmin_enqueue_scriptsclass-lib\CF_AdminClass.php:22
actionwidgets_initclass-lib\CF_WidgetClass.php:508
Maintenance & Trust

Featured Category Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedFeb 26, 2016
PHP min version
Downloads30K

Community Trust

Rating84/100
Number of ratings5
Active installs100
Developer Profile

Featured Category Widget Developer Profile

tepelstreel

8 plugins · 3K total installs

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

How We Detect Featured Category Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/category-feature/css/style.css/wp-content/plugins/category-feature/js/category-feature.js
Script Paths
/wp-content/plugins/category-feature/ta-expander.js/wp-content/plugins/category-feature/ta-expander.min.js
Version Parameters
category-feature/style.css?ver=category-feature/js/category-feature.js?ver=ta-expander.js?ver=ta-expander.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
featured-category-widget
HTML Comments
Copyright 2012 -2016 Stefan Crämer (email : support@atelier-fuenf.de)This program is free software: you can redistribute it and/or modifyThis program is distributed in the hope that it will be useful,You should have received a copy of the GNU General Public License+8 more
Data Attributes
data-fcw-options
JS Globals
window.FCW_PATHvar FCW_PATHwindow.FCW_BASEvar FCW_BASE
FAQ

Frequently Asked Questions about Featured Category Widget