WP Thumbnail Linkbox Shortcode Security & Risk Analysis

wordpress.org/plugins/wp-thumbnail-linkbox-shortcode

You can easily create links with thumbnails with shortcode.

30 active installs v0.4.0 PHP + WP 4.0+ Updated Nov 21, 2019
linkshortcodethumbnail
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Thumbnail Linkbox Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "wp-thumbnail-linkbox-shortcode" plugin version 0.4.0 demonstrates a generally positive security posture with no recorded vulnerabilities or critical code signals. The plugin's limited attack surface, consisting of a single shortcode with no apparent direct unauthenticated entry points, is a strength. Furthermore, the absence of dangerous functions, file operations, and external HTTP requests, coupled with the use of prepared statements for all SQL queries, indicates good development practices.

However, several areas present potential concerns. The most significant is the very low percentage of properly escaped output (19%). This suggests a high likelihood of cross-site scripting (XSS) vulnerabilities, as user-supplied data could be rendered directly in the browser without adequate sanitization. The lack of any nonce checks or capability checks across its entry points, even though the attack surface is small, is another weakness. This means that if an attacker could somehow trigger the shortcode in a malicious context, there are no built-in protections to verify the request's legitimacy or the user's authorization.

While the plugin has no vulnerability history, this could be due to its limited adoption, obscurity, or simply a lack of past analysis. The absence of recorded issues is a positive sign, but the presence of unescaped output and missing security checks warrants caution. Overall, the plugin is built on a solid foundation regarding SQL and external interactions, but the output escaping and authorization checks need significant improvement to mitigate potential XSS and other injection-style attacks.

Key Concerns

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

WP Thumbnail Linkbox Shortcode Security Vulnerabilities

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

WP Thumbnail Linkbox Shortcode Code Analysis

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

Output Escaping

19% escaped16 total outputs
Attack Surface

WP Thumbnail Linkbox Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[link] wp-thumbnail-linkbox-shortcode.php:51
WordPress Hooks 3
actionadmin_menuwp-thumbnail-linkbox-shortcode.php:42
actionadmin_initwp-thumbnail-linkbox-shortcode.php:45
actionwp_enqueue_scriptswp-thumbnail-linkbox-shortcode.php:48
Maintenance & Trust

WP Thumbnail Linkbox Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedNov 21, 2019
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

WP Thumbnail Linkbox Shortcode Developer Profile

Takashi Fujisaki

5 plugins · 230 total installs

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

How We Detect WP Thumbnail Linkbox Shortcode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-thumbnail-linkbox-shortcode/assets/css/wp-thumbnail-linkbox.css

HTML / DOM Fingerprints

Shortcode Output
[link href="" title=""]
FAQ

Frequently Asked Questions about WP Thumbnail Linkbox Shortcode