summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-15 18:15:52 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-15 18:17:25 (EST)
commit48821e53b0d6c367d743bb1f1ea4f4da983b9d08 (patch)
tree538c077aa8cd7b0a56bd636d05d70024404084fd /resources/scripts/helpers
parent273615b005ad1c7fd5cac81c30d190dc9a114d76 (diff)
downloadlibreboot-48821e53b0d6c367d743bb1f1ea4f4da983b9d08.zip
libreboot-48821e53b0d6c367d743bb1f1ea4f4da983b9d08.tar.gz
libreboot-48821e53b0d6c367d743bb1f1ea4f4da983b9d08.tar.bz2
GRUB: fix security issue with password auth (integer underflow)
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-xresources/scripts/helpers/download/grub4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index 3d9bfcc..b0f825c 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -63,5 +63,9 @@ git am "../resources/grub/patch/reproducible/0001-mkstandalone-add-argument-fixe
git am "../resources/grub/patch/reproducible/0002-mkrescue-add-argument-fixed-time-to-get-reproducible.patch"
git am "../resources/grub/patch/reproducible/0003-Makefile-use-FIXED_TIMESTAMP-for-mkstandalone-if-set.patch"
+# Patch security vulnerability in GRUB
+# See: http://hmarco.org/bugs/CVE-2015-8370-Grub2-authentication-bypass.html
+git am "../resources/grub/patch/secfix/0001-Fix-CVE-2015-8370-Grub2-user-pass-vulnerability.patch"
+
cd "../"
printf "\n\n"