From 15ea9a3dcbcbce4dc1c0e61f299ebff01f8b6e5d Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Wed, 31 Dec 2025 22:58:51 +0100 Subject: [PATCH] qemu: ignore CVE-2025-54566 and CVE-2025-54567 These CVEs are not applicable to version 6.2.x as the vulnerable code was introduced inly in 10.0.0. Debian made the analysis, reuse their work. * https://security-tracker.debian.org/tracker/CVE-2025-54566 * https://security-tracker.debian.org/tracker/CVE-2025-54567 (From OE-Core rev: 616e6c793bd025337aa8b66450408829fdfe59d5) Signed-off-by: Peter Marko Signed-off-by: Yoann Congal Signed-off-by: Paul Barker Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 2866cbe7ec..764f0e110a 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -169,6 +169,9 @@ CVE_CHECK_IGNORE += "CVE-2023-1386" # virtio-snd was implemented in 8.2.0, so version 6.2.0 is not yet affected CVE_CHECK_IGNORE += "CVE-2024-7730" +# These issues were introduced in v10.0.0-rc0 +CVE_CHECK_IGNORE += "CVE-2025-54566 CVE-2025-54567" + COMPATIBLE_HOST:mipsarchn32 = "null" COMPATIBLE_HOST:mipsarchn64 = "null" COMPATIBLE_HOST:riscv32 = "null"