Pro Related Post Widget Security & Risk Analysis

wordpress.org/plugins/pro-related-post-widget

Pro Related Post Widget plugin.dynamically show related post according to post.

10 active installs v1.0 PHP + WP 3.0.0+ Updated Dec 22, 2015
advanced-related-posts-widgetpro-related-post-widgetrelated-postrelated-posts-widgetwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Pro Related Post Widget Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The 'pro-related-post-widget' plugin v1.0 presents a mixed security posture. On the positive side, it boasts zero known CVEs, no external HTTP requests, and no file operations, all of which contribute to a reduced attack surface. Furthermore, all SQL queries are properly prepared, which is a significant strength. However, the code analysis reveals critical areas for improvement. The presence of the dangerous `create_function` construct is a notable concern, as it can be exploited for code injection if user input is not meticulously sanitized before being passed to it. The low percentage of properly escaped output (26%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website. The absence of nonce checks and capability checks on any entry points, coupled with the complete lack of an apparent attack surface (which might suggest it's not actively used or exposed), means that if any entry points were to be introduced or discovered, they would likely be unprotected. Overall, while the plugin has a clean vulnerability history, the static analysis highlights significant weaknesses in output sanitization and the use of a deprecated, insecure function that could lead to serious security breaches if exploited.

Key Concerns

  • Use of dangerous function: create_function
  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Pro Related Post Widget Security Vulnerabilities

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

Pro Related Post Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
17
6 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( "Pro_Related_Post_Widget" );' ) )pro-related-post-widget.php:140

Output Escaping

26% escaped23 total outputs
Attack Surface

Pro Related Post Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initpro-related-post-widget.php:140
Maintenance & Trust

Pro Related Post Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedDec 22, 2015
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Pro Related Post Widget Developer Profile

Shambhu Patnaik

7 plugins · 3K total installs

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

How We Detect Pro Related Post Widget

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
pro_related_postPro Related Posts
FAQ

Frequently Asked Questions about Pro Related Post Widget