Laboreal Video Gallery Security & Risk Analysis

wordpress.org/plugins/laboreal-video-gallery

This is a simple but powerful video gallery plugin. Just create your galleries and add videos by copying and pasting the URLs.

10 active installs v0.2 PHP + WP 2.1+ Updated Mar 1, 2012
metacafevideo-galleryvideosvimeoyoutube
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Laboreal Video Gallery Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "laboreal-video-gallery" plugin version 0.2 exhibits several concerning security practices, despite a lack of publicly disclosed vulnerabilities. The static analysis reveals a critical risk related to the use of the `unserialize` function without proper sanitization or validation, evidenced by a high-severity taint flow. This combination strongly suggests a potential for Remote Code Execution (RCE) if malicious data is passed to the `unserialize` function. Furthermore, the complete absence of prepared statements for all 22 SQL queries and the lack of proper output escaping for all 16 observed outputs are significant weaknesses. While the plugin has no recorded CVEs, this can sometimes indicate a lack of rigorous security auditing or a small user base rather than inherent security. The limited attack surface (one shortcode) and the presence of a capability check offer some mitigation, but the identified code-level risks, particularly the `unserialize` vulnerability and insecure SQL handling, outweigh these positive aspects. The plugin should be considered risky until these fundamental security flaws are addressed.

Key Concerns

  • Unsanitized unserialize function leading to RCE risk
  • 100% of SQL queries use raw SQL
  • 100% of output is not properly escaped
  • No nonce checks on potential entry points
Vulnerabilities
None known

Laboreal Video Gallery Security Vulnerabilities

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

Laboreal Video Gallery Code Analysis

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

Dangerous Functions Found

unserialize$hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/" . $id . ".php"));video-gallery.php:179

SQL Query Safety

0% prepared22 total queries

Output Escaping

0% escaped16 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<video-gallery> (video-gallery.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Laboreal Video Gallery Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[laboreal] video-gallery.php:380
WordPress Hooks 2
actioninitvideo-gallery.php:16
actionadmin_menuvideo-gallery.php:30
Maintenance & Trust

Laboreal Video Gallery Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedMar 1, 2012
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Laboreal Video Gallery Developer Profile

robsonbotelho

1 plugin · 10 total installs

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

How We Detect Laboreal Video Gallery

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
video_thumbvideo_link
Data Attributes
id="vid_([^"]+)"
Shortcode Output
[laboreal_video_gallery]
FAQ

Frequently Asked Questions about Laboreal Video Gallery