Easy Video Player Security & Risk Analysis

wordpress.org/plugins/easy-video-player

Easy Video Player is a WordPress video player that allows you to add videos to your WordPress site.

20K active installs v1.2.2.13 PHP + WP 5.5+ Updated Dec 5, 2025
flashhtml5mobileplayervideo
99
A · Safe
CVEs total2
Unpatched0
Last CVEDec 27, 2023
Safety Verdict

Is Easy Video Player Safe to Use in 2026?

Generally Safe

Score 99/100

Easy Video Player has a strong security track record. Known vulnerabilities have been patched promptly.

2 known CVEsLast CVE: Dec 27, 2023Updated 3mo ago
Risk Assessment

The "easy-video-player" plugin v1.2.2.13 exhibits a mixed security posture. On the positive side, the static analysis reveals no dangerous functions, no file operations, and all SQL queries utilize prepared statements, indicating good practices in these areas. The plugin also correctly implements nonce and capability checks for its single entry point and avoids external HTTP requests. However, a significant concern is the output escaping, where only 53% of outputs are properly escaped, suggesting a potential for Cross-Site Scripting (XSS) vulnerabilities. The vulnerability history shows two known medium-severity CVEs, both related to XSS, with the most recent one being in late 2023. While currently unpatched vulnerabilities are none, the pattern of past XSS issues, coupled with the static analysis finding of inadequate output escaping, points to a persistent risk in how user-supplied data is handled before being displayed. Therefore, while the plugin demonstrates strengths in areas like SQL injection prevention and secure coding practices for entry points, the ongoing presence and nature of XSS vulnerabilities, exacerbated by partially unescaped output, warrant attention.

Key Concerns

  • Inadequate output escaping
  • History of medium severity XSS CVEs
Vulnerabilities
2

Easy Video Player Security Vulnerabilities

CVEs by Year

1 CVE in 2022
2022
1 CVE in 2023
2023
Patched Has unpatched

Severity Breakdown

Medium
2

2 total CVEs

CVE-2023-51689medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Easy Video Player <= 1.2.2.10 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode

Dec 27, 2023 Patched in 1.2.2.11 (27d)
CVE-2022-3937medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Easy Video Player <= 1.2.2.2 - Authenticated (Contributor+) Stored Cross-Site Scripting

Nov 22, 2022 Patched in 1.2.2.3 (427d)
Code Analysis
Analyzed Mar 16, 2026

Easy Video Player Code Analysis

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

Output Escaping

53% escaped17 total outputs
Attack Surface

Easy Video Player Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[evp_embed_video] easy-video-player.php:41
WordPress Hooks 8
actionplugins_loadedeasy-video-player.php:37
actionwp_enqueue_scriptseasy-video-player.php:38
actionadmin_menueasy-video-player.php:39
filterwidget_texteasy-video-player.php:43
filterthe_excerpteasy-video-player.php:44
filterthe_contenteasy-video-player.php:45
filterplugin_action_linkseasy-video-player.php:75
actionadmin_initeasy-video-player.php:84
Maintenance & Trust

Easy Video Player Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 5, 2025
PHP min version
Downloads863K

Community Trust

Rating84/100
Number of ratings57
Active installs20K
Developer Profile

Easy Video Player Developer Profile

Noor Alam

25 plugins · 157K total installs

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

How We Detect Easy Video Player

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-video-player/css/easy-video-player.css/wp-content/plugins/easy-video-player/js/easy-video-player.js/wp-content/plugins/easy-video-player/js/jquery.jplayer.min.js/wp-content/plugins/easy-video-player/js/jplayer.playlist.min.js/wp-content/plugins/easy-video-player/js/easy-video-player-custom.js
Script Paths
/wp-content/plugins/easy-video-player/js/easy-video-player.js
Version Parameters
easy-video-player/css/easy-video-player.css?ver=easy-video-player/js/easy-video-player.js?ver=easy-video-player/js/jquery.jplayer.min.js?ver=easy-video-player/js/jplayer.playlist.min.js?ver=easy-video-player/js/easy-video-player-custom.js?ver=

HTML / DOM Fingerprints

CSS Classes
evp-containerevp-video-wrapper
HTML Comments
<!-- EASY VIDEO PLAYER SHORTCODE START --><!-- EASY VIDEO PLAYER SHORTCODE END -->
Data Attributes
data-evp-video-id
JS Globals
EVP_SETTINGS
Shortcode Output
<div class="evp-container"><div class="evp-video-wrapper" data-evp-video-id="
FAQ

Frequently Asked Questions about Easy Video Player