WP-LinkEX Security & Risk Analysis

wordpress.org/plugins/wp-linkex

This plugin allows you to easily display the links included in your LinkEX installation directly in a WordPress widget.

10 active installs v1.0 PHP + WP 2.8+ Updated Nov 23, 2010
blogrolllink-exchangelinkexlinkswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-LinkEX Safe to Use in 2026?

Generally Safe

Score 85/100

WP-LinkEX has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 15yr ago
Risk Assessment

The wp-linkex v1.0 plugin exhibits a strong security posture in several key areas. The static analysis reveals an absence of dangerous functions, SQL queries are exclusively using prepared statements, and there are no file operations or external HTTP requests, all of which are positive security indicators. Furthermore, the vulnerability history shows no known CVEs, suggesting a stable and potentially well-maintained codebase. However, the analysis does raise concerns. A significant portion of output (78%) is not properly escaped, presenting a potential Cross-Site Scripting (XSS) risk. Additionally, the complete lack of nonce checks and capability checks on the identified entry points, combined with zero authentication checks on AJAX handlers and zero permission callbacks on REST API routes (even though the count is zero, the absence of checks is notable), indicates a significant potential for unauthorized actions if any entry points were to be discovered or introduced in future versions. The absence of any taint analysis flows is also noteworthy, which could mean the analysis tool had limited scope or that the plugin genuinely has no complex data handling pathways, but it doesn't completely eliminate the possibility of subtle vulnerabilities.

Key Concerns

  • High percentage of unescaped output
  • Lack of nonce checks on entry points
  • Lack of capability checks on entry points
  • No authentication on AJAX handlers (if any exist)
  • No permission callbacks on REST API routes (if any exist)
Vulnerabilities
None known

WP-LinkEX Security Vulnerabilities

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

WP-LinkEX Code Analysis

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

Output Escaping

22% escaped18 total outputs
Attack Surface

WP-LinkEX Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initwp-linkex.php:75
Maintenance & Trust

WP-LinkEX Maintenance & Trust

Maintenance Signals

WordPress version tested2.8
Last updatedNov 23, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP-LinkEX Developer Profile

Juanjo Fernández

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 WP-LinkEX

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wp_linkex
Data Attributes
id="wplinkex"
Shortcode Output
<a href="title="Link Exchange">Link Exchange</a>
FAQ

Frequently Asked Questions about WP-LinkEX