Recent & Featured Posts Widget Security & Risk Analysis

wordpress.org/plugins/recent-featured-posts-widget

Display recent posts or manually selected posts with thumbnail images. Show the excerpt directly on the page or as a dropdown.

600 active installs v1.1.0 PHP + WP 3.6+ Updated Feb 12, 2016
featuredfeatured-postsimageimagesmedia
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Recent & Featured Posts Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Recent & Featured Posts 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 plugin "recent-featured-posts-widget" v1.1.0 exhibits a generally good security posture with a very limited attack surface and no recorded vulnerabilities. The absence of AJAX handlers, REST API routes, shortcodes, and cron events without authentication significantly reduces the potential for external exploitation. Furthermore, the plugin exclusively uses prepared statements for its SQL queries, which is a strong indicator of secure database interaction.

However, there are notable areas for concern arising from the static code analysis. The presence of the `create_function` function is a significant security risk as it is deprecated and can be exploited for arbitrary code execution. Additionally, only 25% of the output is properly escaped, leaving a substantial portion vulnerable to Cross-Site Scripting (XSS) attacks, especially if the input data originates from user-controlled sources. The lack of any recorded vulnerabilities in its history might be misleading, as the identified code signals suggest inherent weaknesses that could be exploited if an attack vector were present.

In conclusion, while the plugin's limited attack surface and secure SQL practices are commendable, the use of `create_function` and insufficient output escaping represent critical security flaws that require immediate attention. These issues outweigh the benefit of the clean vulnerability history and the well-managed entry points.

Key Concerns

  • Dangerous function 'create_function' used
  • Only 25% of output properly escaped
  • No nonce checks present
  • No capability checks present
Vulnerabilities
None known

Recent & Featured Posts Widget Security Vulnerabilities

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

Recent & Featured Posts Widget Code Analysis

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

Dangerous Functions Found

create_functioncreate_function( '', 'return register_widget("RFPW_Widget");' )recent-featured-posts-widget.php:19

Output Escaping

25% escaped79 total outputs
Attack Surface

Recent & Featured Posts Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionwidgets_initrecent-featured-posts-widget.php:18
actioninitrecent-featured-posts-widget.php:23
filterexcerpt_lengthrecent-featured-posts-widget.php:390
filterexcerpt_morerecent-featured-posts-widget.php:395
Maintenance & Trust

Recent & Featured Posts Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedFeb 12, 2016
PHP min version
Downloads6K

Community Trust

Rating80/100
Number of ratings1
Active installs600
Developer Profile

Recent & Featured Posts Widget Developer Profile

graysea

1 plugin · 600 total installs

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

How We Detect Recent & Featured Posts Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/recent-featured-posts-widget/rfpw-widget.css/wp-content/plugins/recent-featured-posts-widget/js/rfpw-widget.js
Script Paths
/wp-content/plugins/recent-featured-posts-widget/js/rfpw-widget.js
Version Parameters
recent-featured-posts-widget/rfpw-widget.css?ver=recent-featured-posts-widget/js/rfpw-widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
rfpw-widget
HTML Comments
<!-- Widget Processes. --><!-- output the options form in the admin --><!-- Back-end widget form. --><!-- Widget Processes. -->+8 more
Data Attributes
id="rfpw_widget"name="rfpw_widget[title]"name="rfpw_widget[number]"name="rfpw_widget[excerpt_len]"name="rfpw_widget[img_width]"name="rfpw_widget[dropdown_text_width]"+13 more
FAQ

Frequently Asked Questions about Recent & Featured Posts Widget