Pro Recent Post Widget Security & Risk Analysis

wordpress.org/plugins/pro-recent-post-widget

Pro Recent Post Widget plugin.You have choice to specific category recent post show.exclude any category,exclude any post

100 active installs v1.1 PHP + WP 3.0.1+ Updated Dec 18, 2015
advanced-recent-posts-widgetcustom-recent-postexclude-postpro-recent-post-widgetwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Pro Recent Post Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Pro Recent 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 "pro-recent-post-widget" v1.1 plugin exhibits a mixed security posture. On the positive side, it demonstrates strong adherence to secure coding practices concerning SQL queries, utilizing prepared statements exclusively. Furthermore, the absence of known CVEs and a clear vulnerability history suggests a relatively stable and well-maintained codebase over time. The plugin also has a minimal attack surface, with no reported AJAX handlers, REST API routes, shortcodes, or cron events, significantly reducing potential entry points for attackers.

However, the static analysis reveals some concerning areas. The presence of the `create_function` function is a significant red flag, as it can lead to arbitrary code execution if used with unsanitized input. Additionally, a low percentage of properly escaped output (38%) indicates a risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed in users' browsers. The complete lack of nonce checks and capability checks, especially given the presence of potentially dangerous functions, further amplifies these risks by not providing essential security layers for data validation and authorization.

In conclusion, while the plugin benefits from secure SQL practices and a small attack surface, the identified use of `create_function` and the high rate of unescaped output present notable security weaknesses. The absence of nonce and capability checks exacerbates these issues. Addressing the `create_function` usage and improving output escaping are critical steps to enhance the plugin's security.

Key Concerns

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

Pro Recent Post Widget Security Vulnerabilities

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

Pro Recent Post Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
20
12 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( "Pro_Recent_Post_Widget" );' ) );pro-recent-post-widget.php:129

Output Escaping

38% escaped32 total outputs
Attack Surface

Pro Recent Post Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initpro-recent-post-widget.php:129
Maintenance & Trust

Pro Recent Post Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedDec 18, 2015
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings2
Active installs100
Developer Profile

Pro Recent Post Widget Developer Profile

Shambhu Patnaik

7 plugins · 3K total installs

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

How We Detect Pro Recent Post Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
post-date
Data Attributes
id="pro_recent_post"
FAQ

Frequently Asked Questions about Pro Recent Post Widget