DescriptionFFmpeg versions 2.1 through 8.1.2 contain a heap buffer overflow vulnerability in the VobSub subtitle demuxer within libavformat/mpeg.c that allows attackers to corrupt adjacent heap memory by supplying a malicious .sub/.idx subtitle file declaring more distinct stream IDs than the fixed-size vobsub->q[] array can accommodate. Attackers can craft a subtitle file with excessive distinct stream IDs to trigger out-of-bounds writes via ff_subtitles_queue_insert(), potentially achieving arbitrary code execution in any application using FFmpeg's VobSub demuxer.