diff options
| author | Colin Pinnell McAllister <colin.mcallister@garmin.com> | 2025-06-16 10:49:34 -0500 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-06-20 08:38:12 -0700 |
| commit | ab1c25d1f5da77671cf2c8ca443ecede742231c0 (patch) | |
| tree | 26337a704a452f6b9e0b9e61de272b882f3535c4 | |
| parent | a34f20b224ef08c0e6a2417070f022df6f14dc37 (diff) | |
| download | poky-ab1c25d1f5da77671cf2c8ca443ecede742231c0.tar.gz | |
ffmpeg: fix CVE-2025-1373
CVE-2025-1373 does not appear to affect ffmpeg 5.0.3. The CVE has been
marked as "fixed-version".
(From OE-Core rev: 0ffe159d9a4ee434b4c995e1ca9a85b01e0a5d05)
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_6.1.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.2.bb index 04356b9932..a789980dde 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.2.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.2.bb | |||
| @@ -55,6 +55,10 @@ SRC_URI[sha256sum] = "3b624649725ecdc565c903ca6643d41f33bd49239922e45c9b1442c63d | |||
| 55 | CVE_STATUS[CVE-2023-39018] = "cpe-incorrect: This issue belongs to ffmpeg-cli-wrapper \ | 55 | CVE_STATUS[CVE-2023-39018] = "cpe-incorrect: This issue belongs to ffmpeg-cli-wrapper \ |
| 56 | (Java wrapper around the FFmpeg CLI) and not ffmepg itself." | 56 | (Java wrapper around the FFmpeg CLI) and not ffmepg itself." |
| 57 | 57 | ||
| 58 | # Introduced: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/19f7dae81ab2c19643b97da7556383ee3f721e78 | ||
| 59 | # Fixed: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/43be8d07281caca2e88bfd8ee2333633e1fb1a13 | ||
| 60 | CVE_STATUS[CVE-2025-1373] = "fixed-version: Vulnerable code not present in any release" | ||
| 61 | |||
| 58 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 | 62 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 |
| 59 | ARM_INSTRUCTION_SET:armv4 = "arm" | 63 | ARM_INSTRUCTION_SET:armv4 = "arm" |
| 60 | ARM_INSTRUCTION_SET:armv5 = "arm" | 64 | ARM_INSTRUCTION_SET:armv5 = "arm" |
