Advanced Featured Page Widget Security & Risk Analysis

wordpress.org/plugins/advanced-featured-page-widget

This plugin allows you to add a featured page using a widget.

300 active installs v1.2 PHP + WP 3.3+ Updated Apr 25, 2013
featured-pagefeatured-page-widgetfeatured-postwidgetwidgets
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Advanced Featured Page Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "advanced-featured-page-widget" plugin v1.2 exhibits a mixed security posture. On the positive side, there are no identified AJAX handlers, REST API routes, shortcodes, or cron events that expose an attack surface, and importantly, no known vulnerabilities or CVEs are recorded in its history. All SQL queries are correctly using prepared statements, and there are no file operations or external HTTP requests, which are excellent practices for reducing risk.

However, significant concerns arise from the static code analysis. The use of the `create_function` is a critical security anti-pattern, potentially leading to code injection vulnerabilities if user-supplied data is ever passed to it, even indirectly. Furthermore, a very low percentage (17%) of output escaping indicates a high likelihood of cross-site scripting (XSS) vulnerabilities. The complete absence of nonce and capability checks for any potential entry points, although the current attack surface appears minimal, leaves the plugin highly vulnerable if new entry points are introduced in future versions or if the static analysis missed something.

While the lack of vulnerability history is a strong positive signal, the presence of `create_function` and widespread output escaping deficiencies are serious weaknesses. The plugin has strengths in its limited attack surface and secure SQL usage but has critical flaws in output sanitization and code execution safety that require immediate attention.

Key Concerns

  • Use of dangerous function 'create_function'
  • Low percentage of properly escaped output (17%)
  • No nonce checks found
  • No capability checks found
Vulnerabilities
None known

Advanced Featured Page Widget Security Vulnerabilities

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

Advanced Featured Page Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
38
8 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( '', 'register_widget( "advanced_featured_page_widget" )advanced-featured-page-widget.php:349

Output Escaping

17% escaped46 total outputs
Attack Surface

Advanced Featured Page Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initadvanced-featured-page-widget.php:349
Maintenance & Trust

Advanced Featured Page Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedApr 25, 2013
PHP min version
Downloads16K

Community Trust

Rating100/100
Number of ratings4
Active installs300
Developer Profile

Advanced Featured Page Widget Developer Profile

jmurimi

2 plugins · 310 total installs

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

How We Detect Advanced Featured Page Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
byline
HTML Comments
<!--end post_class()-->
Data Attributes
id="advanced-featured-page-widget-name="advanced-featured-page-widget-for="advanced-featured-page-widget-wp_dropdown_pages( array( 'name' => $this->get_field_name( 'page_id' ), 'selected' => $instance['page_id'] ) );advanced_page_widget_get_additional_image_sizes();
FAQ

Frequently Asked Questions about Advanced Featured Page Widget