Bump ffmpeg to 8.1.2 to fix CVE-2026-8461#1249
Open
MDSALMANSHAMS wants to merge 1 commit into
Open
Conversation
ffmpeg 8.1.1 is affected by CVE-2026-8461, an out-of-bounds write in the MagicYUV decoder (libavcodec/magicyuv.c, CWE-787, CVSS 8.8). It is fixed upstream in ffmpeg 8.1.2. Update FFMPEG_VERSION from 8.1.1 to 8.1.2 in all seven build Dockerfiles (manylinux2014, manylinux_2_28 and musllinux_1_2).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #1248.
Problem
ffmpeg
8.1.1is affected by CVE-2026-8461 - an out-of-bounds write in the MagicYUV decoder (libavcodec/magicyuv.c), CWE-787, CVSS 3.1 base score 8.8 (HIGH). It allows denial of service and potentially remote code execution when decoding a crafted MagicYUV stream. It is fixed upstream in ffmpeg8.1.2.Change
Bump
FFMPEG_VERSIONfrom8.1.1to8.1.2in all seven build Dockerfiles:One line per file, no other changes.
8.1.1appears nowhere else in the tree, so there are no checksums or pins left to update.Notes
ffmpeg-8.1.2.tar.gzis published on ffmpeg.org, so the existing download URLs in each Dockerfile resolve unchanged with no other edits.8.1.3is not released, making8.1.2the correct target.8.1.2is a patch release in the same8.1series as the currently pinned version, so no API or ABI change is expected for the OpenCV video I/O backend.8.1.1.