CyberRota Analysis
AI-GeneratedThe CustomizeUser plugin in AVideo is vulnerable to a stored cross-site scripting (XSS) attack due to the unsanitized storage of the field_name parameter. This flaw allows attackers to inject malicious scripts through the add.json.php endpoint, which can execute when users view specific pages, potentially compromising user data and session integrity. Administrators and security teams managing AVideo installations should prioritize patching this vulnerability to mitigate the risk of exploitation.
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.
Original NVD Description
AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a stored cross-site scripting vulnerability in the CustomizeUser plugin where the field_name parameter is stored raw without sanitization. Administrators can inject malicious scripts via the add.json.php endpoint that execute when viewing extra info pages or profile forms that render the typeToHTML function.