Is there an existing issue for this?
Current Behavior
The current version of FFmpeg 8.1 is vulnerable to CVE-2026-8461 and needs to be updated to 8.1.2 to resolve.
Expected Behavior
No response
Steps To Reproduce
If you run the following command: ffmpeg -decoders 2>/dev/null | grep magicyuv and get a response similar to this: VFS..D magicyuv MagicYUV video, based on this: https://jfrog.com/blog/pixelsmash-critical-ffmpeg-vulnerability-turns-media-files-into-weapons/ then FFmpeg is vulnerable.
Environment
Docker creation
Container logs
ffmpeg -decoders 2>/dev/null | grep magicyuv
VFS..D magicyuv MagicYUV video
Is there an existing issue for this?
Current Behavior
The current version of FFmpeg 8.1 is vulnerable to CVE-2026-8461 and needs to be updated to 8.1.2 to resolve.
Expected Behavior
No response
Steps To Reproduce
If you run the following command:
ffmpeg -decoders 2>/dev/null | grep magicyuvand get a response similar to this:VFS..D magicyuv MagicYUV video, based on this: https://jfrog.com/blog/pixelsmash-critical-ffmpeg-vulnerability-turns-media-files-into-weapons/ then FFmpeg is vulnerable.Environment
Docker creation
Container logs