From 805b997cf84b0b5bb71e6e2dcd497c4fc2e32ae4 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Tue, 27 Jul 2021 08:26:55 -0400 Subject: [PATCH] Add new kpatch versions --- .../CVE-2021-33909.sh | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CVE-2021-33909_kernel_systemd/CVE-2021-33909.sh b/CVE-2021-33909_kernel_systemd/CVE-2021-33909.sh index ec0f470..49a0e83 100755 --- a/CVE-2021-33909_kernel_systemd/CVE-2021-33909.sh +++ b/CVE-2021-33909_kernel_systemd/CVE-2021-33909.sh @@ -7,7 +7,10 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -VERSION="1.0" +VERSION="1.1" + +# Updates +# Version 1.1: Add updated kpatch versions # Warning! Be sure to download the latest version of this script from its primary source: @@ -1061,7 +1064,24 @@ KPATCH_MODULE_NAMES=( 'kpatch_3_10_0_1062_49_1_1_1' 'kpatch_3_10_0_1062_51_1_1_1' 'kpatch_3_10_0_957_56_1_1_4' + 'kpatch_3_10_0_957_58_2_1_4' + 'kpatch_3_10_0_957_61_1_1_4' + 'kpatch_3_10_0_957_61_2_1_4' + 'kpatch_3_10_0_957_62_1_1_4' + 'kpatch_3_10_0_957_65_1_1_4' + 'kpatch_3_10_0_957_66_1_1_4' + 'kpatch_3_10_0_957_70_1_1_3' + 'kpatch_3_10_0_957_72_1_1_1' + 'kpatch_3_10_0_957_76_1_1_1' 'kpatch_4_18_0_147_24_2_1_11' + 'kpatch_4_18_0_147_27_1_1_11' + 'kpatch_4_18_0_147_32_1_1_9' + 'kpatch_4_18_0_147_34_1_1_9' + 'kpatch_4_18_0_147_38_1_1_8' + 'kpatch_4_18_0_147_43_1_1_6' + 'kpatch_4_18_0_147_44_1_1_5' + 'kpatch_4_18_0_147_48_1_1_2' + 'kpatch_4_18_0_147_51_1_1_1' 'kpatch_4_18_0_193_13_2_1_10' 'kpatch_4_18_0_193_14_3_1_10' 'kpatch_4_18_0_193_19_1_1_10' @@ -1075,6 +1095,8 @@ KPATCH_MODULE_NAMES=( 'kpatch_4_18_0_193_51_1_1_2' 'kpatch_4_18_0_193_56_1_1_1' 'kpatch_4_18_0_305_1_3' + 'kpatch_4_18_0_305_3_1_1_2' + 'kpatch_4_18_0_305_7_1_1_1' )