CVE-2026-82646
Received Received - Intake

Unauthenticated Reflected XSS in WWBN AVideo

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

Publication date: 2026-08-30

Last updated on: 2026-08-30

Assigner: VulnCheck

Description

WWBN AVideo contains an unauthenticated reflected cross-site scripting vulnerability in the url2Embed.json.php endpoint that allows attackers to inject malicious scripts by supplying URLs with HTML metacharacters. Attackers can mint an encrypted evideo payload containing unescaped markup, then deliver it as a legitimate-looking link on the site's own domain to execute JavaScript in victims' sessions and steal cookies or CSRF tokens.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo to e01e41ecc (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-82646 is an unauthenticated reflected cross-site scripting (XSS) vulnerability in WWBN AVideo's url2Embed.json.php endpoint. Attackers can inject malicious scripts by providing URLs with HTML metacharacters. The system creates an encrypted payload containing unescaped markup, which appears as a legitimate link on the same domain. When clicked, it executes JavaScript in victims' sessions to steal cookies or CSRF tokens.

Detection Guidance

To detect this vulnerability, inspect network traffic for requests to the url2Embed.json.php endpoint with URLs containing HTML metacharacters like <, >, or ". Use tools like curl to test the endpoint: curl 'http://target.com/url2Embed.json.php?url=https://x.com/a"><script>alert(1)</script>'. If the response reflects the script without proper escaping, the vulnerability likely exists.

Impact Analysis

This vulnerability allows attackers to execute arbitrary JavaScript in your browser session when you click a malicious link. This could lead to theft of session cookies, CSRF tokens, or sensitive data. Attackers might also perform actions on your behalf, such as changing account settings or making unauthorized requests.

Compliance Impact

This XSS vulnerability could lead to unauthorized access to personal data, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. It may result in data breaches, unauthorized data access, or loss of data integrity, potentially leading to regulatory penalties and compliance violations.

Mitigation Strategies

Immediately update AVideo to the latest patched version. If an update is unavailable, restrict access to the url2Embed.json.php endpoint via server configuration. Implement input validation to reject URLs with HTML metacharacters and ensure output escaping in the videoLink rendering process.

Chat Assistant

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

EPSS Chart