Related tags Security & Risk Analysis

wordpress.org/plugins/related-tags

Add related tags list(link list, text list, or cloud-style list) on the tag page, based on posts that have this tag.

10 active installs v1.0 PHP + WP 3.0.1+ Updated Jan 27, 2015
googlerelatedsearch-engine-optimizationseotags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Related tags Safe to Use in 2026?

Generally Safe

Score 85/100

Related tags 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 "related-tags" v1.0 plugin exhibits a seemingly strong security posture based on the static analysis. There are no identified attack surface entry points such as AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without proper authentication or permission checks. The code also avoids dangerous functions, file operations, and external HTTP requests. Furthermore, the single SQL query utilizes prepared statements, which is a good practice for preventing SQL injection vulnerabilities. Taint analysis shows no flows with unsanitized paths, indicating no obvious injection vulnerabilities were detected in the analyzed code paths.

However, significant concerns arise from the extremely low percentage of properly escaped output (14%). This suggests a high likelihood of Cross-Site Scripting (XSS) vulnerabilities, where user-supplied data could be injected and executed in the browser. The complete absence of nonce checks and capability checks, especially if there are any hidden or implicit entry points not captured by the static analysis, is another major weakness. This lack of authorization checks makes any interaction with the plugin potentially exploitable by unauthenticated users.

The plugin's vulnerability history is clean, with no known CVEs. This is positive, but it could also be a result of limited historical analysis or the plugin being relatively new or obscure. The absence of past vulnerabilities does not inherently guarantee current security, especially given the identified output escaping issues. In conclusion, while the plugin avoids common pitfalls like raw SQL and external requests, the severe lack of output escaping and authorization checks presents a significant risk of XSS and unauthorized access.

Key Concerns

  • Low output escaping percentage
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Related tags Security Vulnerabilities

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

Related tags Release Timeline

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

Related tags Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
1 prepared
Unescaped Output
6
1 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared1 total queries

Output Escaping

14% escaped7 total outputs
Attack Surface

Related tags Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwidgets_initRelatedTagsWidget.php:65
actionadmin_initrelated_tags.php:16
actionadmin_menurelated_tags.php:17
Maintenance & Trust

Related tags Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedJan 27, 2015
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Related tags Developer Profile

sneg55

1 plugin · 10 total installs

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

How We Detect Related tags

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Related tags