CVE-2026-34396 MEDIUM

CVE-2026-34396: AVideo: Stored XSS via Unescaped Plugin Configuration Values in Admin Panel

Vendor Wwbn
Product AVideo
Weakness CWE-79 · XSS
Published March 31, 2026
Last update April 1, 2026

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

WWBN AVideo is an open source video platform. In versions 26.0 and prior, the AVideo admin panel renders plugin configuration values in HTML forms without applying htmlspecialchars() or any other output encoding. The jsonToFormElements() function in admin/functions.php directly interpolates user-controlled values into textarea contents, option elements, and input attributes. An attacker who can set a plugin configuration value (either as a compromised admin or by chaining with CSRF on admin/save.json.php) can inject arbitrary JavaScript that executes whenever any administrator visits the plugin configuration page. At time of publication, there are no publicly available patches.

Key dates

02Disclosure timeline

March 31, 2026 CVE published
April 1, 2026 Record updated