AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-72747

HIGH · CVSS 7.2 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

AVideo is vulnerable due to inadequate sanitization of the phone field during user registration, allowing unauthenticated attackers to inject persistent malicious JavaScript into the database. This vulnerability can lead to cross-site scripting (XSS) attacks, executing the injected script in the administrator's browser when accessing the user management page. Organizations using AVideo should prioritize patching this issue to protect against potential exploitation and data compromise.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-72747
Severity
HIGH
CVSS
7.2
EPSS
0.26%
Java

Original NVD 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.