From 09fac4ca1981af5d663e224977f98e5bfd43dd1d Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 7 Nov 2017 22:09:45 -0500 Subject: [PATCH] Update CVE patchers --- .../CVE_Patchers/android_kernel_amazon_hdx-common.sh | 6 +++++- .../CVE_Patchers/android_kernel_google_marlin.sh | 2 +- .../CVE_Patchers/android_kernel_google_msm.sh | 4 +++- .../CVE_Patchers/android_kernel_htc_flounder.sh | 1 + .../CVE_Patchers/android_kernel_htc_msm8994.sh | 6 ++++-- .../CVE_Patchers/android_kernel_huawei_angler.sh | 4 +++- .../CVE_Patchers/android_kernel_lge_bullhead.sh | 4 +++- .../CVE_Patchers/android_kernel_lge_hammerhead.sh | 4 ++++ .../CVE_Patchers/android_kernel_moto_shamu.sh | 4 +++- .../CVE_Patchers/android_kernel_motorola_msm8916.sh | 1 + .../CVE_Patchers/android_kernel_motorola_msm8992.sh | 4 +++- .../CVE_Patchers/android_kernel_oneplus_msm8974.sh | 1 + .../CVE_Patchers/android_kernel_samsung_jf.sh | 1 + .../CVE_Patchers/android_kernel_samsung_msm8974.sh | 2 ++ .../CVE_Patchers/android_kernel_samsung_smdk4412.sh | 2 +- .../CVE_Patchers/android_kernel_samsung_universal8890.sh | 2 +- 16 files changed, 37 insertions(+), 11 deletions(-) diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh index 7ed8a42c..955dcdc9 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh @@ -29,6 +29,7 @@ git apply $cvePatches/CVE-2016-8404/ANY/0001.patch git apply $cvePatches/CVE-2016-8417/ANY/0001.patch git apply $cvePatches/CVE-2016-8444/ANY/0001.patch git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.4/0001.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2016-9793/ANY/0001.patch git apply $cvePatches/CVE-2016-9794/ANY/0001.patch @@ -52,10 +53,13 @@ git apply $cvePatches/CVE-2017-6074/^4.9/0001.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch +git apply $cvePatches/CVE-2017-7187/3.4/0001.patch git apply $cvePatches/CVE-2017-7308/ANY/0003.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8246/3.4/0002.patch git apply $cvePatches/CVE-2017-8247/ANY/0001.patch +git apply $cvePatches/CVE-2017-8254/3.4/0001.patch git apply $cvePatches/CVE-2017-8890/3.4/0001.patch git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch git apply $cvePatches/CVE-2017-9684/ANY/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh index 8f0a701f..5739d62d 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh @@ -68,7 +68,7 @@ git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6346/3.18/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6353/^4.10/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch git apply $cvePatches/CVE-2017-7371/3.18/0001.patch git apply $cvePatches/CVE-2017-7372/ANY/0001.patch git apply $cvePatches/CVE-2017-7472/ANY/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh index e950d730..f7d385c5 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh @@ -17,5 +17,7 @@ git apply $cvePatches/CVE-2017-0786/ANY/0001.patch git apply $cvePatches/CVE-2017-12153/3.2-^3.16/0001.patch git apply $cvePatches/CVE-2017-13080/ANY/0001.patch git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch +git apply $cvePatches/CVE-2017-8246/3.4/0002.patch +git apply $cvePatches/CVE-2017-8254/3.4/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh index aaf0b5a0..0bda1015 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh @@ -12,6 +12,7 @@ git apply $cvePatches/CVE-2016-2475/ANY/0001.patch git apply $cvePatches/CVE-2016-8453/ANY/0001.patch git apply $cvePatches/CVE-2016-8464/3.10/0001.patch git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.10/0002.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2017-0449/ANY/0001.patch git apply $cvePatches/CVE-2017-0537/ANY/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh index 8405c46e..a3ca1dc3 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh @@ -57,6 +57,7 @@ git apply $cvePatches/CVE-2016-8477/3.10/0001.patch git apply $cvePatches/CVE-2016-8480/3.10/0001.patch git apply $cvePatches/CVE-2016-8481/ANY/0001.patch git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.10/0002.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2016-9754/ANY/0001.patch git apply $cvePatches/CVE-2016-9793/ANY/0001.patch @@ -107,12 +108,13 @@ git apply $cvePatches/CVE-2017-6074/^4.9/0001.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch +git apply $cvePatches/CVE-2017-7187/3.10/0004.patch git apply $cvePatches/CVE-2017-7308/ANY/0003.patch git apply $cvePatches/CVE-2017-7369/3.10/0001.patch git apply $cvePatches/CVE-2017-7373/3.10/0001.patch git apply $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply $cvePatches/CVE-2017-8246/3.10/0001.patch +git apply $cvePatches/CVE-2017-8246/3.10/0003.patch git apply $cvePatches/CVE-2017-8251/3.10/0001.patch git apply $cvePatches/CVE-2017-8260/3.10/0001.patch git apply $cvePatches/CVE-2017-8261/3.10/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh index a5cdf078..bd554553 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh @@ -46,6 +46,7 @@ git apply $cvePatches/CVE-2016-6695/ANY/0001.patch git apply $cvePatches/CVE-2016-6696/ANY/0001.patch git apply $cvePatches/CVE-2016-8404/ANY/0001.patch git apply $cvePatches/CVE-2016-8481/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.10/0002.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2017-0510/3.10/0002.patch git apply $cvePatches/CVE-2017-0516/ANY/0001.patch @@ -66,7 +67,8 @@ git apply $cvePatches/CVE-2017-6001/^4.9/0002.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch +git apply $cvePatches/CVE-2017-7187/3.10/0004.patch git apply $cvePatches/CVE-2017-7472/ANY/0001.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch git apply $cvePatches/CVE-2017-8280/ANY/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh index b1635a82..68377f5f 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh @@ -42,6 +42,7 @@ git apply $cvePatches/CVE-2016-6696/ANY/0001.patch git apply $cvePatches/CVE-2016-7913/ANY/0001.patch git apply $cvePatches/CVE-2016-8404/ANY/0001.patch git apply $cvePatches/CVE-2016-8481/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.10/0002.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2017-0510/3.10/0002.patch git apply $cvePatches/CVE-2017-0516/ANY/0001.patch @@ -60,7 +61,8 @@ git apply $cvePatches/CVE-2017-6001/^4.9/0002.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch +git apply $cvePatches/CVE-2017-7187/3.10/0004.patch git apply $cvePatches/CVE-2017-7472/ANY/0001.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh index 0505a05b..1fb6ec27 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh @@ -7,6 +7,7 @@ git apply $cvePatches/CVE-2016-1583/ANY/0001.patch git apply $cvePatches/CVE-2016-3894/ANY/0001.patch git apply $cvePatches/CVE-2016-5829/ANY/0001.patch git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.4/0001.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2017-0611/3.4/0001.patch git apply $cvePatches/CVE-2017-0710/ANY/0001.patch @@ -20,9 +21,12 @@ git apply $cvePatches/CVE-2017-6074/^4.9/0001.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7187/3.4/0001.patch git apply $cvePatches/CVE-2017-7308/ANY/0003.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8246/3.4/0002.patch git apply $cvePatches/CVE-2017-8247/ANY/0001.patch +git apply $cvePatches/CVE-2017-8254/3.4/0001.patch git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch git apply $cvePatches/CVE-2017-9684/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh index 58a52548..45559ffe 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh @@ -41,6 +41,7 @@ git apply $cvePatches/CVE-2016-7913/ANY/0001.patch git apply $cvePatches/CVE-2016-8404/ANY/0001.patch git apply $cvePatches/CVE-2016-8464/3.10/0001.patch git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.10/0002.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2017-0404/^3.18/0001.patch git apply $cvePatches/CVE-2017-0524/ANY/0001.patch @@ -60,7 +61,8 @@ git apply $cvePatches/CVE-2017-5972/ANY/0002.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch +git apply $cvePatches/CVE-2017-7187/3.10/0004.patch git apply $cvePatches/CVE-2017-7472/ANY/0001.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch git apply $cvePatches/CVE-2017-8269/ANY/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh index 4b6d6dc0..42c7d0e8 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh @@ -25,6 +25,7 @@ git apply $cvePatches/CVE-2016-6694/ANY/0001.patch git apply $cvePatches/CVE-2016-6695/ANY/0001.patch git apply $cvePatches/CVE-2016-6696/ANY/0001.patch git apply $cvePatches/CVE-2016-8481/ANY/0003.patch +git apply $cvePatches/CVE-2016-9576/3.10/0002.patch git apply $cvePatches/CVE-2017-0457/3.10/0002.patch git apply $cvePatches/CVE-2017-0524/ANY/0001.patch git apply $cvePatches/CVE-2017-0648/ANY/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh index 32bc9edc..bfcc243b 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh @@ -38,6 +38,7 @@ git apply $cvePatches/CVE-2016-8444/ANY/0001.patch git apply $cvePatches/CVE-2016-8477/3.10/0001.patch git apply $cvePatches/CVE-2016-8481/ANY/0001.patch git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9576/3.10/0002.patch git apply $cvePatches/CVE-2016-9604/ANY/0001.patch git apply $cvePatches/CVE-2017-0404/^3.18/0001.patch git apply $cvePatches/CVE-2017-0427/3.10/0001.patch @@ -80,7 +81,8 @@ git apply $cvePatches/CVE-2017-6074/^4.9/0001.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch +git apply $cvePatches/CVE-2017-7187/3.10/0004.patch git apply $cvePatches/CVE-2017-7308/ANY/0003.patch git apply $cvePatches/CVE-2017-7369/3.10/0001.patch git apply $cvePatches/CVE-2017-7373/3.10/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh index 27be0e99..ce675ecb 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh @@ -23,6 +23,7 @@ git apply $cvePatches/CVE-2017-12153/3.2-^3.16/0001.patch git apply $cvePatches/CVE-2017-13080/ANY/0001.patch git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8246/3.4/0002.patch git apply $cvePatches/CVE-2017-8247/ANY/0001.patch git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch git apply $cvePatches/CVE-2017-9684/ANY/0001.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh index d0cb91de..b5d9849a 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh @@ -29,4 +29,5 @@ git apply $cvePatches/CVE-2017-12153/3.2-^3.16/0001.patch git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch git apply $cvePatches/CVE-2017-5970/^4.9/0001.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8254/3.4/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh index 5d9681ab..24ae0593 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh @@ -5,4 +5,6 @@ git apply $cvePatches/CVE-2016-2475/ANY/0001.patch git apply $cvePatches/CVE-2016-4578/ANY/0001.patch git apply $cvePatches/CVE-2017-0611/3.4/0001.patch git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-8246/3.4/0002.patch +git apply $cvePatches/CVE-2017-8254/3.4/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh index 118a6ec3..e7c21244 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh @@ -28,7 +28,7 @@ git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch git apply $cvePatches/CVE-2017-6074/^4.9/0001.patch git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch git apply $cvePatches/CVE-2017-7308/ANY/0003.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh index 710a0126..482e3a39 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh @@ -63,7 +63,7 @@ git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch git apply $cvePatches/CVE-2017-6346/3.18/0001.patch git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch git apply $cvePatches/CVE-2017-6353/^4.10/0001.patch -git apply $cvePatches/CVE-2017-7187/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/^4.10/0007.patch git apply $cvePatches/CVE-2017-7308/ANY/0003.patch git apply $cvePatches/CVE-2017-7472/ANY/0001.patch git apply $cvePatches/CVE-2017-7487/ANY/0001.patch