WP Latest Video Widget Security & Risk Analysis

wordpress.org/plugins/wp-latest-video-widget

WP Latest Video Widget is a sidebar widget that displays latest video from a custom set category. Based on custom fields.

20 active installs v1.70 PHP + WP 2.9+ Updated Apr 28, 2013
sidebarvideowidgetyoutube
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Latest Video Widget Safe to Use in 2026?

Generally Safe

Score 85/100

WP Latest Video Widget 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 wp-latest-video-widget plugin, version 1.70, exhibits a mixed security posture. On the positive side, the plugin shows excellent practices regarding SQL queries, with 100% using prepared statements, and has no known vulnerabilities (CVEs) in its history. The absence of file operations and external HTTP requests also reduces potential attack vectors. However, significant concerns arise from the code analysis. The presence of the `create_function` function is a strong indicator of potential security risks, as it is deprecated and can lead to execution vulnerabilities if not handled with extreme care. Furthermore, a very low percentage (2%) of outputs are properly escaped, creating a high likelihood of cross-site scripting (XSS) vulnerabilities. The lack of nonce checks and capability checks, combined with the absence of any identifiable attack surface, is peculiar and could indicate that the plugin doesn't expose functionality requiring such checks, or that these checks are entirely missing from its limited functionality.

Key Concerns

  • Use of dangerous function create_function
  • Low output escaping (2%)
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

WP Latest Video Widget Security Vulnerabilities

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

WP Latest Video Widget Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

WP Latest Video Widget Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
62
1 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("specimen_latestvideo");'));wp_latest_video.php:247

Output Escaping

2% escaped63 total outputs
Attack Surface

WP Latest Video Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initwp_latest_video.php:247
Maintenance & Trust

WP Latest Video Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedApr 28, 2013
PHP min version
Downloads7K

Community Trust

Rating20/100
Number of ratings1
Active installs20
Developer Profile

WP Latest Video Widget Developer Profile

specimen

1 plugin · 20 total installs

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

How We Detect WP Latest Video Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-latest-video-widget/wp_latest_video.php

HTML / DOM Fingerprints

CSS Classes
specimen_widget_video
Data Attributes
data-youtube_video_iddata-vimeo_video_iddata-apropo_video_iddata-apropo_video_keydata-widthdata-height
FAQ

Frequently Asked Questions about WP Latest Video Widget