CVE-2026-85577
Received Received - Intake

Reflected XSS in AVideo Login Page

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

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulnCheck

Description

AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in userLogin.php that allows unauthenticated attackers to inject arbitrary JavaScript by closing the script tag with </script>. Attackers can craft a malicious URL with an error parameter containing script breakout sequences to execute arbitrary JavaScript in the victim's browser context on the login page.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
avideo avideo *
wwbn avideo From 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

This is a reflected cross-site scripting (XSS) vulnerability in AVideo's userLogin.php file. It allows unauthenticated attackers to inject malicious JavaScript by exploiting the error parameter. Attackers craft URLs with script breakout sequences like </script> to execute arbitrary code in victims' browsers when they access the login page.

Detection Guidance

To detect this reflected XSS vulnerability, monitor network traffic for requests to userLogin.php with an error parameter containing script tags or breakout sequences like </script>. Use tools like curl to test the endpoint with a payload such as: curl 'http://target.com/userLogin.php?error=%3C/script%3E%3Cscript%3Ealert(1)%3C/script%3E'. If the response executes the script, the vulnerability is present.

Impact Analysis

An attacker could steal session cookies, perform actions on your behalf, redirect you to phishing sites, or capture login credentials. Since it requires user interaction (visiting a malicious link), the impact depends on whether you click such a link while logged into AVideo.

Compliance Impact

This XSS vulnerability could lead to unauthorized data access or modification, violating GDPR's integrity and confidentiality principles. For HIPAA, it may compromise protected health information if exploited. Organizations using AVideo must address this to maintain compliance.

Mitigation Strategies

Immediately update AVideo to the latest version where the issue is patched. As a temporary fix, replace addslashes() with htmlspecialchars() or json_encode() in userLogin.php to properly escape input. Disable or restrict access to userLogin.php if an update is not immediately possible.

Chat Assistant

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

EPSS Chart