Description
WWBN AVideo is an open source video platform. In 29.0 and earlier, there is a stored cross-site scripting vulnerability. The Live plugin's "YouTube-style" view renders the live transmission's stream key into an HTML class attribute by raw echo, without htmlspecialchars(). A canStream user can persist a key containing " plus an event handler via plugin/Live/saveLive.php, and any visitor (logged in or anonymous) opening the stream's live page executes attacker JavaScript in the platform origin.
Published: 2026-05-29
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A video platform contains a stored cross‑site scripting flaw that allows an attacker to embed malicious code in the stream key for a live broadcast. When the key is stored, the software echoes it directly into an HTML class attribute without escaping. Any person who visits the live page – whether logged in or anonymous – will execute the embedded JavaScript in the context of the site. This can lead to theft of credentials, session hijacking or other malicious actions within the platform’s domain.

Affected Systems

The vulnerability exists in the open source video platform provided by WWBN in all releases version 29.0 and earlier. It is triggered via the Live plugin’s YouTube‑style view and can be introduced through the Live/saveLive.php interface by any user with canStream permissions. All downstream users who access the affected stream’s page are potentially exposed.

Risk and Exploitability

The CVSS score of 5.4 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. An attacker requires the ability to add or edit a stream key, which is granted to users with canStream permissions. Once a malicious key is stored, any visitor to the live page triggers the payload, making exploitation straightforward for attackers who can create or manipulate live streams. The lack of request‑time validation and proper output encoding directly contributes to the risk of exploitation.

Generated by OpenCVE AI on May 29, 2026 at 15:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of AVideo, which removes the unescaped output of the stream key
  • If an upgrade is not immediately possible, implement input sanitization on the stream key to strip or encode special characters such as quotes and disallow event handler attributes
  • Deploy a web application firewall or content security policy that restricts inline scripting and detects suspicious payloads in class attributes
  • Verify that only authorized users can create or modify streams by enforcing strict permission checks

Generated by OpenCVE AI on May 29, 2026 at 15:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-m5j4-7r85-2cj2 AVideo: stored XSS via unescaped stream key in modeYoutubeLive.php class attribute
History

Fri, 29 May 2026 15:30:00 +0000

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

Fri, 29 May 2026 13:45:00 +0000

Type Values Removed Values Added
Description WWBN AVideo is an open source video platform. In 29.0 and earlier, there is a stored cross-site scripting vulnerability. The Live plugin's "YouTube-style" view renders the live transmission's stream key into an HTML class attribute by raw echo, without htmlspecialchars(). A canStream user can persist a key containing " plus an event handler via plugin/Live/saveLive.php, and any visitor (logged in or anonymous) opening the stream's live page executes attacker JavaScript in the platform origin.
Title WWBN AVideo Live: stored XSS via unescaped stream key in modeYoutubeLive.php class attribute
Weaknesses CWE-79
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-29T13:14:49.977Z

Reserved: 2026-05-12T19:00:14.601Z

Link: CVE-2026-45580

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-05-29T14:16:30.413

Modified: 2026-05-29T15:06:44.207

Link: CVE-2026-45580

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-29T15:30:04Z

Weaknesses