Description
AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in videoEmbeded.php that echoes the link parameter inside an HTML comment with zero escaping. Attackers can close the comment with --> and inject arbitrary JavaScript that executes when victims visit the crafted embed URL.
Published: 2026-09-03
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An input parameter called link in the videoEmbeded.php script is echoed within an HTML comment without any escaping. An attacker can close the comment with --> and inject arbitrary JavaScript. When a victim visits the crafted embed URL the injected script runs in the victim's browser, enabling session hijacking, credential theft or other client‑side attacks. The vulnerability is a reflected XSS flaw, aligned with CWE‑79.

Affected Systems

The affected product is WWBN:AVideo. The vulnerability appears in the code base associated with commit c91b5975d. No specific version numbers are listed, so any released AVideo installation that has not applied the commit is potentially impacted.

Risk and Exploitability

The CVSS v3 score of 5.3 indicates a moderate impact. EPSS data are not available and the issue is not listed in CISA KEV, suggesting a lower known exploitation probability at present. Exploitation can be achieved simply by creating a malicious link and directing a user to that URL. The impact centers on client‑side execution and can compromise user sessions or data visible in the browser. The lack of a current KEV listing does not preclude exploitation, especially given the straightforward attack vector described.

Generated by OpenCVE AI on September 3, 2026 at 12:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest AVideo release that includes commit c91b5975d, which sanitizes or escapes the link parameter.
  • If upgrading is not immediately possible, block or delete access to videoEmbeded.php or filter the link parameter out of URLs served to users.
  • Implement server‑side validation that prohibits the link value from containing characters that close an HTML comment (e.g., escape '<' and '>' before rendering).

Generated by OpenCVE AI on September 3, 2026 at 12:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in videoEmbeded.php that echoes the link parameter inside an HTML comment with zero escaping. Attackers can close the comment with --> and inject arbitrary JavaScript that executes when victims visit the crafted embed URL.
Title AVideo Reflected XSS via videoEmbeded.php link parameter
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:N/UI:R/S:U/C:L/I:L/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T14:01:45.905Z

Reserved: 2026-09-03T11:04:41.806Z

Link: CVE-2026-85158

cve-icon Vulnrichment

Updated: 2026-09-03T14:01:26.762Z

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:22.673

Modified: 2026-09-03T13:06:22.673

Link: CVE-2026-85158

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T13:00:04Z

Weaknesses
  • CWE-79

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