Description
AVideo contains a stored cross-site scripting vulnerability in the video trailer1 field rendered unsanitized within an inline onclick JavaScript string. Attackers with video upload permission can store HTML entity-encoded payloads that bypass isValidURL() validation and are decoded by the browser to break out of the JavaScript string, executing arbitrary code in any visitor's session including administrators.
Published: 2026-09-26
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Apply Patch
AI Analysis

Impact

AVideo contains a stored cross‑site scripting flaw that allows attackers who can upload videos to embed specially crafted HTML entity–encoded content in the trailer1 field. The payload is rendered inside an inline onclick JavaScript string without proper sanitization. When a victim visits the page, the browser decodes the entities, exits the string context, and executes the arbitrary JavaScript payload, which can run as the visitor’s session and even affect administrators.

Affected Systems

The vulnerability affects the WWBN AVideo application. No specific version information is provided, so all deployments of this software are potentially impacted if they expose the trailer1 field and allow video uploads.

Risk and Exploitability

The CVSS score of 5.1 indicates a medium severity vulnerability. The EPSS score is not available, and the issue is not listed in the CISA KEV catalogue. Attackers need only the video‑upload permission to inject the payload, so the attack vector is local to authorized upload actions. Gain of arbitrary JavaScript execution in any visitor’s session poses a risk of data theft or phishing but is limited to the client side of the application.

Generated by OpenCVE AI on September 26, 2026 at 15:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update AVideo to the latest version when a vendor patch is released.
  • If a patch is not yet available, disable or restrict access to the trailer1 upload feature so that only trusted users can add content.
  • Implement server‑side validation and output encoding for the trailer1 field to ensure only safe URLs are accepted and no executable code can be injected.

Generated by OpenCVE AI on September 26, 2026 at 15:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 26 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description AVideo contains a stored cross-site scripting vulnerability in the video trailer1 field rendered unsanitized within an inline onclick JavaScript string. Attackers with video upload permission can store HTML entity-encoded payloads that bypass isValidURL() validation and are decoded by the browser to break out of the JavaScript string, executing arbitrary code in any visitor's session including administrators.
Title AVideo Stored XSS via HTML Entity Bypass in trailer1 Field
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-79
CPEs cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
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'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-26T13:23:06.440Z

Reserved: 2026-09-26T02:31:42.100Z

Link: CVE-2026-100630

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-26T14:16:44.260

Modified: 2026-09-26T14:16:44.260

Link: CVE-2026-100630

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T15:30:08Z

Weaknesses
  • CWE-79

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