diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-15 23:15:52 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-15 23:17:25 +0000 |
commit | 48821e53b0d6c367d743bb1f1ea4f4da983b9d08 (patch) | |
tree | 538c077aa8cd7b0a56bd636d05d70024404084fd /resources/scripts/helpers | |
parent | 273615b005ad1c7fd5cac81c30d190dc9a114d76 (diff) | |
download | librebootfr-48821e53b0d6c367d743bb1f1ea4f4da983b9d08.tar.gz librebootfr-48821e53b0d6c367d743bb1f1ea4f4da983b9d08.zip |
GRUB: fix security issue with password auth (integer underflow)
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 3d9bfcc3..b0f825c8 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" |