Last Comments Without Links Security & Risk Analysis

wordpress.org/plugins/last-comments-without-links

This plugin does default wordpress widget but without links. It is only shows name and comment.

100 active installs v1.0 PHP + WP 3.0.0+ Updated May 16, 2014
commentcomment-linkscommentslast-commentswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Last Comments Without Links Safe to Use in 2026?

Generally Safe

Score 85/100

Last Comments Without Links has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The 'last-comments-without-links' plugin v1.0 exhibits a generally good security posture with no known vulnerabilities or high-risk static analysis findings. The absence of any CVEs and the consistent use of prepared statements for SQL queries are strong indicators of responsible development. Furthermore, the plugin's minimal attack surface, with zero AJAX handlers, REST API routes, shortcodes, or cron events, significantly reduces the potential for external exploitation.

However, there are notable areas for improvement. The presence of the `create_function` dangerous function, although likely isolated and not directly exploitable in this context, is a deprecated and insecure practice. More concerning is the low rate of output escaping (33%), which could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is displayed without proper sanitization. The lack of nonce and capability checks, while less critical given the limited attack surface, still represents a missed opportunity to further harden the plugin against potential CSRF or unauthorized access in the future, should its functionality expand.

In conclusion, 'last-comments-without-links' v1.0 is currently in a relatively secure state due to its limited functionality and good SQL practices. The primary risks stem from the use of `create_function` and the insufficient output escaping. Addressing these specific code-level concerns would elevate the plugin's security to an even higher standard.

Key Concerns

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

Last Comments Without Links Security Vulnerabilities

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

Last Comments Without Links Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
1 prepared
Unescaped Output
8
4 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( "SinLastComments" );' ) );index.php:139

SQL Query Safety

100% prepared1 total queries

Output Escaping

33% escaped12 total outputs
Attack Surface

Last Comments Without Links Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initindex.php:139
Maintenance & Trust

Last Comments Without Links Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedMay 16, 2014
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

Last Comments Without Links Developer Profile

sinan isler

2 plugins · 140 total installs

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

How We Detect Last Comments Without Links

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
icerikler-sag-kutuyorumlar-widget
Data Attributes
SinLastComments
FAQ

Frequently Asked Questions about Last Comments Without Links