summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-18 20:10:48 +0200
committerSteve Sakoman <steve@sakoman.com>2025-08-22 05:59:55 -0700
commit9c4fe6dac5c88a3ad488a4c131649bcb3ae170dd (patch)
treea110c3a0509a43624e777105cf7317a500e3df6f
parent819f151bed1827bb7bdf8823aad2a083e097c61a (diff)
downloadpoky-9c4fe6dac5c88a3ad488a4c131649bcb3ae170dd.tar.gz
glib-2.0: ignore CVE-2025-4056
NVD report [1] says: A flaw was found in GLib. A denial of service on **Windows platforms** may occur if an application attempts to spawn a program using long command lines. The fix [3] (linked from [2]) also changes only files glib/gspawn-win32-helper.c glib/gspawn-win32.c [1] https://nvd.nist.gov/vuln/detail/CVE-2025-4056 [2] https://gitlab.gnome.org/GNOME/glib/-/issues/3668 [3] https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4570 (From OE-Core rev: 5858567a9222d9fff6f0a282cf7c7bda4e19af57) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb
index e1a3b57270..53e0543045 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb
@@ -66,3 +66,5 @@ def find_meson_cross_files(d):
66python () { 66python () {
67 find_meson_cross_files(d) 67 find_meson_cross_files(d)
68} 68}
69
70CVE_STATUS[CVE-2025-4056] = "not-applicable-platform: Issue only applies on Windows"