From 44f54b0486ffc1f33994b3e017c166a4485b80f2 Mon Sep 17 00:00:00 2001 From: Tavi Date: Mon, 19 Aug 2024 14:12:09 -0400 Subject: [PATCH] Update CVE patchers Likely breakage Signed-off-by: Tavi --- Patches/Linux | 2 +- .../android_kernel_amazon_hdx-common.sh | 7 +++- .../android_kernel_asus_grouper.sh | 7 +++- .../android_kernel_htc_msm8960.sh | 7 +++- .../android_kernel_htc_msm8994.sh | 10 ++++- .../android_kernel_lge_msm8992.sh | 10 ++++- .../android_kernel_motorola_msm8952.sh | 10 ++++- .../CVE_Patchers/android_kernel_samsung_d2.sh | 7 +++- .../android_kernel_samsung_exynos5420.sh | 8 +++- .../android_kernel_samsung_manta.sh | 7 +++- .../android_kernel_samsung_smdk4412.sh | 6 ++- .../android_kernel_samsung_tuna.sh | 4 +- .../android_kernel_samsung_universal8890.sh | 10 ++++- .../CVE_Patchers/android_kernel_asus_fugu.sh | 10 ++++- .../android_kernel_asus_msm8916.sh | 10 ++++- .../android_kernel_google_dragon.sh | 10 ++++- .../android_kernel_htc_flounder.sh | 10 ++++- .../android_kernel_huawei_angler.sh | 10 ++++- .../android_kernel_lge_bullhead.sh | 10 ++++- .../android_kernel_zte_msm8996.sh | 11 ++++- .../android_kernel_cyanogen_msm8916.sh | 10 ++++- .../android_kernel_cyanogen_msm8974.sh | 7 +++- .../android_kernel_google_yellowstone.sh | 10 ++++- .../android_kernel_samsung_apq8084.sh | 10 ++++- .../android_kernel_cyanogen_msm8916.sh | 10 ++++- .../android_kernel_motorola_msm8916.sh | 10 ++++- .../android_kernel_motorola_msm8992.sh | 10 ++++- .../android_kernel_oneplus_msm8994.sh | 10 ++++- .../android_kernel_xiaomi_sm6150.sh | 17 +++++++- .../android_kernel_yandex_sdm660.sh | 11 ++++- .../android_kernel_fairphone_msm8974.sh | 7 +++- .../android_kernel_google_marlin.sh | 10 ++++- .../CVE_Patchers/android_kernel_google_msm.sh | 7 +++- .../android_kernel_htc_msm8974.sh | 7 +++- .../CVE_Patchers/android_kernel_lge_g3.sh | 7 +++- .../android_kernel_lge_hammerhead.sh | 7 +++- .../CVE_Patchers/android_kernel_lge_mako.sh | 7 +++- .../android_kernel_lge_msm8974.sh | 7 +++- .../CVE_Patchers/android_kernel_moto_shamu.sh | 10 ++++- .../android_kernel_motorola_msm8974.sh | 7 +++- .../android_kernel_motorola_msm8996.sh | 11 ++++- .../android_kernel_nextbit_msm8992.sh | 10 ++++- .../android_kernel_oneplus_msm8996.sh | 11 ++++- .../android_kernel_oppo_msm8974.sh | 7 +++- .../CVE_Patchers/android_kernel_samsung_jf.sh | 7 +++- .../android_kernel_samsung_msm8930-common.sh | 7 +++- .../android_kernel_samsung_msm8974.sh | 7 +++- .../android_kernel_xiaomi_sdm660.sh | 11 ++++- .../android_kernel_xiaomi_sm8150.sh | 17 +++++++- .../android_kernel_essential_msm8998.sh | 10 ++++- .../android_kernel_fairphone_sdm632.sh | 16 +++++++- .../android_kernel_fairphone_sm7225.sh | 27 +++++++++++- .../android_kernel_fxtec_msm8998.sh | 11 ++++- .../android_kernel_fxtec_sm6115.sh | 27 +++++++++++- ...d_kernel_google_gs101_private_gs-google.sh | 41 ++++++++++++++++++- ...d_kernel_google_gs201_private_gs-google.sh | 41 ++++++++++++++++++- .../android_kernel_google_msm-4.14.sh | 20 ++++++++- .../android_kernel_google_msm-4.9.sh | 16 +++++++- .../android_kernel_google_redbull.sh | 27 +++++++++++- .../android_kernel_google_wahoo.sh | 11 ++++- .../android_kernel_lge_msm8996.sh | 11 ++++- .../android_kernel_oneplus_msm8998.sh | 11 ++++- .../android_kernel_oneplus_sdm845.sh | 17 +++++++- .../android_kernel_oneplus_sm7250.sh | 27 +++++++++++- .../android_kernel_oneplus_sm8150.sh | 17 +++++++- .../android_kernel_oneplus_sm8250.sh | 27 +++++++++++- .../android_kernel_oneplus_sm8350.sh | 39 +++++++++++++++++- .../android_kernel_razer_msm8998.sh | 11 ++++- .../android_kernel_razer_sdm845.sh | 17 +++++++- .../android_kernel_samsung_exynos9810.sh | 14 ++++++- .../android_kernel_sony_sdm660.sh | 11 ++++- .../android_kernel_sony_sdm845.sh | 15 ++++++- .../android_kernel_xiaomi_msm8937.sh | 16 +++++++- .../android_kernel_xiaomi_sdm845.sh | 16 +++++++- .../android_kernel_xiaomi_sm6150.sh | 20 ++++++++- .../android_kernel_xiaomi_sm8250.sh | 27 +++++++++++- .../android_kernel_xiaomi_vayu.sh | 20 ++++++++- .../android_kernel_zuk_msm8996.sh | 11 ++++- 78 files changed, 931 insertions(+), 78 deletions(-) diff --git a/Patches/Linux b/Patches/Linux index 7013be08..e5a4b873 160000 --- a/Patches/Linux +++ b/Patches/Linux @@ -1 +1 @@ -Subproject commit 7013be08a5e61218cdddef90f99fac884cb210e7 +Subproject commit e5a4b873b76e02be581093c564091fdc0996ed54 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 3be293dc..84fe3789 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 @@ -941,6 +941,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-4592/3.4/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-9728/3.4/0008.patch @@ -953,7 +958,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p953" +editKernelLocalversion "-dos.p958" else echo "kernel_amazon_hdx-common is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_grouper.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_grouper.sh index 37c6b6e7..596ee6fa 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_grouper.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_grouper.sh @@ -604,6 +604,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -612,7 +617,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p612" +editKernelLocalversion "-dos.p617" else echo "kernel_asus_grouper is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8960.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8960.sh index 4cab29fd..ac0e8422 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8960.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8960.sh @@ -641,6 +641,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch @@ -650,7 +655,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p650" +editKernelLocalversion "-dos.p655" else echo "kernel_htc_msm8960 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 76bc6ef6..435c50e7 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 @@ -771,6 +771,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.10/0004.patch @@ -783,7 +791,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p783" +editKernelLocalversion "-dos.p791" else echo "kernel_htc_msm8994 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_msm8992.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_msm8992.sh index bc0e9378..274c8eb4 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_msm8992.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_msm8992.sh @@ -856,6 +856,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch @@ -867,7 +875,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p867" +editKernelLocalversion "-dos.p875" else echo "kernel_lge_msm8992 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8952.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8952.sh index dcbbcaa8..eb7a135a 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8952.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8952.sh @@ -723,6 +723,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch @@ -732,7 +740,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p732" +editKernelLocalversion "-dos.p740" else echo "kernel_motorola_msm8952 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_d2.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_d2.sh index b703765b..58d122f3 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_d2.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_d2.sh @@ -716,6 +716,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch @@ -725,7 +730,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p725" +editKernelLocalversion "-dos.p730" else echo "kernel_samsung_d2 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_exynos5420.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_exynos5420.sh index e03b085c..420e95e1 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_exynos5420.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_exynos5420.sh @@ -400,11 +400,17 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p404" +editKernelLocalversion "-dos.p410" else echo "kernel_samsung_exynos5420 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_manta.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_manta.sh index 654a73b3..93f4e2de 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_manta.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_manta.sh @@ -519,6 +519,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch @@ -526,7 +531,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p526" +editKernelLocalversion "-dos.p531" else echo "kernel_samsung_manta is unavailable, not patching."; fi; cd "$DOS_BUILD_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 da36c95b..43062a26 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 @@ -535,6 +535,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42101/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -543,7 +547,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p543" +editKernelLocalversion "-dos.p547" else echo "kernel_samsung_smdk4412 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_tuna.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_tuna.sh index c7813c2a..82961644 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_tuna.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_tuna.sh @@ -527,6 +527,8 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42101/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -535,7 +537,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p535" +editKernelLocalversion "-dos.p537" else echo "kernel_samsung_tuna is unavailable, not patching."; fi; cd "$DOS_BUILD_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 e64b3c91..d818d156 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 @@ -1060,6 +1060,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0004-net-add-recursion-limit-to-GRO.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0005-tcp-fix-zero-cwnd-in-tcp_cwnd_reduction.patch @@ -1071,7 +1079,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p1071" +editKernelLocalversion "-dos.p1079" else echo "kernel_samsung_universal8890 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_fugu.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_fugu.sh index 54057c08..a57bf287 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_fugu.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_fugu.sh @@ -861,6 +861,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3076/3.4/0003.patch @@ -879,7 +887,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p879" +editKernelLocalversion "-dos.p887" else echo "kernel_asus_fugu is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_msm8916.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_msm8916.sh index 469882d4..70c35d4b 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_msm8916.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_asus_msm8916.sh @@ -671,6 +671,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -681,7 +689,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p681" +editKernelLocalversion "-dos.p689" else echo "kernel_asus_msm8916 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh index c232496c..a70f74b5 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh @@ -1027,6 +1027,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0004/3.18/0003-alt.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0005-tcp-fix-zero-cwnd-in-tcp_cwnd_reduction.patch @@ -1040,7 +1048,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p1040" +editKernelLocalversion "-dos.p1048" else echo "kernel_google_dragon is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_htc_flounder.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_htc_flounder.sh index 8c00dc7a..65cc8776 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_htc_flounder.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_htc_flounder.sh @@ -665,6 +665,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch @@ -676,7 +684,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p676" +editKernelLocalversion "-dos.p684" else echo "kernel_htc_flounder is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_huawei_angler.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_huawei_angler.sh index 60edb14c..8151e675 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_huawei_angler.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_huawei_angler.sh @@ -791,6 +791,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-4002/3.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch @@ -803,7 +811,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p803" +editKernelLocalversion "-dos.p811" else echo "kernel_huawei_angler is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_lge_bullhead.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_lge_bullhead.sh index c0e0c871..2edb17f6 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_lge_bullhead.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_lge_bullhead.sh @@ -802,6 +802,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-4002/3.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch @@ -814,7 +822,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p814" +editKernelLocalversion "-dos.p822" else echo "kernel_lge_bullhead is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh index 1dc08aa0..eee2687b 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh @@ -1019,6 +1019,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0001.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15951/3.18/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/3.18/0004.patch @@ -1029,7 +1038,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p1029" +editKernelLocalversion "-dos.p1038" else echo "kernel_zte_msm8996 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8916.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8916.sh index 28f72a1a..b8350e17 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8916.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8916.sh @@ -669,6 +669,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -679,7 +687,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p679" +editKernelLocalversion "-dos.p687" else echo "kernel_cyanogen_msm8916 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8974.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8974.sh index 6c1c2a63..7b137dcf 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8974.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_cyanogen_msm8974.sh @@ -570,6 +570,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6752/3.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch @@ -577,7 +582,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p577" +editKernelLocalversion "-dos.p582" else echo "kernel_cyanogen_msm8974 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_yellowstone.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_yellowstone.sh index 029e0e71..cd317809 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_yellowstone.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_yellowstone.sh @@ -715,6 +715,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -725,7 +733,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p725" +editKernelLocalversion "-dos.p733" else echo "kernel_google_yellowstone is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_samsung_apq8084.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_samsung_apq8084.sh index f7adb737..eb5b8e9a 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_samsung_apq8084.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_samsung_apq8084.sh @@ -520,6 +520,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch @@ -532,7 +540,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p532" +editKernelLocalversion "-dos.p540" else echo "kernel_samsung_apq8084 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_cyanogen_msm8916.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_cyanogen_msm8916.sh index 28f72a1a..b8350e17 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_cyanogen_msm8916.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_cyanogen_msm8916.sh @@ -669,6 +669,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -679,7 +687,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p679" +editKernelLocalversion "-dos.p687" else echo "kernel_cyanogen_msm8916 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh index 681e1f58..6220ae6c 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh @@ -715,6 +715,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-4002/3.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch @@ -724,7 +732,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p724" +editKernelLocalversion "-dos.p732" else echo "kernel_motorola_msm8916 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8992.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8992.sh index b2494911..c25dfdff 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8992.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8992.sh @@ -637,6 +637,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch @@ -646,7 +654,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p646" +editKernelLocalversion "-dos.p654" else echo "kernel_motorola_msm8992 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8994.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8994.sh index 6d9b8dc8..897bfaba 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8994.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8994.sh @@ -639,6 +639,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch @@ -648,7 +656,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p648" +editKernelLocalversion "-dos.p656" else echo "kernel_oneplus_msm8994 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh index 5bcc8aca..92a1b453 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh @@ -1019,6 +1019,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -1026,6 +1027,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42157/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47222/4.14/0002.patch @@ -1033,7 +1048,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p1033" +editKernelLocalversion "-dos.p1048" else echo "kernel_xiaomi_sm6150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh index a82a38af..4e671ef3 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh @@ -862,6 +862,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42153/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0012.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.4/0007.patch @@ -870,7 +879,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p870" +editKernelLocalversion "-dos.p879" else echo "kernel_yandex_sdm660 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh index 794566e7..7e3727fd 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh @@ -384,10 +384,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p387" +editKernelLocalversion "-dos.p392" else echo "kernel_fairphone_msm8974 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh index 3930aaa1..902117df 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh @@ -835,6 +835,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0005-tcp-fix-zero-cwnd-in-tcp_cwnd_reduction.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-5853/3.18/0002.patch @@ -847,7 +855,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p847" +editKernelLocalversion "-dos.p855" else echo "kernel_google_marlin is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_msm.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_msm.sh index c169280a..9ad02eff 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_msm.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_msm.sh @@ -561,6 +561,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/kernel.msm.git-5d89eb01c93d8a62998e3bdccae28a7732e3bd51.patch @@ -571,7 +576,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p571" +editKernelLocalversion "-dos.p576" else echo "kernel_google_msm is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_htc_msm8974.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_htc_msm8974.sh index d85ec9f9..bc33f907 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_htc_msm8974.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_htc_msm8974.sh @@ -671,6 +671,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0001/3.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0002/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0004/3.4/0001.patch @@ -681,7 +686,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p681" +editKernelLocalversion "-dos.p686" else echo "kernel_htc_msm8974 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_g3.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_g3.sh index e24a2a59..35612d4e 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_g3.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_g3.sh @@ -598,6 +598,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6752/3.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch @@ -605,7 +610,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p605" +editKernelLocalversion "-dos.p610" else echo "kernel_lge_g3 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_hammerhead.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_hammerhead.sh index 868bed3d..32b2e859 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_hammerhead.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_hammerhead.sh @@ -535,6 +535,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -543,7 +548,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p543" +editKernelLocalversion "-dos.p548" else echo "kernel_lge_hammerhead is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_mako.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_mako.sh index d937f04e..5988bf0c 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_mako.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_mako.sh @@ -178,10 +178,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p181" +editKernelLocalversion "-dos.p186" else echo "kernel_lge_mako is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_msm8974.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_msm8974.sh index 13346f95..f102e538 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_msm8974.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_lge_msm8974.sh @@ -583,13 +583,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p589" +editKernelLocalversion "-dos.p594" else echo "kernel_lge_msm8974 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_moto_shamu.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_moto_shamu.sh index 3feeff11..60d3d1c7 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_moto_shamu.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_moto_shamu.sh @@ -557,6 +557,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch @@ -570,7 +578,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p570" +editKernelLocalversion "-dos.p578" else echo "kernel_moto_shamu is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8974.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8974.sh index 69b6daee..a1e3199c 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8974.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8974.sh @@ -652,6 +652,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6752/3.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch @@ -660,7 +665,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p660" +editKernelLocalversion "-dos.p665" else echo "kernel_motorola_msm8974 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh index fd5c0546..beae4ff6 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh @@ -855,6 +855,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15815/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0 git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/3.18/0004.patch @@ -864,7 +873,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p864" +editKernelLocalversion "-dos.p873" else echo "kernel_motorola_msm8996 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh index 782e1c63..64f50c1e 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh @@ -689,6 +689,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch @@ -698,7 +706,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p698" +editKernelLocalversion "-dos.p706" else echo "kernel_nextbit_msm8992 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh index 26e99ddc..c529d13d 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh @@ -843,6 +843,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/3.18/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/3.18/0003.patch @@ -852,7 +861,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p852" +editKernelLocalversion "-dos.p861" else echo "kernel_oneplus_msm8996 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oppo_msm8974.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oppo_msm8974.sh index ffe92397..211bf115 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oppo_msm8974.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oppo_msm8974.sh @@ -526,11 +526,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p530" +editKernelLocalversion "-dos.p535" else echo "kernel_oppo_msm8974 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_jf.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_jf.sh index 20d58cf1..92ef216a 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_jf.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_jf.sh @@ -599,6 +599,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch @@ -609,7 +614,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p609" +editKernelLocalversion "-dos.p614" else echo "kernel_samsung_jf is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8930-common.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8930-common.sh index 4f8b5dc3..1ac68300 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8930-common.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8930-common.sh @@ -681,6 +681,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0002/3.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0004/3.4/0001.patch @@ -693,7 +698,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p693" +editKernelLocalversion "-dos.p698" else echo "kernel_samsung_msm8930-common is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8974.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8974.sh index d3d7e161..582d7de9 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8974.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_samsung_msm8974.sh @@ -412,10 +412,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.4/0008.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p415" +editKernelLocalversion "-dos.p420" else echo "kernel_samsung_msm8974 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh index f90b4fd4..1f5891ba 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh @@ -508,11 +508,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p512" +editKernelLocalversion "-dos.p521" else echo "kernel_xiaomi_sdm660 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh b/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh index 0b2976f0..ddfb5d7e 100644 --- a/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh +++ b/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh @@ -1099,6 +1099,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -1106,6 +1107,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42157/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/4.14/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.14/0003.patch @@ -1116,7 +1131,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p1116" +editKernelLocalversion "-dos.p1131" else echo "kernel_xiaomi_sm8150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh index 9a06a63f..b31489e3 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh @@ -534,6 +534,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-slab/4.4/0004.patch @@ -541,7 +549,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p541" +editKernelLocalversion "-dos.p549" else echo "kernel_essential_msm8998 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh index f13adb7e..6dd7312d 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh @@ -410,12 +410,26 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch @@ -425,7 +439,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p425" +editKernelLocalversion "-dos.p439" else echo "kernel_fairphone_sdm632 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh index aeff6e62..bf56bfc7 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh @@ -387,6 +387,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41017/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41020/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41035/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41041/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41042/4.19/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41044/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41059/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41063/4.19/0002.patch @@ -413,6 +414,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch @@ -424,13 +426,36 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p430" +editKernelLocalversion "-dos.p455" else echo "kernel_fairphone_sm7225 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh index 9a97666b..a45a664a 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh @@ -486,11 +486,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p490" +editKernelLocalversion "-dos.p499" else echo "kernel_fxtec_msm8998 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh index 88b71d01..303c8ee0 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh @@ -387,6 +387,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41017/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41020/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41035/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41041/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41042/4.19/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41044/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41059/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41063/4.19/0002.patch @@ -413,6 +414,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch @@ -424,13 +426,36 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p430" +editKernelLocalversion "-dos.p455" else echo "kernel_fxtec_sm6115 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh index 53dc332d..3f85a7fc 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh @@ -391,6 +391,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52882/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52887/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52889/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0565/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/5.10/0003.patch @@ -841,11 +842,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42101/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42114/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42120/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42121/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42124/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42126/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42127/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/5.10/0003.patch @@ -865,7 +868,43 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42242/^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42244/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42253/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/5.10/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42267/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42281/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42283/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42288/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42296/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42301/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42308/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42312/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42321/^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43815/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43828/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43829/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43841/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43846/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43849/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/5.10/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47490/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/5.10/0003.patch @@ -875,7 +914,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/5.10/0003.patch -editKernelLocalversion "-dos.p875" +editKernelLocalversion "-dos.p914" else echo "kernel_google_gs101_private_gs-google is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh index 9859ee2b..dac80356 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh @@ -389,6 +389,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52882/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52887/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52889/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0565/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/5.10/0003.patch @@ -839,11 +840,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42101/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42114/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42120/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42121/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42124/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42126/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42127/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/5.10/0003.patch @@ -863,7 +866,43 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42242/^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42244/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42253/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/5.10/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42267/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42281/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42283/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42288/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42296/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42301/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42308/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42312/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42321/^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43815/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43828/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43829/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43841/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43846/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43849/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/5.10/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47490/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/5.10/0003.patch @@ -873,7 +912,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/5.10/0003.patch -editKernelLocalversion "-dos.p873" +editKernelLocalversion "-dos.p912" else echo "kernel_google_gs201_private_gs-google is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh index 4ff3c293..dbc6ba31 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh @@ -411,6 +411,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -419,12 +420,29 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42296/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p424" +editKernelLocalversion "-dos.p442" else echo "kernel_google_msm-4.14 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh index 5e3c4e11..11a292b2 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh @@ -409,12 +409,26 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch @@ -424,7 +438,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p424" +editKernelLocalversion "-dos.p438" else echo "kernel_google_msm-4.9 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh index 4ee94a8a..278e6e05 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh @@ -590,6 +590,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41017/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41020/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41035/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41041/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41042/4.19/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41044/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41059/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41063/4.19/0002.patch @@ -616,6 +617,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch @@ -627,13 +629,36 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42296/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p633" +editKernelLocalversion "-dos.p658" else echo "kernel_google_redbull is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh index 1d884a87..27cbf055 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh @@ -502,6 +502,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-slab/4.4/0004.patch @@ -509,7 +518,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p509" +editKernelLocalversion "-dos.p518" else echo "kernel_google_wahoo is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh index 8e8c07bd..aec7a69e 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh @@ -486,11 +486,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p490" +editKernelLocalversion "-dos.p499" else echo "kernel_lge_msm8996 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh index bc2afa15..3b204734 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh @@ -490,11 +490,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p494" +editKernelLocalversion "-dos.p503" else echo "kernel_oneplus_msm8998 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh index 90acbd89..888f0f59 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh @@ -414,6 +414,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -421,6 +422,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch @@ -430,7 +445,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p430" +editKernelLocalversion "-dos.p445" else echo "kernel_oneplus_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh index 181c359f..0e9df4a5 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh @@ -439,6 +439,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41017/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41020/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41035/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41041/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41042/4.19/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41044/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41059/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41063/4.19/0002.patch @@ -465,6 +466,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch @@ -476,13 +478,36 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p482" +editKernelLocalversion "-dos.p507" else echo "kernel_oneplus_sm7250 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh index 25ddbd2f..3c71a647 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh @@ -1065,6 +1065,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -1072,6 +1073,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42157/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/4.14/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.14/0003.patch @@ -1081,7 +1096,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p1081" +editKernelLocalversion "-dos.p1096" else echo "kernel_oneplus_sm8150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh index 6ad59bf8..57641b0c 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh @@ -385,6 +385,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41017/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41020/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41035/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41041/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41042/4.19/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41044/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41059/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41063/4.19/0002.patch @@ -411,6 +412,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch @@ -422,13 +424,36 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p428" +editKernelLocalversion "-dos.p453" else echo "kernel_oneplus_sm8250 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh index 144c617c..6f99c737 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh @@ -114,6 +114,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52880/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52882/5.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52887/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52889/5.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0841/5.4/0004.patch @@ -255,6 +256,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27388/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27393/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27395/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27396/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27397/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27398/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27399/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27401/5.4/0005.patch @@ -452,6 +454,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41020/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41022/5.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41035/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41041/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41042/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41044/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41049/5.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41059/5.4/0005.patch @@ -489,6 +492,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42124/5.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42127/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/5.4/0005.patch @@ -499,6 +503,39 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/5.4/0006.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/5.4/0006.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42276/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42281/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42283/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42287/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42288/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42306/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42308/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43829/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43841/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43846/5.4/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/5.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47490/5.4/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48783/^5.17/0001.patch @@ -509,7 +546,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/5.4/0005.patch -editKernelLocalversion "-dos.p509" +editKernelLocalversion "-dos.p546" else echo "kernel_oneplus_sm8350 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh index 5cf2250a..2d7ef3e4 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh @@ -486,11 +486,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p490" +editKernelLocalversion "-dos.p499" else echo "kernel_razer_msm8998 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh index f80444f5..31d0fb7e 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh @@ -410,6 +410,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -417,6 +418,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch @@ -426,7 +441,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p426" +editKernelLocalversion "-dos.p441" else echo "kernel_razer_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh index 385b118b..016aa541 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh @@ -1025,11 +1025,23 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0008.patch @@ -1038,7 +1050,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p1038" +editKernelLocalversion "-dos.p1050" else echo "kernel_samsung_exynos9810 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh index 493544b0..8ab7dab9 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh @@ -501,11 +501,20 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42153/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p505" +editKernelLocalversion "-dos.p514" else echo "kernel_sony_sdm660 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh index 7a659f60..fb298f42 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh @@ -891,11 +891,24 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch @@ -907,7 +920,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p907" +editKernelLocalversion "-dos.p920" else echo "kernel_sony_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh index c56243f4..59389a7e 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh @@ -409,12 +409,26 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch @@ -424,7 +438,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p424" +editKernelLocalversion "-dos.p438" else echo "kernel_xiaomi_msm8937 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh index 0c1eb5f3..a76f51db 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh @@ -419,12 +419,26 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch @@ -434,7 +448,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p434" +editKernelLocalversion "-dos.p448" else echo "kernel_xiaomi_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh index affd23e6..d6943b99 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh @@ -447,6 +447,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -456,12 +457,29 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p461" +editKernelLocalversion "-dos.p479" else echo "kernel_xiaomi_sm6150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh index f9bbd985..eae96c21 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh @@ -269,6 +269,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41017/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41020/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41035/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41041/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41042/4.19/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41044/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41059/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-41063/4.19/0002.patch @@ -295,6 +296,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42119/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42145/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch @@ -306,10 +308,33 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42259/4.19/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42285/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42286/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42292/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43830/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43856/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26720/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p309" +editKernelLocalversion "-dos.p334" else echo "kernel_xiaomi_sm8250 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh index a3ad0f1e..150258c3 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh @@ -449,6 +449,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42102/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42105/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42106/4.12-^6.10/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42115/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42131/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42143/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42148/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42154/4.19/0002.patch @@ -458,12 +459,29 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42224/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42284/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42289/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42295/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42304/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42305/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42313/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42315/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43817/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -editKernelLocalversion "-dos.p463" +editKernelLocalversion "-dos.p481" else echo "kernel_xiaomi_vayu is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh index 6d399dc0..eb266577 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh @@ -501,12 +501,21 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42223/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42232/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42236/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42247/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42265/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42271/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42280/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42297/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42309/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42310/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42311/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43839/^6.10/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43858/^6.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26145/qcacld-2.0/0008.patch --directory=drivers/staging/qcacld-2.0 git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch -editKernelLocalversion "-dos.p506" +editKernelLocalversion "-dos.p515" else echo "kernel_zuk_msm8996 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE"