CyberRota Analysis
AI-GeneratedAVideo is vulnerable due to a missing authentication flaw in the RTMP callback endpoint, allowing unauthenticated attackers to manipulate scheduled broadcasts by sending crafted POST requests. This can lead to the unauthorized cancellation of live broadcasts, potentially disrupting services and impacting user engagement. Organizations using AVideo should prioritize addressing this vulnerability to safeguard their live streaming capabilities and maintain service integrity.
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 contains a missing authentication vulnerability in plugin/Live/on_publish.php that allows unauthenticated attackers to mark arbitrary scheduled broadcasts as failed by sending crafted POST requests with schedule identifiers. Attackers can exploit the unguarded RTMP callback endpoint to modify scheduled broadcast status fields by supplying fabricated stream keys matching the pattern -ps-<N>, silently canceling any scheduled live broadcast without credentials or authorization.