CVE-2026-89239
Received Received - Intake

Reflected XSS in AVideo via Unsanitized Referer Header

Vulnerability report for CVE-2026-89239, 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 the showAlertMessage() function that inserts the raw Referer header into a JavaScript comment without encoding. Attackers can craft a Referer header containing */ to close the comment and inject arbitrary JavaScript that executes in the site origin for visitors arriving from the attacker-controlled page.

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 to c3edcc274c389816d434acadac07ee78eaf330c1 (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

CVE-2026-89239 is a reflected cross-site scripting (XSS) vulnerability in WWBN AVideo. It occurs in the showAlertMessage() function where the raw Referer header is inserted into a JavaScript comment without proper encoding. Attackers can craft a Referer header containing */ to close the comment and inject arbitrary JavaScript that executes in the site's origin for visitors arriving from the attacker-controlled page.

Detection Guidance

To detect this vulnerability, monitor HTTP requests for Referer headers containing the string */. Check web server logs for unusual JavaScript injection attempts in Referer fields. Use tools like Burp Suite or OWASP ZAP to intercept and inspect Referer headers for payload patterns. Inspect JavaScript comments in pages using the showAlertMessage() function for improperly encoded Referer data.

Impact Analysis

This vulnerability allows attackers to run malicious scripts in the context of the affected website for users visiting from the attacker's URL. This includes administrators, potentially leading to session hijacking, data theft, or unauthorized actions on the site. User interaction is required as the attacker must craft a URL with a Referer containing */ and use referrerpolicy="unsafe-url".

Mitigation Strategies

Immediately update to the latest version of AVideo if available. If no patch exists, disable the showAlertMessage() function or sanitize Referer headers by encoding special characters. Implement a web application firewall (WAF) to block requests with Referer headers containing */. Restrict the use of referrerpolicy="unsafe-url" in your site's HTML.

Chat Assistant

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

EPSS Chart