CyberRota Analysis
AI-GeneratedThe YPTWallet plugin in AVideo is vulnerable to a stored cross-site scripting (XSS) flaw that allows attackers to inject malicious scripts through user-supplied CryptoWallet values, which are improperly handled before being stored. This vulnerability can lead to unauthorized administrative actions when administrators view pending withdrawal requests, as the malicious scripts execute in their session context. Organizations using AVideo, particularly those with administrative access to the wallet_log, should prioritize patching this vulnerability to mitigate potential 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 YPTWallet plugin where user-supplied CryptoWallet values are base64-encoded but not HTML-escaped before storage in wallet_log.information. Administrators viewing pending withdrawal requests in pendingRequests.php execute the stored markup in their session, allowing attackers to perform administrative actions via same-origin fetch requests.