CVE-2026-89241
Received Received - Intake

Reflected XSS in AVideo via confirmLivePassword.php

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

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: VulnCheck

Description

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a reflected cross-site scripting vulnerability in confirmLivePassword.php that copies REQUEST_URI into a form action attribute without encoding. Attackers can craft a malicious URL with a quote character to break out of the action attribute and inject event handlers that execute in the victim's browser within the site origin.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo *

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

This is a reflected Cross-Site Scripting (XSS) vulnerability in WWBN AVideo software. It occurs in the confirmLivePassword.php file where the application copies the REQUEST_URI value directly into a form's action attribute without proper encoding. Attackers can craft a malicious URL with a quote character to break out of the attribute and inject event handlers that execute in the victim's browser within the site origin.

Detection Guidance

To detect this vulnerability, inspect the AVideo application for the affected files: plugin/Live/confirmLivePassword.php, plugin/CustomizeUser/confirmVideoPassword.php, and plugin/CustomizeAdvanced/confirmRating.php. Check if these files use $_SERVER['REQUEST_URI'] directly in HTML action attributes without encoding. Manually review the code for unencoded output in form actions.

Impact Analysis

This vulnerability allows attackers to inject malicious JavaScript code via a crafted URL. When a user visits the link, the script executes in their browser within the AVideo site origin. This can affect any user, including administrators, who opens the malicious link. The impact includes potential theft of session cookies, account takeover, or unauthorized actions on behalf of the user.

Compliance Impact

This vulnerability could lead to unauthorized access to user data, which may violate GDPR's data protection requirements or HIPAA's safeguards for protected health information. Organizations using affected AVideo versions may face compliance violations, legal liabilities, and reputational damage if user data is compromised through this XSS flaw.

Mitigation Strategies

Apply input encoding to all instances where $_SERVER['REQUEST_URI'] is used in HTML attributes. Replace direct usage with htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES, 'UTF-8') in the affected files. Until a patch is available, this is the recommended mitigation to prevent XSS attacks.

Chat Assistant

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

EPSS Chart