Featured Post Widget Security & Risk Analysis

wordpress.org/plugins/post-feature-widget

With the Featured Post Widget you can put a certain post in the focus and style it differently.

300 active installs v4.2.1 PHP + WP 2.9+ Updated Feb 28, 2016
featurenewspaperpostsidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Featured Post Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Featured Post 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 'post-feature-widget' plugin version 4.2.1 presents a mixed security profile. On the positive side, it demonstrates strong adherence to modern WordPress security practices by utilizing prepared statements for all SQL queries and avoiding external HTTP requests. Crucially, it has no recorded vulnerability history (CVEs), suggesting a history of secure development or minimal exposure to sophisticated attacks.

However, several significant concerns arise from the static code analysis. The presence of `create_function` is a known security risk, as it can be exploited for code injection. Furthermore, only 31% of output is properly escaped, leaving a substantial portion vulnerable to Cross-Site Scripting (XSS) attacks if user-supplied data is ever included in the output. The taint analysis indicates flows with unsanitized paths, although no critical or high severity issues were found, this still represents a potential avenue for exploitation. The complete lack of nonce checks and capability checks, especially given the absence of directly exposed entry points in this analysis, suggests a reliance on the overall WordPress security context which could be a weakness if the plugin's functionality is ever extended or integrated differently.

In conclusion, while the plugin benefits from a clean vulnerability history and good data handling for SQL, the identified code quality issues, particularly the use of `create_function` and insufficient output escaping, represent tangible risks. The lack of explicit security checks within the plugin itself warrants caution, making the overall security posture moderate with specific, actionable areas for improvement.

Key Concerns

  • Use of dangerous function: create_function
  • Insufficient output escaping (31% properly escaped)
  • Taint analysis found unsanitized paths
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Featured Post Widget Security Vulnerabilities

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

Featured Post Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
2 prepared
Unescaped Output
72
33 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_Post_Widget");'));class-lib\FP_WidgetClass.php:406

SQL Query Safety

100% prepared2 total queries

Output Escaping

31% escaped105 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 Post Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 14
actioninitclass-lib\A5_DynamicFileClass.php:43
actiontemplate_redirectclass-lib\A5_DynamicFileClass.php:44
actionadmin_initclass-lib\FP_AdminClass.php:20
actionadmin_menuclass-lib\FP_AdminClass.php:21
actionadmin_enqueue_scriptsclass-lib\FP_AdminClass.php:22
actionwidgets_initclass-lib\FP_WidgetClass.php:406
actionadmin_enqueue_scriptspostfeature.php:60
filterplugin_row_metapostfeature.php:62
filterplugin_action_linkspostfeature.php:63
actionsave_postpostfeature.php:76
actiondeleted_postpostfeature.php:77
actionswitch_themepostfeature.php:78
actionwp_before_admin_bar_renderpostfeature.php:82
actioninitpostfeature.php:90
Maintenance & Trust

Featured Post Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedFeb 28, 2016
PHP min version
Downloads66K

Community Trust

Rating80/100
Number of ratings5
Active installs300
Developer Profile

Featured Post 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 Post Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-feature-widget/ta-expander.js/wp-content/plugins/post-feature-widget/ta-expander.min.js
Script Paths
wp-content/plugins/post-feature-widget/ta-expander.jswp-content/plugins/post-feature-widget/ta-expander.min.js

HTML / DOM Fingerprints

JS Globals
ta_expander
FAQ

Frequently Asked Questions about Featured Post Widget