From 702efc091e21f6a93a69f871e127eedce8aa63f9 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 29 Jan 2026 07:31:27 +0100 Subject: [PATCH] gnome-settings-daemon: ignore CVE-2024-38394 Details: https://nvd.nist.gov/vuln/detail/CVE-2024-38394 The CVE has the disputed flag. The project maintainers claim that the issue is not in gnome-setttings-daemon. If the vulnerability needs to be handled in gnome-settings-daemon, than it is a new feature rather than a vulnerability fix. Due to this, ignore this CVE. Signed-off-by: Gyorgy Sarvari --- .../gnome-settings-daemon/gnome-settings-daemon_42.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.2.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.2.bb index 45622490f0..4617340b06 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.2.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.2.bb @@ -44,3 +44,6 @@ FILES:${PN} += " \ ${systemd_user_unitdir} \ ${libdir}/gnome-settings-daemon-42/libgsd.so \ " + +# mitigation would be a new feature, not a CVE +CVE_CHECK_IGNORE += "CVE-2024-38394"