Recent Commented Posts Security & Risk Analysis

wordpress.org/plugins/recent-commented-posts

Displays most recently commented posts with thumbnail images (optional) by customizing easily.

10 active installs v1.1 PHP + WP 2.8+ Updated Sep 6, 2009
commentcommentedcommented-postsrecent-commentrecent-commented
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Recent Commented Posts Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "recent-commented-posts" plugin v1.1 exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding SQL queries, exclusively using prepared statements, and has no recorded vulnerability history. Furthermore, the static analysis reveals no known CVEs, critical or high severity taint flows, or external HTTP requests, indicating a generally robust foundation. However, significant concerns arise from the complete lack of capability checks and nonce checks across its identified entry points, which are currently zero. The presence of the `create_function` dangerous function is a clear red flag, as it can be a vector for code injection if not handled with extreme care. Additionally, a low percentage of output escaping (28%) suggests a high likelihood of cross-site scripting (XSS) vulnerabilities in the plugin's output, especially if any of the inputs that contribute to these outputs are user-controlled. While the current attack surface is zero, the potential for vulnerabilities exists due to these coding practices, particularly the unescaped output and the use of `create_function` should any entry points be introduced or become accessible in future versions.

Key Concerns

  • High percentage of unescaped output
  • Use of dangerous function (create_function)
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Recent Commented Posts Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Recent Commented Posts Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Recent Commented Posts Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
1 prepared
Unescaped Output
38
15 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("yg_recent_commented_posts")recent-commented-posts.php:124

SQL Query Safety

100% prepared1 total queries

Output Escaping

28% escaped53 total outputs
Attack Surface

Recent Commented Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initrecent-commented-posts.php:124
Maintenance & Trust

Recent Commented Posts Maintenance & Trust

Maintenance Signals

WordPress version tested2.8.4
Last updatedSep 6, 2009
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Recent Commented Posts Developer Profile

yakuphan

5 plugins · 670 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 Commented Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/recent-commented-posts/style.css
Version Parameters
recent-commented-posts/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
recent-commented-posts
Data Attributes
id="recentcommentedposts"name="recentcommentedposts"
Shortcode Output
<div class="recent_commented_posts">
FAQ

Frequently Asked Questions about Recent Commented Posts