Update CVE patchers

This commit is contained in:
Tad 2017-12-05 19:42:36 -05:00
parent 3dd9a262df
commit 90d7413c04
17 changed files with 37 additions and 1 deletions

@ -1 +1 @@
Subproject commit b1f6f76f69efdaeebf5294940adbe6f76cbf9e7f
Subproject commit 693a4f41a0a6e4d1536ec6c2d6476b762065ed54

View File

@ -70,6 +70,7 @@ git apply $cvePatches/CVE-2017-7487/ANY/0001.patch
git apply $cvePatches/CVE-2017-8246/3.4/0002.patch
git apply $cvePatches/CVE-2017-8247/ANY/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0002.patch
git apply $cvePatches/CVE-2017-8890/3.4/0001.patch
git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch
git apply $cvePatches/CVE-2017-9684/ANY/0001.patch

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd $base"kernel/asus/msm8916"
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0001-No_dir-relax.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0002.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0003.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
@ -7,8 +8,10 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch

View File

@ -12,6 +12,7 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0026.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0027.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0030.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0031.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0032.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0033.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0034.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0035.patch
@ -156,6 +157,7 @@ git apply $cvePatches/CVE-2017-9720/3.18/0002.patch
git apply $cvePatches/CVE-2017-9722/3.18/0001.patch
git apply $cvePatches/Untracked/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch
git apply $cvePatches/Untracked/ANY/0003-tunnels-Don-t-apply-GRO-to-multiple-layers-of-encaps.patch
git apply $cvePatches/Untracked/ANY/0004-net-add-recursion-limit-to-GRO.patch
git apply $cvePatches/Untracked/ANY/0005-tcp-fix-zero-cwnd-in-tcp_cwnd_reduction.patch
git apply $cvePatches/Untracked/ANY/0007-USB-usbip-fix-potential-out-of-bounds-write.patch
git apply $cvePatches/Untracked/ANY/0008-nfsd-check-for-oversized-NFSv2-v3-arguments.patch

View File

@ -30,5 +30,6 @@ git apply $cvePatches/CVE-2017-16USB/ANY/0005.patch
git apply $cvePatches/CVE-2017-16USB/ANY/0006.patch
git apply $cvePatches/CVE-2017-8246/3.4/0002.patch
git apply $cvePatches/CVE-2017-8254/3.4/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0002.patch
git apply $cvePatches/Untracked/ANY/0008-nfsd-check-for-oversized-NFSv2-v3-arguments.patch
cd $base

View File

@ -6,8 +6,10 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/CVE-2014-9892/ANY/0001.patch

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd $base"kernel/htc/msm8994"
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0001-No_dir-relax.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0002.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0003.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
@ -7,13 +8,16 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0016.patch
git apply $cvePatches/CVE-2013-7446/^4.3/0002.patch
git apply $cvePatches/CVE-2013-7446/^4.3/0003.patch
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch
git apply $cvePatches/CVE-2014-9903/ANY/0001.patch
git apply $cvePatches/CVE-2014-9904/ANY/0001.patch
@ -96,6 +100,7 @@ git apply $cvePatches/CVE-2017-0620/ANY/0001.patch
git apply $cvePatches/CVE-2017-0621/ANY/0001.patch
git apply $cvePatches/CVE-2017-0627/ANY/0001.patch
git apply $cvePatches/CVE-2017-0630/3.10/0001.patch
git apply $cvePatches/CVE-2017-0630/3.10/0002.patch
git apply $cvePatches/CVE-2017-0631/ANY/0001.patch
git apply $cvePatches/CVE-2017-0648/ANY/0001.patch
git apply $cvePatches/CVE-2017-0710/ANY/0001.patch

View File

@ -9,8 +9,10 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch

View File

@ -9,8 +9,10 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch

View File

@ -2,6 +2,7 @@
cd $base"kernel/lge/hammerhead"
git apply $cvePatches/CVE-2014-9881/ANY/0001.patch
git apply $cvePatches/CVE-2014-9882/ANY/0001.patch
git apply $cvePatches/CVE-2014-9882/ANY/0002.patch
git apply $cvePatches/CVE-2015-1593/ANY/0001.patch
git apply $cvePatches/CVE-2016-3894/ANY/0001.patch
git apply $cvePatches/CVE-2016-8650/ANY/0001.patch
@ -31,6 +32,7 @@ git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch
git apply $cvePatches/CVE-2017-8246/3.4/0002.patch
git apply $cvePatches/CVE-2017-8247/ANY/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0002.patch
git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch
git apply $cvePatches/CVE-2017-9684/ANY/0001.patch
git apply $cvePatches/Untracked/ANY/0008-nfsd-check-for-oversized-NFSv2-v3-arguments.patch

View File

@ -1,12 +1,15 @@
#!/bin/bash
cd $base"kernel/moto/shamu"
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0001-No_dir-relax.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch

View File

@ -1,13 +1,16 @@
#!/bin/bash
cd $base"kernel/motorola/msm8916"
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0001-No_dir-relax.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0002.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd $base"kernel/motorola/msm8992"
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0001-No_dir-relax.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0002.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0003.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
@ -7,8 +8,10 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd $base"kernel/nextbit/msm8992"
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0001-No_dir-relax.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0002.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0003.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
@ -7,8 +8,10 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch

View File

@ -42,5 +42,6 @@ git apply $cvePatches/CVE-2017-16USB/ANY/0006.patch
git apply $cvePatches/CVE-2017-5970/^4.9/0001.patch
git apply $cvePatches/CVE-2017-7487/ANY/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0002.patch
git apply $cvePatches/Untracked/ANY/0008-nfsd-check-for-oversized-NFSv2-v3-arguments.patch
cd $base

View File

@ -16,5 +16,6 @@ git apply $cvePatches/CVE-2017-16USB/ANY/0005.patch
git apply $cvePatches/CVE-2017-16USB/ANY/0006.patch
git apply $cvePatches/CVE-2017-8246/3.4/0002.patch
git apply $cvePatches/CVE-2017-8254/3.4/0001.patch
git apply $cvePatches/CVE-2017-8254/3.4/0002.patch
git apply $cvePatches/Untracked/ANY/0008-nfsd-check-for-oversized-NFSv2-v3-arguments.patch
cd $base

View File

@ -10,6 +10,7 @@ git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0026.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0027.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0030.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0031.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0032.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0033.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0034.patch
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.18/0035.patch
@ -119,6 +120,7 @@ git apply $cvePatches/CVE-2017-7616/^4.10/0001.patch
git apply $cvePatches/CVE-2017-7618/^4.10/0002.patch
git apply $cvePatches/Untracked/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch
git apply $cvePatches/Untracked/ANY/0003-tunnels-Don-t-apply-GRO-to-multiple-layers-of-encaps.patch
git apply $cvePatches/Untracked/ANY/0004-net-add-recursion-limit-to-GRO.patch
git apply $cvePatches/Untracked/ANY/0005-tcp-fix-zero-cwnd-in-tcp_cwnd_reduction.patch
git apply $cvePatches/Untracked/ANY/0007-USB-usbip-fix-potential-out-of-bounds-write.patch
git apply $cvePatches/Untracked/ANY/0008-nfsd-check-for-oversized-NFSv2-v3-arguments.patch