Simply Related Posts Security & Risk Analysis

wordpress.org/plugins/simply-related-posts

A widget that simply gives you related posts by taxonomy. Four settings to customize the widget: title, taxonomy, related posts count, excludet terms

40 active installs v1.3 PHP + WP 3.0.1+ Updated Oct 23, 2014
related-poststaxonomywidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simply Related Posts Safe to Use in 2026?

Generally Safe

Score 85/100

Simply Related Posts 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 "simply-related-posts" plugin v1.3 exhibits a mixed security posture. While the absence of known CVEs and a lack of identified taint flows are positive indicators, the static analysis reveals significant concerns. The presence of the `create_function` is a major red flag, as it can lead to code execution vulnerabilities if used with user-supplied input. Furthermore, the complete lack of output escaping is a critical flaw, exposing the plugin to potential Cross-Site Scripting (XSS) attacks. The absence of any entry points like AJAX handlers, REST API routes, or shortcodes is a strength, limiting the direct attack surface. However, the plugin's reliance on direct database queries without capability checks or nonce verification on any potential future entry points would be a substantial risk. The vulnerability history being clean is reassuring, but it doesn't negate the current, identifiable risks within the code.

Key Concerns

  • Dangerous function used: create_function
  • No output escaping found
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Simply Related Posts Security Vulnerabilities

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

Simply Related Posts Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
27
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( "SimplyRelatedPosts" );' )simply-related-posts.php:144

Output Escaping

0% escaped27 total outputs
Attack Surface

Simply Related Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitsimply-related-posts.php:22
actionwidgets_initsimply-related-posts.php:144
Maintenance & Trust

Simply Related Posts Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedOct 23, 2014
PHP min version
Downloads7K

Community Trust

Rating100/100
Number of ratings1
Active installs40
Developer Profile

Simply Related Posts Developer Profile

danielauener

4 plugins · 160 total installs

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

How We Detect Simply Related Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simply-related-posts/languages/

HTML / DOM Fingerprints

CSS Classes
SimplyRelatedPosts
Data Attributes
id="SimplyRelatedPosts"class="SimplyRelatedPosts"
Shortcode Output
<ul><li><a class="related-post" href="</a></li></ul>
FAQ

Frequently Asked Questions about Simply Related Posts