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.
Published: 2026-07-15
Score: 4.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WWBN AVideo is an open‑source video platform that, in versions 29.0 and earlier, contained a stored Cross‑Site Scripting flaw in the YouTubeAPI plugin. The plugin displays the video title field returned by the YouTube Data API directly in the homepage gallery without encoding it, treating the title as trusted content. A YouTube uploader can craft a title that includes JavaScript; if that video matches the platform’s search query, the malicious title is rendered on every page that shows the gallery. When an AVideo administrator views the gallery, the injected script runs with the administrator’s browser context. Because the platform uses cookie‑based authentication without additional CSRF protection for admin actions, the script can create users, promote them to administrator, alter configuration, or install plugins, effectively achieving full administrative takeover. The payload persists for the duration of the cache timeout (default 3600 seconds) after the video title is set, and it survives even if the hostile video is subsequently removed from YouTube.

Affected Systems

The vulnerability impacts WWBN AVideo, version 29.0 and all older releases that include the unpatched YouTubeAPI plugin. Users running these versions are exposed to the stored XSS when the plugin processes foreign video titles.

Risk and Exploitability

The CVSS score of 4.7 indicates moderate severity, while the EPSS score of <1% suggests a very low likelihood of exploitation in the current environment. An attacker must set a malicious title that matches the platform’s query, wait for the cached title to be served, and have an administrator load a gallery page. When these conditions are met, the vulnerability escalates to administrative takeover via cookie‑based authentication. The issue is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on July 31, 2026 at 02:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch provided in commit 7292129eaee5f609beae103b5cb387d55f17b877 to the YouTubeAPI plugin, ensuring the snippet.title field is properly HTML‑encoded before rendering.
  • Upgrade the AVideo platform to a release newer than 29.0 (any version explicitly marked as fixed in the project’s changelog).
  • If an immediate upgrade is not feasible, disable the YouTubeAPI plugin or remove the gallery integration that renders external video titles until the patch can be applied.

Generated by OpenCVE AI on July 31, 2026 at 02:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-66q5-cj5g-wrfx WWBN AVideo: Stored XSS via Hostile YouTube Video Title in AVideo YouTubeAPI Gallery Section
History

Thu, 16 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Wwbn
Wwbn avideo
Vendors & Products Wwbn
Wwbn avideo

Wed, 15 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
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.
Title WWBN AVideo: Stored XSS via Hostile YouTube Video Title in AVideo YouTubeAPI Gallery Section
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 4.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-16T12:50:47.083Z

Reserved: 2026-06-03T22:05:13.644Z

Link: CVE-2026-50183

cve-icon Vulnrichment

Updated: 2026-07-16T12:50:20.685Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T02:45:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')