Description
AVideo fails to sanitize the phone field during user registration, allowing unauthenticated attackers to inject malicious JavaScript that persists in the database. When administrators visit the users management page, the unsanitized phone value is rendered via innerHTML, executing the injected script in the admin's browser session.
Published: 2026-08-11
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AVideo's registration form fails to sanitize the phone field, allowing an unauthenticated user to inject JavaScript. The injected script is stored in the database and later rendered via innerHTML on the administrators' user‑management page, causing the script to execute in an admin's browser session. This stored XSS can lead to credential theft, session hijacking, or other malicious actions within the administrative context. Based on the description, the likely attack vector is the publicly exposed registration endpoint, and the impact materializes when an authenticated administrator accesses the user list.

Affected Systems

The affected product is AVideo from WWBN. Versions 14.2, 14.3, 14.3.1, 14.4, 18.0, 21.0, 22.0, 24.0, 25.0, 26.0, and 29.0 are vulnerable. All instances of AVideo running any of these versions are at risk.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate severity. EPSS is not available, and the vulnerability is not listed in CISA's KEV catalog. Since the flaw is injected through an unauthenticated registration path and activates only when an administrator views the user list, successful exploitation requires a public registration endpoint to receive the payload and then an administrator session to trigger the script. Although the risk is moderate, the potential for attacker‑controlled code execution in privileged browser sessions warrants immediate attention.

Generated by OpenCVE AI on August 11, 2026 at 23:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade AVideo to the latest stable release or apply the vendor patch that sanitizes the phone field during registration.
  • Ensure that the phone field is treated as plain text by enforcing server‑side input validation and escaping before rendering via innerHTML.
  • Restrict or monitor administrative access to the user‑management page until the patch is deployed, and consider applying content‑security‑policy headers to mitigate XSS execution.

Generated by OpenCVE AI on August 11, 2026 at 23:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description AVideo fails to sanitize the phone field during user registration, allowing unauthenticated attackers to inject malicious JavaScript that persists in the database. When administrators visit the users management page, the unsanitized phone value is rendered via innerHTML, executing the injected script in the admin's browser session.
Title AVideo Stored Cross-Site Scripting via Unauthenticated Registration
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-79
CPEs cpe:2.3:a:wwbn:avideo:14.2:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:14.3.1:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:14.3:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:14.4:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:18.0:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:21.0:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:22.0:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:24.0:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:25.0:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:26.0:*:*:*:*:*:*:*
cpe:2.3:a:wwbn:avideo:29.0:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-11T17:59:50.727Z

Reserved: 2026-08-10T13:53:42.482Z

Link: CVE-2026-72747

cve-icon Vulnrichment

Updated: 2026-08-11T17:59:20.769Z

cve-icon NVD

Status : Received

Published: 2026-08-11T13:19:05.663

Modified: 2026-08-11T18:18:24.060

Link: CVE-2026-72747

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T00:15:12Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')