diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-09-25 16:05:07 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-25 12:25:51 -0700 |
commit | b066c3a8cc312c2922d181890e6c5add96d8b5a9 (patch) | |
tree | 007dd708fa7632ad1ae1518b8221377fcebeae67 | |
parent | 58836a4e5d2beb25d95c90cecbb18e3be2bdab13 (diff) | |
download | poky-b066c3a8cc312c2922d181890e6c5add96d8b5a9.tar.gz |
gstreamer1.0: set status of CVE-2025-3887 to patched
This CVE was fixed in plugins-bad.
See [1] and [2] which is included in 1.24.13.
These commits are backport of [3] to 1.24.
Commits fixing this CVE were copied from [4].
[1] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/e4351ef03f1331410b0c1216a6178d885f37e495
[2] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/ed4c2ce380f7168bd4a3423f4398eb341cb931c7
[3] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8884
[4] https://security-tracker.debian.org/tracker/CVE-2025-3887
(From OE-Core rev: 13d7e30b45e90187800ba5a383c9579ba2fa0344)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.13.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.13.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.13.bb index 71a360ae7b..d15b7daab8 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.13.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.13.bb | |||
@@ -77,4 +77,8 @@ CVE_STATUS_STABLE_BACKPORT[status] = "cpe-stable-backport: these CVEs are patche | |||
77 | 77 | ||
78 | CVE_STATUS[CVE-2025-2759] = "not-applicable-platform: affects installation packages for non Linux OSes" | 78 | CVE_STATUS[CVE-2025-2759] = "not-applicable-platform: affects installation packages for non Linux OSes" |
79 | 79 | ||
80 | CVE_STATUS_GROUPS += "CVE_STATUS_PLUGINS_BAD" | ||
81 | CVE_STATUS_PLUGINS_BAD = "CVE-2025-3887" | ||
82 | CVE_STATUS_PLUGINS_BAD[status] = "cpe-incorrect: these CVEs is patched in current version of gstreamer1.0-plugins-bad" | ||
83 | |||
80 | PTEST_BUILD_HOST_FILES = "" | 84 | PTEST_BUILD_HOST_FILES = "" |