MultiSite Widget Link Security & Risk Analysis

wordpress.org/plugins/multisite-widget-link

Simply add widgets in order to link another blog in a multisite instance

10 active installs v1.0.2 PHP + WP 3.1+ Updated Jan 26, 2023
bannermultisitenetworkwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is MultiSite Widget Link Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The multisite-widget-link v1.0.2 plugin exhibits a mixed security posture. On the positive side, it has no known vulnerabilities in its history, and the static analysis shows no dangerous functions, no file operations, no external HTTP requests, and importantly, its single SQL query uses prepared statements, which is a significant best practice. The absence of any identified taint flows is also encouraging, suggesting a lack of easily discoverable injection vulnerabilities.

However, there are significant concerns arising from the code analysis. The complete lack of nonce checks and capability checks across all entry points is a critical oversight. While the attack surface appears small with zero entry points, any future additions or modifications without these essential security measures would expose the site to serious risks like Cross-Site Request Forgery (CSRF) and unauthorized actions. Furthermore, the fact that 100% of the 20 output operations are not properly escaped presents a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website's content.

In conclusion, while the plugin benefits from a clean vulnerability history and secure SQL practices, the glaring deficiencies in output escaping and the complete absence of nonces and capability checks represent substantial security weaknesses. These issues significantly increase the risk of XSS and potential unauthorized actions, despite the seemingly small attack surface. Addressing the unescaped output and implementing proper authorization checks should be the immediate priority for any user of this plugin.

Key Concerns

  • All output is unescaped (high XSS risk)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

MultiSite Widget Link Security Vulnerabilities

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

MultiSite Widget Link Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
1 prepared
Unescaped Output
20
0 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

0% escaped20 total outputs
Attack Surface

MultiSite Widget Link Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initmultisite-widget-link.php:110
Maintenance & Trust

MultiSite Widget Link Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedJan 26, 2023
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

MultiSite Widget Link Developer Profile

Bastien Ho

12 plugins · 2K total installs

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

How We Detect MultiSite Widget Link

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
data-multisite-widget-link
FAQ

Frequently Asked Questions about MultiSite Widget Link