Related External Links Security & Risk Analysis

wordpress.org/plugins/related-external-links

Display up to five related external links to your post in your sidebar or use a shortcode.

10 active installs v1.0.2 PHP + WP 2.7+ Updated Apr 7, 2009
flickrgalleryphotophotoswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Related External Links Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 17yr ago
Risk Assessment

The 'related-external-links' plugin version 1.0.2 exhibits a generally positive security posture with several good practices observed. Notably, the code shows no recorded vulnerabilities (CVEs), no dangerous functions, and all SQL queries utilize prepared statements, which is excellent. The presence of nonce and capability checks on entry points also indicates an effort to secure the plugin. However, a significant concern arises from the complete lack of output escaping. This means that any data rendered by the plugin, including user-supplied input or data from external sources, is not being properly sanitized, creating a strong potential for Cross-Site Scripting (XSS) vulnerabilities. While the attack surface appears small and entry points are authenticated, this unescaped output poses a direct and easily exploitable risk. The absence of taint analysis results and external HTTP requests is also positive, suggesting limited complexity and external dependencies. The plugin's history of zero vulnerabilities is a good sign, but it should not overshadow the critical flaw identified in the static analysis regarding output sanitization.

Key Concerns

  • Output escaping is not properly implemented (0%)
Vulnerabilities
None known

Related External Links Security Vulnerabilities

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

Related External Links Code Analysis

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

Output Escaping

0% escaped8 total outputs
Attack Surface

Related External Links Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[related-links] related_external_links.php:187
WordPress Hooks 4
actiondbx_post_advancedrelated_external_links.php:32
actioninitrelated_external_links.php:190
actionadmin_menurelated_external_links.php:191
actionsave_postrelated_external_links.php:192
Maintenance & Trust

Related External Links Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedApr 7, 2009
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Related External Links Developer Profile

Konstantin Kovshenin

15 plugins · 19K total installs

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

How We Detect Related External Links

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
related_exlinks
HTML Comments
Related external links startRelated external links end
Data Attributes
id="related_exlinks_link_1"name="related_exlinks_link_1"id="related_exlinks_link_1_desc"name="related_exlinks_link_1_desc"id="related_exlinks_link_2"name="related_exlinks_link_2"+14 more
Shortcode Output
<ul class="related_exlinks"><li><a href=""></a></li> </ul>
FAQ

Frequently Asked Questions about Related External Links