mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
boot/grub2: ignore CVE-2024-1048
As explained in:
https://security-tracker.debian.org/tracker/CVE-2024-1048
https://www.openwall.com/lists/oss-security/2024/02/06/3
CVE-2024-1048 is related to a tool called grub-set-bootflag which only
exists in the Redhat fork of Grub, and which we don't use in
Buildroot, so this CVE should be ignored.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 2495630383)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ed80615cf4
commit
5aec55c983
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user