CVE-2026-34247
WWBN AVideo (versions up to 26.0) contains an IDOR in plugin/Live/uploadPoster.php that lets any authenticated user overwrite a scheduled live poster by supplying an arbitrary live_schedule_id. The endpoint only checks User::isLogged() and does not verify ownership of the schedule, enabling poste...