]> git.proxmox.com Git - grub2.git/commit
Fix security issue when reading username and password
authorHector Marco-Gisbert <hecmargi@upv.es>
Wed, 16 Dec 2015 04:57:18 +0000 (07:57 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Wed, 16 Dec 2015 04:57:18 +0000 (07:57 +0300)
commit451d80e52d851432e109771bb8febafca7a5f1f2
tree4de98d7b66f3cad7c17e67615911a9e314ad0d24
parentff5726b878a485d36bab43898ee528b5a63d38b0
Fix security issue when reading username and password

This patch fixes two integer underflows at:
  * grub-core/lib/crypto.c
  * grub-core/normal/auth.c

CVE-2015-8370

Signed-off-by: Hector Marco-Gisbert <hecmargi@upv.es>
Signed-off-by: Ismael Ripoll-Ripoll <iripoll@disca.upv.es>
Also-By: Andrey Borzenkov <arvidjaar@gmail.com>
grub-core/lib/crypto.c
grub-core/normal/auth.c