Recent Contributors Widget Security & Risk Analysis

wordpress.org/plugins/recent-contributors-widget

This widget shows a list of all of the users that have written content on your site, since a static or dynamic time specified by you.

10 active installs v1.2 PHP + WP 3.7+ Updated Unknown
authorscontributorsmonthrecentwidget
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Recent Contributors Widget Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The recent-contributors-widget plugin v1.2 exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding SQL queries by exclusively using prepared statements and has no recorded vulnerability history, indicating a potentially stable and well-maintained codebase in the past. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the external attack surface exposed by this plugin.

However, significant concerns arise from the static code analysis. The presence of the `create_function` is a red flag as it can be a vector for code injection if not used with extreme caution. More critically, the analysis shows that 100% of its output is not properly escaped. This is a major vulnerability that could lead to Cross-Site Scripting (XSS) attacks if user-supplied data is displayed directly in the output without sanitization. The lack of nonce checks and capability checks, while not directly tied to an attack surface in this specific analysis, suggests a general lack of robust input validation and authorization, which could be exploited in conjunction with other weaknesses.

In conclusion, while the plugin's limited attack surface and SQL query practices are strengths, the unescaped output and the use of `create_function` represent serious security weaknesses that require immediate attention. The absence of known vulnerabilities is a positive sign, but the identified code signals point to potential exploitable flaws that could lead to XSS or other code execution issues.

Key Concerns

  • Unescaped output detected
  • Dangerous function detected (create_function)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Recent Contributors Widget Security Vulnerabilities

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

Recent Contributors Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
21
0 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("recent_contributors_widget")recent-contributors-widget.php:162

Output Escaping

0% escaped21 total outputs
Attack Surface

Recent Contributors Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initrecent-contributors-widget.php:162
Maintenance & Trust

Recent Contributors Widget Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Recent Contributors Widget Developer Profile

Dave Clements

4 plugins · 10K total installs

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

How We Detect Recent Contributors Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
data-widget_id
FAQ

Frequently Asked Questions about Recent Contributors Widget