CVE-2026-85158
Received Received - Intake

Reflected XSS in AVideo via videoEmbeded.php Link Parameter

Vulnerability report for CVE-2026-85158, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
avideo avideo *
wwbn avideo to c91b5975d (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

AVideo has a reflected cross-site scripting (XSS) vulnerability in videoEmbeded.php. The link parameter is echoed inside an HTML comment without proper escaping. Attackers can inject malicious JavaScript by closing the comment and adding their own code, which executes when victims visit a specially crafted embed URL.

Detection Guidance

To detect this reflected XSS vulnerability in AVideo, inspect HTTP requests to videoEmbeded.php for the 'link' parameter. Look for URLs containing JavaScript code or attempts to close HTML comments with '-->'. Use tools like Burp Suite or OWASP ZAP to intercept and analyze requests for malicious payloads.

Impact Analysis

This vulnerability allows attackers to execute arbitrary JavaScript in the context of a victim's browser when they visit a malicious embed URL. This could lead to theft of session cookies, account takeover, or delivery of malware. Users interacting with compromised videos are at risk.

Compliance Impact

This XSS vulnerability could lead to unauthorized access to user data, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. Organizations using AVideo may face compliance violations if user data is compromised through this flaw.

Mitigation Strategies

Immediately update AVideo to the latest commit (c91b5975d or later) which patches the reflected XSS issue. If an update is not available, implement input validation to sanitize the 'link' parameter and ensure proper output escaping in videoEmbeded.php to prevent script injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85158. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart