Simple Video Gallery Security & Risk Analysis

wordpress.org/plugins/simple-video-gallery

Simple video gallery plugin for WordPress!

10 active installs v1.0.1 PHP + WP 3.0+ Updated Nov 17, 2013
adminpagepostsvideoyoutube
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Video Gallery Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Video Gallery 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 "simple-video-gallery" v1.0.1 plugin exhibits a concerning security posture primarily due to significant vulnerabilities identified in static and taint analysis. While the plugin has no recorded vulnerability history, suggesting it hasn't been publicly exploited or discovered in the past, this does not negate the immediate risks present in the current code. The analysis highlights two unprotected AJAX handlers, which are direct entry points for potential attacks. Furthermore, a high number of taint flows (8 out of 13 analyzed) with unsanitized paths indicate a strong likelihood of data being processed without proper validation or sanitization, especially concerning as these are flagged as high severity. The plugin also uses prepared statements for only 6% of its SQL queries, increasing the risk of SQL injection vulnerabilities. The lack of nonce checks and capability checks on its entry points, combined with limited output escaping (only 25% properly escaped), leaves the plugin exposed to various attacks, including Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF).

Despite the absence of known CVEs, the internal code analysis reveals substantial weaknesses that require immediate attention. The plugin's attack surface, while relatively small in terms of total entry points, is significantly weakened by the lack of authentication and authorization checks on critical handlers. The high volume of unsanitized paths in taint analysis is a critical indicator of potential security flaws that could be exploited. While the plugin doesn't bundle external libraries, the direct use of dangerous functions is also absent. The plugin's strengths lie in its lack of known historical vulnerabilities and the absence of dangerous functions, which suggests a potentially contained initial development. However, the identified code analysis findings strongly suggest that the plugin is not robustly secured and carries a high risk of exploitation without urgent remediation.

Key Concerns

  • Unprotected AJAX handlers
  • High severity taint flows with unsanitized paths
  • Low percentage of SQL queries using prepared statements
  • Low percentage of properly escaped output
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Simple Video Gallery Security Vulnerabilities

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

Simple Video Gallery Code Analysis

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

SQL Query Safety

6% prepared16 total queries

Output Escaping

25% escaped4 total outputs
Data Flows
13 unsanitized

Data Flow Analysis

13 flows13 with unsanitized paths
viewIndex (components\svg_configure.php:46)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Simple Video Gallery Attack Surface

Entry Points4
Unprotected2

AJAX Handlers 2

noprivwp_ajax_svg-requestsimple-video-gallery.php:41
authwp_ajax_svg-requestsimple-video-gallery.php:42

Shortcodes 2

[svgvideo] simple-video-gallery.php:37
[svgplaylist] simple-video-gallery.php:38
WordPress Hooks 2
actionadmin_menusimple-video-gallery.php:33
actionadmin_initsimple-video-gallery.php:34
Maintenance & Trust

Simple Video Gallery Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedNov 17, 2013
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Simple Video Gallery Developer Profile

mch0lic

3 plugins · 40 total installs

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

How We Detect Simple Video Gallery

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-video-gallery/css/style.css/wp-content/plugins/simple-video-gallery/js/svg-video.js
Script Paths
/wp-content/plugins/simple-video-gallery/js/svg-video.js
Version Parameters
simple-video-gallery/css/style.css?ver=simple-video-gallery/js/svg-video.js?ver=

HTML / DOM Fingerprints

CSS Classes
svg-video-itemsvg-video-item-titlesvg-video-item-padding
Data Attributes
video
JS Globals
svgAjax
Shortcode Output
<div id="svg-video"><div class="svg-video-item<div class="svg-video-item-title<a href="#" class="playVideo"
FAQ

Frequently Asked Questions about Simple Video Gallery