Video Short Code Security & Risk Analysis

wordpress.org/plugins/insert-video-with-shortcode

This plugin only for some chinese video site.

10 active installs v1.2.0 PHP + WP 2.8+ Updated Nov 17, 2014
ku6short-codetudouvideoyouku
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Video Short Code Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The plugin "insert-video-with-shortcode" v1.2.0 exhibits a mixed security posture. On the positive side, it has no recorded vulnerabilities in its history, uses prepared statements for all SQL queries, and has no external HTTP requests or dangerous function calls. It also avoids common pitfalls like bundled outdated libraries.

However, there are significant concerns arising from the static analysis. The complete lack of capability checks and nonce checks across all entry points, including its 8 shortcodes, is a major security weakness. Furthermore, 100% of its output is not properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The single file operation also warrants closer inspection as it could be a potential vector for abuse if not handled securely. While taint analysis shows no flows, this could be due to the limited scope of analysis or the simplicity of the code, and doesn't negate the risks from other identified issues.

In conclusion, while the plugin benefits from a clean vulnerability history and secure SQL practices, the absence of critical security checks like capability and nonce validation, coupled with widespread unescaped output, presents a substantial risk of exploitation. The current version is not recommended for production environments without significant remediation of these identified vulnerabilities.

Key Concerns

  • 0% output escaping
  • 0 capability checks
  • 0 nonce checks
  • 1 file operation
Vulnerabilities
None known

Video Short Code Security Vulnerabilities

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

Video Short Code Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Video Short Code Attack Surface

Entry Points8
Unprotected0

Shortcodes 8

[youku] video.php:112
[tudou] video.php:113
[ku6] video.php:114
[tvsohu] video.php:115
[vqq] video.php:116
[letv] video.php:117
[56com] video.php:118
[yyt] video.php:119
WordPress Hooks 2
actionadmin_noticesvideo.php:86
filtercontent_save_prevideo.php:120
Maintenance & Trust

Video Short Code Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedNov 17, 2014
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Video Short Code Developer Profile

caijiamx

2 plugins · 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 Video Short Code

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

Asset Fingerprints

Version Parameters
insert-video-with-shortcode/style.css?ver=insert-video-with-shortcode/script.js?ver=

HTML / DOM Fingerprints

Shortcode Output
<iframe height="{height}" width="{width}" src="http://player.youku.com/embed/{code}" frameborder=0 allowfullscreen></iframe><object width="{width}" height="{height}" type="application/x-shockwave-flash" data="http://www.tudou.com/a/{code}/v.swf"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="flashvars" value="playMovie=true&isAutoPlay=true"></object><object width="{width}" height="{height}" type="application/x-shockwave-flash" data="http://player.ku6.com/refer/{code}/v.swf"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="flashvars" value="playMovie=true&isAutoPlay=true"></object><object width="{width}" height="{height}" type="application/x-shockwave-flash" data="http://share.vrs.sohu.com/{code}/v.swf&topBar=1&autoplay=false&pub_catecode=0&from=page"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="flashvars" value="playMovie=true&isAutoPlay=true"></object>
FAQ

Frequently Asked Questions about Video Short Code