summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2025-03-06 06:59:23 +0000
committerSteve Sakoman <steve@sakoman.com>2025-03-08 06:22:57 -0800
commita18a302dba4acc867e92abc0856cb0f5fce6d8a8 (patch)
treedaa1f032c3e303d9fabde7a3135984c6ceb6a607
parenta7888d9d2f2f0f77426370175d234f9cd54420d7 (diff)
downloadpoky-a18a302dba4acc867e92abc0856cb0f5fce6d8a8.tar.gz
ffmpeg: Correct the CVE ID to fix CVE-2025-22919
A reachable assertion in FFmpeg git-master commit N-113007-g8d24a28d06 allows attackers to cause a Denial of Service (DoS) via opening a crafted AAC file. (From OE-Core rev: bf0ad79c46d8a01aafc91620ddf415749aa8849a) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2025-22919.patch (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2025-25471.patch)2
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2025-25471.patch b/meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2025-22919.patch
index 6af01b298f..f895576de3 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2025-25471.patch
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2025-22919.patch
@@ -10,7 +10,7 @@ Fixes ticket #11385.
10 10
11Signed-off-by: James Almer <jamrial@gmail.com> 11Signed-off-by: James Almer <jamrial@gmail.com>
12 12
13CVE: CVE-2025-25471 13CVE: CVE-2025-22919
14 14
15Upstream-Status: Backport [https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/1446e37d3d032e1452844778b3e6ba2c20f0c322] 15Upstream-Status: Backport [https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/1446e37d3d032e1452844778b3e6ba2c20f0c322]
16 16
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb
index 06ca65a480..3d766c3fc7 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb
@@ -48,7 +48,7 @@ SRC_URI = " \
48 file://CVE-2024-36619.patch \ 48 file://CVE-2024-36619.patch \
49 file://CVE-2024-35369.patch \ 49 file://CVE-2024-35369.patch \
50 file://CVE-2025-25473.patch \ 50 file://CVE-2025-25473.patch \
51 file://CVE-2025-25471.patch \ 51 file://CVE-2025-22919.patch \
52 file://CVE-2025-22921.patch \ 52 file://CVE-2025-22921.patch \
53 file://CVE-2025-0518.patch \ 53 file://CVE-2025-0518.patch \
54" 54"