Featured Video Security & Risk Analysis

wordpress.org/plugins/featured-video

Featured video is exactly the same as a featured image. It allows you to easily link a YouTube or Vimeo video to a post.

100 active installs v1.5.4 PHP + WP 3.0+ Updated Jul 5, 2012
featuredmediavideoyoutube
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Featured Video Safe to Use in 2026?

Generally Safe

Score 85/100

Featured Video has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The "featured-video" plugin v1.5.4 exhibits a mixed security posture. On the positive side, it boasts a small attack surface with only one identified entry point (a shortcode) and no known vulnerabilities in its history. The code also utilizes prepared statements for all SQL queries and includes a nonce check, demonstrating awareness of basic security practices. However, a significant concern arises from the complete lack of output escaping. This means that any data rendered by the plugin, including potentially user-supplied content, is not properly sanitized, leaving it vulnerable to Cross-Site Scripting (XSS) attacks. Additionally, while the taint analysis shows no critical or high severity unsanitized paths, there is one flow with an unsanitized path, which, coupled with the lack of output escaping, warrants attention.

Despite the absence of known CVEs and a clean vulnerability history, the critical flaw in output escaping presents a tangible risk. The plugin's limited attack surface and use of prepared statements are commendable, but the failure to properly escape output is a fundamental security oversight. This makes it susceptible to XSS if malicious data is introduced into the system and subsequently displayed by the plugin. Therefore, while the plugin avoids common pitfalls like unpatched CVEs or raw SQL, the output escaping deficiency is a significant weakness that needs immediate remediation.

Key Concerns

  • 0% output escaping
  • 1 flow with unsanitized paths
  • 0 capability checks on entry points
Vulnerabilities
None known

Featured Video Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Featured Video Release Timeline

v4.1.2
v1.5.4Current
v1.5.3
v1.5.2
v1.5.1
v1.5
v1.4.1
v1.4
v1.3
v1.2
v1.1
Code Analysis
Analyzed Mar 16, 2026

Featured Video Code Analysis

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

Output Escaping

0% escaped14 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
fv_meta_html (featured-video.php:33)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Featured Video Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[featured-video] featured-video.php:16
WordPress Hooks 2
actionadmin_menufeatured-video.php:14
actionsave_postfeatured-video.php:15
Maintenance & Trust

Featured Video Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedJul 5, 2012
PHP min version
Downloads18K

Community Trust

Rating80/100
Number of ratings4
Active installs100
Developer Profile

Featured Video Developer Profile

LucP

2 plugins · 110 total installs

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

How We Detect Featured Video

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/featured-video/style.css/wp-content/plugins/featured-video/script.js/wp-content/plugins/featured-video/spinner.gif/wp-content/plugins/featured-video/vimeo.jpg
Script Paths
/wp-content/plugins/featured-video/script.js
Version Parameters
featured-video/style.css?ver=featured-video/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
featured_video_preview
Data Attributes
id="fv_textarea"name="fv_video"id="vid_id"name="fv_video_id"id="vid_img"name="fv_video_img"
JS Globals
JSvars
Shortcode Output
[featured-video]<iframe src="http://player.vimeo.com/video/http://www.youtube.com/embed/<img src="
FAQ

Frequently Asked Questions about Featured Video