SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-50183

MEDIUM · CVSS 4.7 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

AVideo versions 29.0 and below are vulnerable to a stored Cross-Site Scripting (XSS) attack via the YouTubeAPI plugin, which improperly handles the snippet.title field from the YouTube Data API. This flaw allows attackers to inject malicious JavaScript into the homepage gallery, potentially enabling administrative actions if an AVideo administrator visits the affected page. Organizations using AVideo should prioritize patching this vulnerability to prevent potential administrative takeovers and ensure the security of their video platform.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-50183
Severity
MEDIUM
CVSS
4.7
EPSS
0.16%
Java GitHub

Original NVD Description

WWBN AVideo is an open source video platform. Versions 29.0 and below contain a stored Cross-Site Scripting vulnerability in the YouTubeAPI plugin. The plugin renders the snippet.title field returned by the YouTube Data API into the homepage gallery markup with no HTML encoding. The title is set by the YouTube video uploader (anyone in the world) and is treated by AVideo as trusted content. A YouTube uploader who controls a video matching the operator's configured query injects HTML into the AVideo homepage by setting their video's title to a JavaScript-bearing string; the payload then executes in the browser of every visitor who loads any page that renders the gallery. When the visitor is an AVideo administrator, the injected JavaScript performs any admin action (create user, promote to admin, change configuration, install plugin) that uses cookie-based authentication without an additional CSRF token, escalating the bug into full administrative takeover. The payload persists for the duration of cacheTimeout (default 3600 seconds) after the malicious title is set on YouTube and survives YouTube removing the hostile video for the same window. This issue has been addressed by commit https://github.com/WWBN/AVideo/commit/7292129eaee5f609beae103b5cb387d55f17b877.