URL Preview Security & Risk Analysis

wordpress.org/plugins/link-preview

A plugin used to embed the preview of a link similar to facebook and linkedin

100 active installs v1.0 PHP + WP 3.3+ Updated Oct 22, 2014
excerptfacebook-type-previewlink-previewlinkedin-type-previewpost
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is URL Preview Safe to Use in 2026?

Generally Safe

Score 85/100

URL Preview 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 "link-preview" v1.0 plugin exhibits a mixed security posture. On the positive side, it has a remarkably small attack surface with zero identified entry points such as AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are properly prepared, and there's no indication of dangerous functions or file operations. The plugin also makes a single external HTTP request, which is a common and often necessary function for previewing links.

However, the analysis reveals significant concerns regarding output escaping. A notable 0% of its total outputs are properly escaped, meaning any data displayed to users could potentially be vulnerable to cross-site scripting (XSS) attacks. The taint analysis, while limited in scope (only one flow analyzed), did identify a flow with an unsanitized path, which is a strong indicator of a potential security risk, even if not currently classified as critical or high. The complete lack of nonce checks and capability checks on any potential, albeit currently non-existent, entry points is also a weakness that would be problematic if the attack surface were to grow.

The plugin's vulnerability history is clean, with zero known CVEs, which is a positive sign. This suggests either a historically secure codebase or a lack of rigorous past security audits. In conclusion, while the plugin boasts a minimal attack surface and good database practices, the critical issue of unescaped output and the identified unsanitized taint flow present a tangible risk that needs immediate attention. The lack of security checks on potential entry points further amplifies these concerns.

Key Concerns

  • 0% of outputs properly escaped
  • Flows with unsanitized paths found
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
None known

URL Preview Security Vulnerabilities

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

URL Preview Code Analysis

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

Output Escaping

0% escaped9 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<class.linkpreview> (class.linkpreview.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

URL Preview Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionwp_headpreview.php:12
actionadmin_headpreview.php:21
filtermce_external_pluginspreview.php:33
filtermce_buttonspreview.php:35
actionadmin_menupreview.php:83
filtertiny_mce_before_initpreview.php:92
Maintenance & Trust

URL Preview Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedOct 22, 2014
PHP min version
Downloads6K

Community Trust

Rating94/100
Number of ratings6
Active installs100
Developer Profile

URL Preview Developer Profile

abhisheksaha11

1 plugin · 100 total installs

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

How We Detect URL Preview

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

Asset Fingerprints

Script Paths
/wp-content/plugins/link-preview/plugin.js

HTML / DOM Fingerprints

CSS Classes
preview_footer
Data Attributes
data-src
Shortcode Output
<table id="at_preview">
FAQ

Frequently Asked Questions about URL Preview