CVE-2026-72747
Received Received - Intake

Stored XSS in AVideo User Registration via Unsanitized Phone Field

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

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo to 30.0 (exc)

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 stored cross-site scripting (XSS) vulnerability in AVideo, an open-source video platform. It occurs because user input in the phone field during registration is not properly sanitized. Attackers can inject malicious JavaScript that gets stored in the database. When administrators view the user management page, the unsanitized phone value is rendered via innerHTML, executing the script in the admin's browser session.

Detection Guidance

Check AVideo user registration forms for unsanitized phone field inputs. Inspect database entries in the users table for phone values containing JavaScript code or HTML tags. Review admin user management pages for rendered phone values that execute scripts.

Impact Analysis

This vulnerability allows attackers to execute malicious scripts in the context of an administrator's browser session. Potential impacts include session theft, full admin account takeover, site defacement, and malware distribution. Attackers can leverage this to gain unauthorized access to sensitive data or control over the platform.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access to personal data, potential data breaches, and lack of proper input validation. GDPR requires protection of personal data, while HIPAA mandates safeguards for sensitive health information. Exploitation could result in data exposure, violating these regulations.

Mitigation Strategies

Apply the patch from commit 1adcb75458a3b31058655698a833e8cbde4d0593. Update setPhone() to use strip_tags() on input. Sanitize phone values in users.json.php. Monitor for suspicious user registrations with script payloads in phone fields.

Chat Assistant

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

EPSS Chart