Skip to content

Commit 8932527

Browse files
jsetjevathpela
authored andcommitted
SBAT Level update for February 2025 GRUB CVEs
Moves the minimum GRUB SBAT Level to 5 in order to require fixes for the following GRUB CVEs: CVE-2024-45774 CVE-2024-45775 CVE-2024-45776 CVE-2024-45777 CVE-2024-45778 CVE-2024-45779 CVE-2024-45780 CVE-2024-45781 CVE-2024-45782 CVE-2024-45783 CVE-2025-0622 CVE-2025-0624 CVE-2025-0677 CVE-2025-0678 CVE-2025-0684 CVE-2025-0685 CVE-2025-0686 CVE-2025-0689 CVE-2025-0690 CVE-2025-1118 CVE-2025-1125 This also bumps the default SBAT_AUTOMATIC_DATE to 2024040900. Signed-off-by: Jan Setje-Eilers <Jan.SetjeEilers@oracle.com>
1 parent 28d8871 commit 8932527

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

SbatLevel_Variable.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,10 @@ grub,4
118118
grub.peimage,2
119119

120120

121-
Since http boot shim CVE is considerably more serious than then GRUB
122-
ntfs CVEs shim is delivering the shim revocation without the updated
123-
GRUB revocation as a latest payload.
124-
125-
To revoke both the impacted shim and impacted GRUB binaries:
121+
Revocations for:
122+
- Februady 2025 GRUB CVEs
126123

127-
sbat,1,2024<date TBD>
124+
sbat,1,2025021800
128125
shim,4
129-
grub,4
126+
grub,5
127+

generate_sbat_var_defs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ writefile()
111111
"#define GEN_SBAT_VAR_DEFS_H_\n"
112112
"#ifndef ENABLE_SHIM_DEVEL\n\n"
113113
"#ifndef SBAT_AUTOMATIC_DATE\n"
114-
"#define SBAT_AUTOMATIC_DATE 2023012900\n"
114+
"#define SBAT_AUTOMATIC_DATE 2024040900\n"
115115
"#endif /* SBAT_AUTOMATIC_DATE */\n"
116116
"#if SBAT_AUTOMATIC_DATE == %d\n"
117117
"#define SBAT_VAR_AUTOMATIC_REVOCATIONS\n",

0 commit comments

Comments
 (0)