CyberRota Analysis
AI-GeneratedFFmpeg is vulnerable to a stack buffer overflow in the MPEG-PS muxer, which occurs when processing input with more streams than the fixed-size stack buffer can handle. This vulnerability can lead to potential code execution or crashes, making it critical for users who utilize FFmpeg for multimedia processing to prioritize patching or upgrading their software. Organizations relying on FFmpeg for video encoding or streaming should take immediate action to mitigate this risk.
Original NVD Description
FFmpeg before commit 9d786e4 contains a stack buffer overflow in the MPEG-PS muxer (libavformat/mpegenc.c). When muxing input with more streams than the muxer's fixed-size stack buffer accommodates, the buffer is overflowed. A crafted input with an excessive number of streams triggers the overflow during MPEG-PS muxing.