CVE-2026-89244
Received Received - Intake

Reflected XSS in AVideo Gallery Plugin via getBackURL Parameter

Vulnerability report for CVE-2026-89244, 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 plugin/Gallery/view/Category.php when SubCategorys is enabled. The getBackURL parameter is echoed into an href attribute without HTML encoding, allowing attackers to inject malicious scripts that execute in visitors' browsers when they interact with the Back control.

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 Gallery plugin when the SubCategorys feature is enabled. The getBackURL parameter is directly echoed into an href attribute without HTML encoding, allowing attackers to inject malicious scripts via crafted URLs. When users interact with the Back control, the injected scripts execute in their browsers.

Detection Guidance

To detect this reflected XSS vulnerability in WWBN AVideo, inspect network traffic for requests to plugin/Gallery/view/Category.php with the getBackURL parameter. Look for URLs containing JavaScript code in the parameter value. Manually test by appending a payload like <script>alert(1)</script> to the getBackURL parameter and check if it executes in the response.

Impact Analysis

Attackers could steal user sessions, deliver malware, or perform actions on behalf of users. Victims may have their sensitive data exposed or accounts compromised if they interact with the Back control while the malicious URL is active.

Compliance Impact

This vulnerability could lead to unauthorized data access or disclosure, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Organizations may face compliance violations, fines, or legal consequences if user data is compromised through this XSS flaw.

Mitigation Strategies

Immediately update AVideo to a version that patches this vulnerability. If an update is unavailable, apply input validation by sanitizing the getBackURL parameter using htmlspecialchars() with ENT_QUOTES and UTF-8 encoding. Alternatively, use the isSafeRedirectURL() function to validate the parameter before echoing it into the href attribute.

Chat Assistant

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

EPSS Chart