CVE-2026-85577 Details
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.
A reflected cross-site scripting vulnerability has been identified in AVideo versions through commit c91b5975d. The issue resides in userLogin.php, where the application echoes the 'error' parameter from the URL inside a script block. This creates an opportunity for unauthenticated attackers to inject arbitrary JavaScript by closing the script tag with '</script>'. Exploitation involves crafting a malicious URL that includes script breakout sequences, which are then executed in the context of the victim's browser on the login page.
Replace 'addslashes($_GET['error'])' with 'json_encode($_GET['error'])' or 'htmlspecialchars($_GET['error'], ENT_QUOTES|ENT_HTML5)' before outputting in a script context. Alternatively, pass the error via a 'data-*' attribute and read it with JavaScript.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 4, 2026CISA-ADP
Assessed Sep 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo/security/advisories/GHSA-v654-6qw8-pc33 | CISA-ADP | AdvisoryExploitTechnical AnalysisVendor |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-v654-6qw8-pc33 | [email protected] | AdvisoryExploitTechnical AnalysisVendor |
| https://www.vulncheck.com/advisories/avideo-userlogin-php-reflected-xss-via-error-parameter | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| WWBN AVideo | <= c91b5975d |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 4, 2026 | CVE Modified | CISA-ADP |
| Sep 4, 2026 | New CVE Received | [email protected] |
Volerion