WPMU Featured Blog Widget Security & Risk Analysis

wordpress.org/plugins/wpmu-featured-blog-widget

A widget that allows you to pull recent posts from another blog within the WPMU Site.

10 active installs v1.2.1 PHP + WP 2.8+ Updated Jul 12, 2010
shortcodetagswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WPMU Featured Blog Widget Safe to Use in 2026?

Generally Safe

Score 85/100

WPMU Featured Blog Widget 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 wpmu-featured-blog-widget v1.2.1 plugin exhibits a mixed security posture. On one hand, the absence of known CVEs and a lack of vulnerable taint flows suggest a history of responsible development and maintenance. Furthermore, the plugin demonstrates good practices by exclusively using prepared statements for SQL queries and not making external HTTP requests. However, significant concerns arise from the static analysis. The presence of the `create_function` dangerous function is a major red flag, as it can be exploited for remote code execution if user input is directly passed to it. Additionally, a very low percentage of properly escaped output (6%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-controlled data displayed on the frontend is likely not being adequately sanitized. The lack of nonce checks and capability checks, while not directly tied to exposed entry points in this analysis, are generally critical security mechanisms that are missing, leaving potential avenues for exploitation if new entry points were introduced or discovered.

Overall, while the plugin benefits from a clean vulnerability history and secure SQL handling, the critical risks associated with `create_function` and widespread unescaped output create a substantial security liability. The lack of fundamental security checks like nonces and capability checks further exacerbates these concerns. Developers should prioritize addressing the `create_function` usage and implementing robust output escaping before this plugin can be considered secure.

Key Concerns

  • Dangerous function detected (create_function)
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WPMU Featured Blog Widget Security Vulnerabilities

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

WPMU Featured Blog Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
44
3 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("cets_widget_featured_blog");cets_featured_blog.php:219

Output Escaping

6% escaped47 total outputs
Attack Surface

WPMU Featured Blog Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initcets_featured_blog.php:219
Maintenance & Trust

WPMU Featured Blog Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJul 12, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WPMU Featured Blog Widget Developer Profile

DeannaS

7 plugins · 70 total installs

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

How We Detect WPMU Featured Blog Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wpmu-featured-blog-widget/style.css/wp-content/plugins/wpmu-featured-blog-widget/script.js
Script Paths
/wp-content/plugins/wpmu-featured-blog-widget/script.js
Version Parameters
wpmu-featured-blog-widget/style.css?ver=wpmu-featured-blog-widget/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
featuredContenttopicListingheadlinepostdatepostauthorentrymore
Data Attributes
data-widget-id
JS Globals
cets_featured_blog_ajax_object
FAQ

Frequently Asked Questions about WPMU Featured Blog Widget