From 0f9ad5aeaf5df04422693b01418b8b6ff83e32e4 Mon Sep 17 00:00:00 2001 From: Tavi Date: Wed, 20 Nov 2024 08:40:09 -0500 Subject: [PATCH] Update CVE patchers maybe breakage Signed-off-by: Tavi --- Logs/resetWorkspace-LineageOS-15.1.txt | 2 +- Logs/resetWorkspace-LineageOS-16.0.txt | 2 +- Logs/resetWorkspace-LineageOS-17.1.txt | 2 +- Logs/resetWorkspace-LineageOS-18.1.txt | 2 +- Logs/resetWorkspace-LineageOS-19.1.txt | 2 +- Logs/resetWorkspace-LineageOS-20.0.txt | 2 +- Patches/Linux | 2 +- Scripts/Common/Functions.sh | 1 + .../android_kernel_amazon_hdx-common.sh | 3 ++- .../android_kernel_asus_grouper.sh | 3 ++- .../android_kernel_htc_msm8960.sh | 3 ++- .../android_kernel_htc_msm8994.sh | 6 ++++- .../android_kernel_lge_msm8992.sh | 6 ++++- .../android_kernel_motorola_msm8952.sh | 6 ++++- .../CVE_Patchers/android_kernel_samsung_d2.sh | 3 ++- .../android_kernel_samsung_exynos5420.sh | 3 ++- .../android_kernel_samsung_manta.sh | 3 ++- .../android_kernel_samsung_smdk4412.sh | 3 ++- .../android_kernel_samsung_tuna.sh | 3 ++- .../android_kernel_samsung_universal8890.sh | 6 ++++- .../CVE_Patchers/android_kernel_asus_fugu.sh | 6 ++++- .../android_kernel_asus_msm8916.sh | 6 ++++- .../android_kernel_google_dragon.sh | 7 +++++- .../android_kernel_htc_flounder.sh | 6 ++++- .../android_kernel_huawei_angler.sh | 6 ++++- .../android_kernel_lge_bullhead.sh | 6 ++++- .../android_kernel_zte_msm8996.sh | 6 ++++- .../android_kernel_cyanogen_msm8916.sh | 6 ++++- .../android_kernel_cyanogen_msm8974.sh | 3 ++- .../android_kernel_google_yellowstone.sh | 6 ++++- .../android_kernel_samsung_apq8084.sh | 6 ++++- .../android_kernel_cyanogen_msm8916.sh | 6 ++++- .../android_kernel_motorola_msm8916.sh | 6 ++++- .../android_kernel_motorola_msm8992.sh | 6 ++++- .../android_kernel_oneplus_msm8994.sh | 6 ++++- .../android_kernel_xiaomi_sm6150.sh | 19 ++++++++++++++- .../android_kernel_yandex_sdm660.sh | 12 +++++++++- .../android_kernel_fairphone_msm8974.sh | 3 ++- .../android_kernel_google_marlin.sh | 6 ++++- .../CVE_Patchers/android_kernel_google_msm.sh | 3 ++- .../android_kernel_htc_msm8974.sh | 3 ++- .../CVE_Patchers/android_kernel_lge_g3.sh | 3 ++- .../android_kernel_lge_hammerhead.sh | 3 ++- .../CVE_Patchers/android_kernel_lge_mako.sh | 3 ++- .../android_kernel_lge_msm8974.sh | 3 ++- .../CVE_Patchers/android_kernel_moto_shamu.sh | 6 ++++- .../android_kernel_motorola_msm8974.sh | 3 ++- .../android_kernel_motorola_msm8996.sh | 6 ++++- .../android_kernel_nextbit_msm8992.sh | 6 ++++- .../android_kernel_oneplus_msm8996.sh | 6 ++++- .../android_kernel_oppo_msm8974.sh | 3 ++- .../CVE_Patchers/android_kernel_samsung_jf.sh | 3 ++- .../android_kernel_samsung_msm8930-common.sh | 3 ++- .../android_kernel_samsung_msm8974.sh | 3 ++- .../android_kernel_xiaomi_sdm660.sh | 12 +++++++++- .../android_kernel_xiaomi_sm8150.sh | 19 ++++++++++++++- .../android_kernel_essential_msm8998.sh | 11 ++++++++- .../android_kernel_fairphone_sdm632.sh | 14 ++++++++++- .../android_kernel_fairphone_sm7225.sh | 23 ++++++++++++++++++- .../android_kernel_fxtec_msm8998.sh | 12 +++++++++- .../android_kernel_fxtec_sm6115.sh | 23 ++++++++++++++++++- ...d_kernel_google_gs101_private_gs-google.sh | 23 ++++++++++++++++++- ...d_kernel_google_gs201_private_gs-google.sh | 23 ++++++++++++++++++- .../android_kernel_google_msm-4.14.sh | 19 ++++++++++++++- .../android_kernel_google_msm-4.9.sh | 14 ++++++++++- .../android_kernel_google_redbull.sh | 21 ++++++++++++++++- .../android_kernel_google_wahoo.sh | 12 +++++++++- .../android_kernel_lge_msm8996.sh | 12 +++++++++- .../android_kernel_oneplus_msm8998.sh | 12 +++++++++- .../android_kernel_oneplus_sdm845.sh | 14 ++++++++++- .../android_kernel_oneplus_sm7250.sh | 21 ++++++++++++++++- .../android_kernel_oneplus_sm8150.sh | 19 ++++++++++++++- .../android_kernel_oneplus_sm8250.sh | 23 ++++++++++++++++++- .../android_kernel_oneplus_sm8350.sh | 23 ++++++++++++++++++- .../android_kernel_razer_msm8998.sh | 12 +++++++++- .../android_kernel_razer_sdm845.sh | 14 ++++++++++- .../android_kernel_samsung_exynos9810.sh | 13 ++++++++++- .../android_kernel_sony_sdm660.sh | 12 +++++++++- .../android_kernel_sony_sdm845.sh | 14 ++++++++++- .../android_kernel_xiaomi_msm8937.sh | 14 ++++++++++- .../android_kernel_xiaomi_sdm845.sh | 14 ++++++++++- .../android_kernel_xiaomi_sm6150.sh | 19 ++++++++++++++- .../android_kernel_xiaomi_sm8250.sh | 23 ++++++++++++++++++- .../android_kernel_xiaomi_vayu.sh | 19 ++++++++++++++- .../android_kernel_zuk_msm8996.sh | 12 +++++++++- 85 files changed, 680 insertions(+), 84 deletions(-) diff --git a/Logs/resetWorkspace-LineageOS-15.1.txt b/Logs/resetWorkspace-LineageOS-15.1.txt index d883346c..efaa7ed4 100644 --- a/Logs/resetWorkspace-LineageOS-15.1.txt +++ b/Logs/resetWorkspace-LineageOS-15.1.txt @@ -68,7 +68,7 @@ external/caliper 4a0d9aba0856d0aa965d5653bfa4c138f0e8a8ba external/cblas d063db8bdddfcde61e4bad3bfe65941fd73e8094 external/chromium-libpac 0ac78251d11006d764ba1aad8cc0867827fafe5c external/chromium-trace 8b2c0074e71a8086dee98ca8730acfdc5eddf7a1 -external/chromium-webview a4b0b914b80044a684113e680107138e5bce590a +external/chromium-webview b8e0c96faa6299b17e727e586932d61cf2b8fde7 external/clang 751a76679b0fb5798ea6cab75906df07edcab315 external/cmockery 9199c7bfafefea32d1884182fa655b6e4578c1c4 external/compiler-rt 0c46c9e892a3f68420635032ef2f6152dabd197c diff --git a/Logs/resetWorkspace-LineageOS-16.0.txt b/Logs/resetWorkspace-LineageOS-16.0.txt index fec53bf6..c6cf6e3b 100644 --- a/Logs/resetWorkspace-LineageOS-16.0.txt +++ b/Logs/resetWorkspace-LineageOS-16.0.txt @@ -67,7 +67,7 @@ external/capstone 6788a4139092f179005f7cdbf181ba24b60b6113 external/cblas ddf5f49cb53866fbc503a6349bf44bac24a6963d external/chromium-libpac dff5ddb8d28f6ac9a86eb28763b4313f6f72eec5 external/chromium-trace b2cf025c7d5cebd43084f38c6c7ff9cc17da428a -external/chromium-webview a4b0b914b80044a684113e680107138e5bce590a +external/chromium-webview b8e0c96faa6299b17e727e586932d61cf2b8fde7 external/clang f9d2af42fc6d74c28893af371e4647158eaba66c external/cmockery 9199c7bfafefea32d1884182fa655b6e4578c1c4 external/cn-cbor 7fe9f01990a97be4df5e46d2decd894c06678072 diff --git a/Logs/resetWorkspace-LineageOS-17.1.txt b/Logs/resetWorkspace-LineageOS-17.1.txt index 33f5d2e2..39f5640d 100644 --- a/Logs/resetWorkspace-LineageOS-17.1.txt +++ b/Logs/resetWorkspace-LineageOS-17.1.txt @@ -78,7 +78,7 @@ external/catch2 bcfbb791d09e390fb545c03ca002e570f764d960 external/cblas 61ee00692011385347a5dd1ad872556899a5cf7a external/chromium-libpac c98fc96035e6fdc5b84d953d2bd38d2dcd175467 external/chromium-trace f4e722b911fcc6f7164026432de62a02ea3460fb -external/chromium-webview a4b0b914b80044a684113e680107138e5bce590a +external/chromium-webview b8e0c96faa6299b17e727e586932d61cf2b8fde7 external/clang 8343f599c9e1dda8e6c1bb779af323a673a052f9 external/cldr 4e0bdd442c1e01f5c6147cf6032ce4f8587f4ede external/cmockery 9199c7bfafefea32d1884182fa655b6e4578c1c4 diff --git a/Logs/resetWorkspace-LineageOS-18.1.txt b/Logs/resetWorkspace-LineageOS-18.1.txt index 3e1477b7..85e8826f 100644 --- a/Logs/resetWorkspace-LineageOS-18.1.txt +++ b/Logs/resetWorkspace-LineageOS-18.1.txt @@ -135,7 +135,7 @@ external/cblas d82c5f4ae14b2a5468303985070f7dadc15d4094 external/cbor-java f81e576298790c97498311e99a0b0b34653c3dd8 external/chromium-libpac 169c93e00a00605346a68d39d3f4713735bdb61e external/chromium-trace e524766cad26d677a9a1ec8c00c512d4cac2cf5e -external/chromium-webview a4b0b914b80044a684113e680107138e5bce590a +external/chromium-webview b8e0c96faa6299b17e727e586932d61cf2b8fde7 external/clang 0a1c53a5d295109bd4702ad13c0f2a5510ca1b26 external/cldr 38850463abd624d5b2293be75fddc43cf6b55ae2 external/cn-cbor 696530332036f5518681d3c450cdbc3ee412004a diff --git a/Logs/resetWorkspace-LineageOS-19.1.txt b/Logs/resetWorkspace-LineageOS-19.1.txt index 67ae0966..eb39a17d 100644 --- a/Logs/resetWorkspace-LineageOS-19.1.txt +++ b/Logs/resetWorkspace-LineageOS-19.1.txt @@ -94,7 +94,7 @@ external/catch2 2b2e0e9540defee10f28ea0fc97750490fa238b5 external/cblas 2b24922070cb6d45edd5f5b533db0637099a2b17 external/cbor-java 00c4a382dd3810f9c1b363eaad339cff34a3f6fe external/chromium-trace 138ade68f9d3388a1b0a6d9ce5e091ff6f7e7448 -external/chromium-webview a4b0b914b80044a684113e680107138e5bce590a +external/chromium-webview b8e0c96faa6299b17e727e586932d61cf2b8fde7 external/clang f1cef8e77ae220c9379303bdc9896e0c2366bd6f external/cldr 242ecd0dcb21f3376f825119ec0b36fcb15e7bb8 external/cn-cbor 6a0f6a5375b8cd9b495e91c11d21ed257ec9a905 diff --git a/Logs/resetWorkspace-LineageOS-20.0.txt b/Logs/resetWorkspace-LineageOS-20.0.txt index f59d2deb..d52aba4e 100644 --- a/Logs/resetWorkspace-LineageOS-20.0.txt +++ b/Logs/resetWorkspace-LineageOS-20.0.txt @@ -201,7 +201,7 @@ external/catch2 5f8628024c5a9219caa004d6a9547aacd9ba94c1 external/cblas 4fdeda64177f60e1b226349885b3c0ea016f3068 external/cbor-java 6b4b6adc5ff8f91e2ddef14adf510e14aaf90204 external/chromium-trace 9456b95a6d4b95c765c9f2264a71b0334f6cf8d7 -external/chromium-webview a4b0b914b80044a684113e680107138e5bce590a +external/chromium-webview b8e0c96faa6299b17e727e586932d61cf2b8fde7 external/clang 9fae335badf26813486d207b69928d38b979e522 external/cldr 7518f37169bd87d6977244e4d7471bc48fcd62e0 external/cn-cbor 7b581886d1830f50c3ab104a56b7ab931779466f diff --git a/Patches/Linux b/Patches/Linux index c8ecb17c..5941b511 160000 --- a/Patches/Linux +++ b/Patches/Linux @@ -1 +1 @@ -Subproject commit c8ecb17c204bc0df24ed354a139173afdf8f30fd +Subproject commit 5941b511a3bc2a3b185ec091921d473c752b9777 diff --git a/Scripts/Common/Functions.sh b/Scripts/Common/Functions.sh index 4d5a025b..fcdbd383 100644 --- a/Scripts/Common/Functions.sh +++ b/Scripts/Common/Functions.sh @@ -731,6 +731,7 @@ fixupCarrierConfigs() { #Things we don't want #Reference (BSD-3-Clause): https://github.com/GrapheneOS/carriersettings-extractor/blob/13/carriersettings_extractor.py local ccLines="allow_adding_apns_bool|apn_expand_bool|hide_ims_apn_bool|hide_preset_apn_details_bool|hide_enable_2g_bool|gps.lpp_profile|gps.persist_lpp_mode_bool"; + #TODO: carrier_default_wfc_ims_mode_int https://review.lineageos.org/c/LineageOS/android_device_fairphone_FP4/+/408874 sed -i -E "/($ccLines)/d" $pathsToFixup; local ccArrays="read_only_apn_fields_string_array|read_only_apn_types_string_array"; sed -i -E "/("$ccArrays").*num=\"0\"/d" $pathsToFixup; #ugly hack because next line is very greedy 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 6d2d839c..97fc1b62 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 @@ -986,6 +986,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -998,7 +999,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.p998" +editKernelLocalversion "-dos.p999" 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 a4f05acb..91b3ad8d 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 @@ -651,6 +651,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -659,7 +660,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.p659" +editKernelLocalversion "-dos.p660" 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 3df7befb..8edcd4ab 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 @@ -687,6 +687,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -696,7 +697,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.p696" +editKernelLocalversion "-dos.p697" 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 643518fa..676fd732 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 @@ -831,6 +831,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -843,7 +847,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.p843" +editKernelLocalversion "-dos.p847" 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 ee210bc2..de45b5bf 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 @@ -916,6 +916,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -927,7 +931,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.p927" +editKernelLocalversion "-dos.p931" 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 df26af4f..a52a3426 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 @@ -784,6 +784,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -793,7 +797,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.p793" +editKernelLocalversion "-dos.p797" 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 2062aa31..309b1e5d 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 @@ -762,6 +762,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -771,7 +772,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.p771" +editKernelLocalversion "-dos.p772" 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 56ba17c9..30122f56 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 @@ -448,11 +448,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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.p452" +editKernelLocalversion "-dos.p453" 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 a84f1c2f..2f6146ad 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 @@ -566,6 +566,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -573,7 +574,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.p573" +editKernelLocalversion "-dos.p574" 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 703c7a63..62e06cbe 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 @@ -569,6 +569,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50148/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -577,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.p577" +editKernelLocalversion "-dos.p578" 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 3b223051..5bf835e1 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 @@ -559,6 +559,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50148/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -567,7 +568,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.p567" +editKernelLocalversion "-dos.p568" 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 a624db78..6cad63fa 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 @@ -1150,6 +1150,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -1161,7 +1165,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.p1161" +editKernelLocalversion "-dos.p1165" 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 83f3f975..3835c20e 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 @@ -923,6 +923,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -941,7 +945,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.p941" +editKernelLocalversion "-dos.p945" 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 3f709f87..e0098b3a 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 @@ -732,6 +732,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -742,7 +746,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.p742" +editKernelLocalversion "-dos.p746" 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 ceb7cac2..5ec4414b 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 @@ -1120,6 +1120,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -1133,7 +1138,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.p1133" +editKernelLocalversion "-dos.p1138" 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 57bae7d7..6785578d 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 @@ -729,6 +729,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -740,7 +744,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.p740" +editKernelLocalversion "-dos.p744" 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 ebafe067..24968217 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 @@ -853,6 +853,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -865,7 +869,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.p865" +editKernelLocalversion "-dos.p869" 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 63d418f2..7b3b10d5 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 @@ -864,6 +864,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -876,7 +880,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.p876" +editKernelLocalversion "-dos.p880" 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 6f6933a3..85b71918 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 @@ -1114,6 +1114,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -1124,7 +1128,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.p1124" +editKernelLocalversion "-dos.p1128" 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 fe050e78..e62f7bc5 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 @@ -730,6 +730,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -740,7 +744,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.p740" +editKernelLocalversion "-dos.p744" 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 b61f7a6d..c1fc1aba 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 @@ -616,6 +616,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -623,7 +624,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.p623" +editKernelLocalversion "-dos.p624" 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 9b44cfdb..4f4b7639 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 @@ -779,6 +779,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -789,7 +793,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.p789" +editKernelLocalversion "-dos.p793" 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 4413fff6..39769a23 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 @@ -581,6 +581,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -593,7 +597,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.p593" +editKernelLocalversion "-dos.p597" 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 fe050e78..e62f7bc5 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 @@ -730,6 +730,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -740,7 +744,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.p740" +editKernelLocalversion "-dos.p744" 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 4cadb8b8..ecfae439 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 @@ -775,6 +775,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -784,7 +788,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.p784" +editKernelLocalversion "-dos.p788" 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 7c2f825e..0abc169f 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 @@ -699,6 +699,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -708,7 +712,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.p708" +editKernelLocalversion "-dos.p712" 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 5d6e301c..31869f47 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 @@ -701,6 +701,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -710,7 +714,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.p710" +editKernelLocalversion "-dos.p714" 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 d680b293..ba72cb11 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 @@ -1240,6 +1240,23 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -1247,7 +1264,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.14/0009.patch -editKernelLocalversion "-dos.p1247" +editKernelLocalversion "-dos.p1264" 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 6c0de5e6..575ad013 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 @@ -999,6 +999,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -1007,7 +1017,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.p1007" +editKernelLocalversion "-dos.p1017" 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 534374fd..af48de8b 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 @@ -430,10 +430,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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.p433" +editKernelLocalversion "-dos.p434" 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 ee4069ff..93ee11f5 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 @@ -926,6 +926,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -938,7 +942,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.p938" +editKernelLocalversion "-dos.p942" 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 86be3db5..9c820c61 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 @@ -607,6 +607,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -617,7 +618,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.p617" +editKernelLocalversion "-dos.p618" 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 212dc42b..11dc0c7d 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 @@ -717,6 +717,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -727,7 +728,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.p727" +editKernelLocalversion "-dos.p728" 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 9b3cec00..82470a4e 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 @@ -644,6 +644,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -651,7 +652,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.p651" +editKernelLocalversion "-dos.p652" 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 1c41cf0a..d618fbc1 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 @@ -581,6 +581,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -589,7 +590,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.p589" +editKernelLocalversion "-dos.p590" 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 29ba911d..0060a72a 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 @@ -224,10 +224,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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.p227" +editKernelLocalversion "-dos.p228" 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 0fe90cad..4bf804e0 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 @@ -629,13 +629,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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.p635" +editKernelLocalversion "-dos.p636" 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 a924e609..c7e943e0 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 @@ -617,6 +617,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -630,7 +634,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.p630" +editKernelLocalversion "-dos.p634" 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 44884d70..08f35686 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 @@ -698,6 +698,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -706,7 +707,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.p706" +editKernelLocalversion "-dos.p707" 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 0e147a40..f109b8df 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 @@ -950,6 +950,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -959,7 +963,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.p959" +editKernelLocalversion "-dos.p963" 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 3fca2870..b7f64c09 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 @@ -751,6 +751,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -760,7 +764,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.p760" +editKernelLocalversion "-dos.p764" 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 91f5f483..83ba50ca 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 @@ -938,6 +938,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -947,7 +951,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.p947" +editKernelLocalversion "-dos.p951" 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 ad7f7cab..608c31b4 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 @@ -572,11 +572,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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.p576" +editKernelLocalversion "-dos.p577" 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 5bdc41c6..6da3d736 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 @@ -645,6 +645,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -655,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.p655" +editKernelLocalversion "-dos.p656" 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 ff3d78cd..d31e1454 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 @@ -727,6 +727,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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 @@ -739,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.p739" +editKernelLocalversion "-dos.p740" 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 be189087..1c0f7c44 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 @@ -458,10 +458,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50168/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/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.p461" +editKernelLocalversion "-dos.p462" 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 182107c2..c8b86561 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 @@ -643,11 +643,21 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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.p647" +editKernelLocalversion "-dos.p657" 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 425c78f4..5016d83e 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 @@ -1323,6 +1323,23 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -1335,7 +1352,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -editKernelLocalversion "-dos.p1335" +editKernelLocalversion "-dos.p1352" 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 d8398b10..c9f887cc 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 @@ -666,6 +666,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -673,7 +682,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.p673" +editKernelLocalversion "-dos.p682" 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 eac45122..c6fb1ca1 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 @@ -544,6 +544,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -555,7 +567,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-alt/4.9/0001.patch -editKernelLocalversion "-dos.p555" +editKernelLocalversion "-dos.p567" 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 bbcb3cfa..8a5d0d6c 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 @@ -614,13 +614,34 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50282/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53063/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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.p620" +editKernelLocalversion "-dos.p641" 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 b4ad27cb..3adf457b 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 @@ -619,11 +619,21 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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.p623" +editKernelLocalversion "-dos.p633" 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 871d41e8..77b0f807 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 @@ -614,13 +614,34 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50282/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53063/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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.p620" +editKernelLocalversion "-dos.p641" 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 e59fb59f..02f3c953 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 @@ -1248,6 +1248,27 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50268/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50282/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47195/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 @@ -1260,7 +1281,7 @@ 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 git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/5.10/0002.patch -editKernelLocalversion "-dos.p1260" +editKernelLocalversion "-dos.p1281" 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 1160dd53..d7ccce10 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 @@ -1246,6 +1246,27 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50268/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50282/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47195/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 @@ -1258,7 +1279,7 @@ 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 git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/5.10/0002.patch -editKernelLocalversion "-dos.p1258" +editKernelLocalversion "-dos.p1279" 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 07335dd4..40981927 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 @@ -582,6 +582,23 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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-33063/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch @@ -589,7 +606,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -editKernelLocalversion "-dos.p589" +editKernelLocalversion "-dos.p606" 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 33ffe836..905c5a5f 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 @@ -551,6 +551,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -562,7 +574,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -editKernelLocalversion "-dos.p562" +editKernelLocalversion "-dos.p574" 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 c5a086df..ef1aac19 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 @@ -840,13 +840,32 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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.p846" +editKernelLocalversion "-dos.p865" 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 8648e058..ce796dc3 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 @@ -640,6 +640,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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 @@ -647,7 +657,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.p647" +editKernelLocalversion "-dos.p657" 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 b93ae800..82ab87a0 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 @@ -619,11 +619,21 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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.p623" +editKernelLocalversion "-dos.p633" 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 617a21be..a7fc748f 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 @@ -624,11 +624,21 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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.p628" +editKernelLocalversion "-dos.p638" 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 bbb4b929..d5bbf79e 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 @@ -558,6 +558,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -569,7 +581,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -editKernelLocalversion "-dos.p569" +editKernelLocalversion "-dos.p581" 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 d8531686..8ce5df9a 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 @@ -670,13 +670,32 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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.p676" +editKernelLocalversion "-dos.p695" 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 3ada8446..e7f35356 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 @@ -1278,6 +1278,23 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -1289,7 +1306,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -editKernelLocalversion "-dos.p1289" +editKernelLocalversion "-dos.p1306" 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 e4b7e4da..56b34654 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 @@ -615,13 +615,34 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50282/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53063/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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.p621" +editKernelLocalversion "-dos.p642" 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 7f425151..9176c076 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 @@ -763,6 +763,27 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50282/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53063/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47195/5.4/0004.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 @@ -775,7 +796,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.p775" +editKernelLocalversion "-dos.p796" 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 4a3437d6..c3114cd0 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 @@ -619,11 +619,21 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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.p623" +editKernelLocalversion "-dos.p633" 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 fb80e4b6..e2fb0665 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 @@ -554,6 +554,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -565,7 +577,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -editKernelLocalversion "-dos.p565" +editKernelLocalversion "-dos.p577" 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 44db01b6..7e56aabb 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 @@ -1169,6 +1169,17 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -1177,7 +1188,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.14/0009.patch -editKernelLocalversion "-dos.p1177" +editKernelLocalversion "-dos.p1188" 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 e6819b2f..398e22f3 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 @@ -640,11 +640,21 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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.p644" +editKernelLocalversion "-dos.p654" 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 9b27a46b..73d2163b 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 @@ -1066,6 +1066,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0002-Misc_Fixes-2024/4.9/0002.patch git apply $DOS_PATCHES_LINUX_CVES/0002-Misc_Fixes-2024/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/0002-Misc_Fixes-2024/4.9/0004.patch @@ -1083,7 +1095,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -editKernelLocalversion "-dos.p1083" +editKernelLocalversion "-dos.p1095" 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 ae52a75d..ccae4248 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 @@ -547,6 +547,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -558,7 +570,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -editKernelLocalversion "-dos.p558" +editKernelLocalversion "-dos.p570" 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 d4c884a5..f095aca9 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 @@ -561,6 +561,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50229/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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 @@ -572,7 +584,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -editKernelLocalversion "-dos.p572" +editKernelLocalversion "-dos.p584" 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 8beebf24..a485121b 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 @@ -619,6 +619,23 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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-33063/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch @@ -626,7 +643,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -editKernelLocalversion "-dos.p626" +editKernelLocalversion "-dos.p643" 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 79575710..1fd15e4a 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 @@ -500,10 +500,31 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50236/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50262/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50282/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50296/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53063/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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.p503" +editKernelLocalversion "-dos.p524" 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 a8ef97c2..373cdf7a 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 @@ -623,6 +623,23 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50251/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50273/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50292/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50295/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/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-33063/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch @@ -630,7 +647,7 @@ 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.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -editKernelLocalversion "-dos.p630" +editKernelLocalversion "-dos.p647" 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 140c864f..5018c507 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 @@ -632,12 +632,22 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/^6.12/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/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.p637" +editKernelLocalversion "-dos.p647" else echo "kernel_zuk_msm8996 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE"