REDHAT-BUG-2345856: Integer Overflow
When reading tar files, grub2 allocates an internal buffer for the file name however it fails to properly verify the allocation against possible Integer Overflows. It's possible to cause the allocation length to overflow with a crafted tar file leading to a head Out-of-bounds write, as consequence an attacker may leverage this to eventually circumvent secure boot protections.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2345856?
The vulnerability REDHAT-BUG-2345856 is considered to have a high severity due to the potential for out-of-bounds writes in GRUB 2.
How do I fix REDHAT-BUG-2345856?
To fix REDHAT-BUG-2345856, you should update GRUB 2 to the latest version provided by your distribution that includes the patch.
What impact does REDHAT-BUG-2345856 have on my system?
The impact of REDHAT-BUG-2345856 may allow attackers to execute arbitrary code or crash the GRUB 2 bootloader.
Which versions of GRUB 2 are affected by REDHAT-BUG-2345856?
GRUB 2 versions prior to the patch addressing REDHAT-BUG-2345856 are vulnerable to this issue.
What is the exploit vector for REDHAT-BUG-2345856?
The exploit vector for REDHAT-BUG-2345856 involves using a crafted tar file that triggers integer overflow during file name allocation.