Easy Video Widget Box Security & Risk Analysis

wordpress.org/plugins/widget-video-box

Simple plugin to add video into your widget box. Supports Youtube, Dailymotion, Vimeo and many other sites that provide embed code..

200 active installs v1.6 PHP + WP 2.7.2+ Updated Jul 11, 2013
videovideo-widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy Video Widget Box Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The 'widget-video-box' plugin version 1.6 exhibits a mixed security posture. On one hand, the plugin demonstrates a commendable lack of known vulnerabilities in its history and appears to have a minimal attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events exposed without authorization. All SQL queries are also correctly using prepared statements.

However, significant concerns arise from the static code analysis. The presence of the `create_function` is a direct indicator of potential security risks, as this function is deprecated and can be a source of vulnerabilities if not handled with extreme care. More critically, 100% of the plugin's output is not properly escaped, which presents a high risk of Cross-Site Scripting (XSS) vulnerabilities. This means that any data processed by the plugin that is later displayed to users could potentially be manipulated by attackers to inject malicious scripts.

The absence of nonce checks and capability checks across all entry points, coupled with the lack of proper output escaping, suggests a significant oversight in secure coding practices. While there are no direct taint flows with unsanitized paths identified in this analysis, the combination of these factors creates a fertile ground for potential exploitation. The plugin's history of no recorded vulnerabilities might be due to its limited usage, obscurity, or perhaps previous versions having different, more secure implementations. However, the current version's code indicates a substantial security debt that needs to be addressed.

Key Concerns

  • 0% of output properly escaped
  • Use of deprecated and dangerous function: create_function
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Easy Video Widget Box Security Vulnerabilities

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

Easy Video Widget Box Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("VideoBox");') );video-box.php:69

Output Escaping

0% escaped19 total outputs
Attack Surface

Easy Video Widget Box Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initvideo-box.php:69
Maintenance & Trust

Easy Video Widget Box Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJul 11, 2013
PHP min version
Downloads26K

Community Trust

Rating100/100
Number of ratings1
Active installs200
Developer Profile

Easy Video Widget Box Developer Profile

ExportFeed.com

3 plugins · 1K total installs

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

How We Detect Easy Video Widget Box

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/widget-video-box/video-box.php

HTML / DOM Fingerprints

CSS Classes
video-box
HTML Comments
<!-- Begin Video.js --><!-- End Video.js -->
Data Attributes
video-jsvjs-default-skin
Shortcode Output
<div class="video-box">
FAQ

Frequently Asked Questions about Easy Video Widget Box