Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
4.4

VideoZen Plugin for WordPress Allows Malicious Code Injection

CVE-2026-6439
Summary

The VideoZen plugin for WordPress is vulnerable to a type of attack where attackers can inject malicious code into the plugin settings page. This can happen when an attacker with Administrator-level access edits the plugin settings and injects malicious code. To fix this, update the VideoZen plugin to the latest version, which includes a patch to prevent this type of attack.

Original title
The VideoZen plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 1.0.1. This is due to insufficient input sanitization and output escaping in the video...
Original description
The VideoZen plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 1.0.1. This is due to insufficient input sanitization and output escaping in the videozen_conf() function. The 'lang' POST parameter is stored directly via update_option() without any sanitization, and later echoed inside a <textarea> element without applying esc_textarea() or any equivalent escaping function. This makes it possible for authenticated attackers with Administrator-level access and above to inject arbitrary web scripts into the plugin settings page that will execute whenever any user accesses that page.
nvd CVSS3.1 4.4
Vulnerability type
CWE-79 Cross-site Scripting (XSS)
Published: 17 Apr 2026 · Updated: 17 Apr 2026 · First seen: 17 Apr 2026