summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Pinnell McAllister <colin.mcallister@garmin.com>2025-06-24 15:03:03 -0500
committerSteve Sakoman <steve@sakoman.com>2025-06-27 08:09:27 -0700
commitac03ee2932b4a3e9fbd2d66d4aee9bbdf8fb504f (patch)
treeac5cbbd170d884b16f04c3e51a6473d8e4f942d5
parent696457962724a51e786dc87cb1bf13f5a3bd0d3a (diff)
downloadpoky-ac03ee2932b4a3e9fbd2d66d4aee9bbdf8fb504f.tar.gz
ffmpeg: fix CVE-2022-48434
The patch for CVE-2022-48434 was removed when ffmpeg was updated to 5.0.3. The CVE was fixed in 5.0.2, but NVD has not updated the affected versions yet. Added an ignore for this CVE to mark as fixed. (From OE-Core rev: a8c6e2da68c9fc6c692b41c7370ec937680f788c) Signed-off-by: Colin Pinnell McAllister <colin.mcallister@garmin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb
index dcdb65d2eb..57bd4c5442 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb
@@ -86,6 +86,10 @@ CVE_CHECK_IGNORE += "CVE-2024-7272"
86# bugfix: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/43be8d07281caca2e88bfd8ee2333633e1fb1a13 86# bugfix: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/43be8d07281caca2e88bfd8ee2333633e1fb1a13
87CVE_CHECK_IGNORE += "CVE-2025-1373" 87CVE_CHECK_IGNORE += "CVE-2025-1373"
88 88
89# This vulnerability was fixed in 5.0.2
90# bugfix: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/3bc28e9d1ab33627cea3c632dd6b0c33e22e93ba
91CVE_CHECK_IGNORE += "CVE-2022-48434"
92
89# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 93# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
90ARM_INSTRUCTION_SET:armv4 = "arm" 94ARM_INSTRUCTION_SET:armv4 = "arm"
91ARM_INSTRUCTION_SET:armv5 = "arm" 95ARM_INSTRUCTION_SET:armv5 = "arm"