diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk index 6d0d71c47d..19544b6e12 100644 --- a/boot/grub2/grub2.mk +++ b/boot/grub2/grub2.mk @@ -25,6 +25,9 @@ GRUB2_IGNORE_CVES += CVE-2019-14865 GRUB2_IGNORE_CVES += CVE-2020-15705 # vulnerability is specific to the SUSE distribution GRUB2_IGNORE_CVES += CVE-2021-46705 +# vulnerability is specific to the Redhat distribution, affects the +# grub2-set-bootflag tool, which doesn't exist upstream +GRUB2_IGNORE_CVES += CVE-2024-1048 ifeq ($(BR2_TARGET_GRUB2_INSTALL_TOOLS),y) GRUB2_INSTALL_TARGET = YES