Wiredrive Player Security & Risk Analysis

wordpress.org/plugins/wiredrive-player

This plug-in allows you to embed Wiredrive video reels and image galleries into your WordPress-powered website.

10 active installs v3.1.1 PHP + WP 3.4.0+ Updated Unknown
html5jsonpmrssvideowiredrive
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Wiredrive Player Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "wiredrive-player" v3.1.1 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and has no known historical vulnerabilities. The attack surface is relatively small, with only one shortcode identified as an entry point, and it appears to be properly protected by capability checks.

However, several concerning code signals indicate potential weaknesses. The presence of two instances of the `create_function` function is a significant red flag, as this construct is deprecated and can lead to serious security vulnerabilities if misused. More critically, none of the outputs are properly escaped, meaning that any data processed by the plugin and then displayed to users could be susceptible to Cross-Site Scripting (XSS) attacks. The absence of nonce checks on its entry points, while not explicitly stated as vulnerable in the static analysis, is a missed opportunity for robust security against CSRF attacks. While the plugin has no recorded vulnerabilities, the combination of `create_function` and a complete lack of output escaping presents a notable risk that could be exploited in the future, especially if user-supplied data is involved in any of its functionalities.

Key Concerns

  • Outputs not properly escaped
  • Use of deprecated create_function()
  • Missing nonce checks
Vulnerabilities
None known

Wiredrive Player Security Vulnerabilities

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

Wiredrive Player Code Analysis

Dangerous Functions
2
Raw SQL Queries
0
0 prepared
Unescaped Output
71
0 escaped
Nonce Checks
0
Capability Checks
2
File Operations
0
External Requests
4
Bundled Libraries
0

Dangerous Functions Found

create_functionadd_action( 'admin_notices', create_function('', 'echo "<div class=\"error\">Your version of PHP doeplayer.php:44
create_functionadd_filter('wp_feed_cache_transient_lifetime', create_function( '$a', 'return 5;' ) );player.php:91

Output Escaping

0% escaped71 total outputs
Attack Surface

Wiredrive Player Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wiredrive] player.php:89
WordPress Hooks 15
actionadmin_noticesplayer.php:44
actioninitplayer.php:66
actionwp_headplayer.php:67
actionadmin_initplayer.php:75
actionadmin_menuplayer.php:76
actioninitplayer.php:80
actionadmin_headplayer.php:81
actionadmin_footerplayer.php:82
filterplugin_action_linksplayer.php:83
actionadmin_action_wd-url-validatorplayer.php:86
actioninitplayer.php:90
filterwp_feed_cache_transient_lifetimeplayer.php:91
filtertiny_mce_versionwiredrive-button.php:38
filtermce_external_pluginswiredrive-button.php:39
filtermce_buttons_2wiredrive-button.php:40
Maintenance & Trust

Wiredrive Player Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedUnknown
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Wiredrive Player Developer Profile

Wiredrive

1 plugin · 10 total installs

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

How We Detect Wiredrive Player

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wiredrive-player/css/wd-admin.css/wp-content/plugins/wiredrive-player/js/wd-admin.js
Script Paths
/wp-content/plugins/wiredrive-player/js/wd-admin.js
Version Parameters
wiredrive-player/css/wd-admin.css?ver=wiredrive-player/js/wd-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
wd-dialog-wrapper
HTML Comments
<!-- dialog.php --><!-- admin.php -->
Data Attributes
data-wd-widthdata-wd-heightdata-wd-durationdata-wd-slideshowDuration
JS Globals
window.wdDialog
Shortcode Output
[wiredrive]
FAQ

Frequently Asked Questions about Wiredrive Player