Simple Related Posts Widget Security & Risk Analysis

wordpress.org/plugins/simple-related-posts-widget

A simple wordpress plugin that displays articles from the same category.

20 active installs v1.0 PHP + WP 2.0.2+ Updated Sep 4, 2012
categorypostrelatedsidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Related Posts Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The simple-related-posts-widget plugin v1.0, based on the provided static analysis, presents a mixed security posture. On the positive side, it boasts a very small attack surface with no AJAX handlers, REST API routes, shortcodes, or cron events, and importantly, no identified vulnerabilities in its history. The use of prepared statements for all SQL queries is a strong security practice. However, significant concerns arise from the lack of output escaping, with 100% of outputs not being properly escaped, posing a high risk of Cross-Site Scripting (XSS) vulnerabilities. Additionally, the presence of the `create_function` dangerous function, even if not directly exploitable in this version due to the limited attack surface, is a red flag indicating potential for insecure code execution if the plugin were to be extended or modified without proper security considerations. The absence of nonce checks and capability checks across any potential entry points, although currently non-existent, also leaves a theoretical opening for unauthorized actions should any attack vectors be discovered or introduced later. The lack of taint analysis flows is not necessarily a positive sign, but rather an indication that either the analysis was limited or no obvious exploitable paths were detected, which is less concerning than identified exploitable paths.

Key Concerns

  • 100% of outputs not properly escaped
  • Dangerous function detected: create_function
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Simple Related Posts Widget Security Vulnerabilities

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

Simple Related Posts Widget Release Timeline

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

Simple Related Posts Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
7
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("RelatedPosts");'));simple-related-posts-widget.php:103

Output Escaping

0% escaped7 total outputs
Attack Surface

Simple Related Posts Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initsimple-related-posts-widget.php:103
Maintenance & Trust

Simple Related Posts Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedSep 4, 2012
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Simple Related Posts Widget Developer Profile

StancuFlorin

1 plugin · 20 total installs

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

How We Detect Simple Related Posts Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
RelatedPosts
Data Attributes
id="RelatedPosts-widget-title"name="RelatedPosts-widget-title"id="RelatedPosts-widget-posts"name="RelatedPosts-widget-posts"id="RelatedPosts-widget-dhc"name="RelatedPosts-widget-dhc"
FAQ

Frequently Asked Questions about Simple Related Posts Widget