Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

oracle-oval логотип

ELSA-2025-3396

Опубликовано: 11 апр. 2025
Источник: oracle-oval
Платформа: Oracle Linux 7

Описание

ELSA-2025-3396: grub2 security update (IMPORTANT)

[2.02-0.87.0.27.el7.14]

  • Fix OOB write in grub_net_search_config_file() CVE-2025-0624 [Orabug: 37770226]
  • Also adds implementation of grub_strlcpy() for clean backport

Обновленные пакеты

Oracle Linux 7

Oracle Linux x86_64

grub2

2.02-0.87.0.27.el7_9.14

grub2-common

2.02-0.87.0.27.el7_9.14

grub2-efi-ia32

2.02-0.87.0.27.el7_9.14

grub2-efi-ia32-cdboot

2.02-0.87.0.27.el7_9.14

grub2-efi-ia32-modules

2.02-0.87.0.27.el7_9.14

grub2-efi-x64

2.02-0.87.0.27.el7_9.14

grub2-efi-x64-cdboot

2.02-0.87.0.27.el7_9.14

grub2-efi-x64-modules

2.02-0.87.0.27.el7_9.14

grub2-pc

2.02-0.87.0.27.el7_9.14

grub2-pc-modules

2.02-0.87.0.27.el7_9.14

grub2-tools

2.02-0.87.0.27.el7_9.14

grub2-tools-extra

2.02-0.87.0.27.el7_9.14

grub2-tools-minimal

2.02-0.87.0.27.el7_9.14

Связанные CVE

Связанные уязвимости

CVSS3: 7.6
ubuntu
6 месяцев назад

A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.

CVSS3: 7.6
redhat
6 месяцев назад

A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.

CVSS3: 7.6
nvd
6 месяцев назад

A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.

CVSS3: 7.6
msrc
29 дней назад

Описание отсутствует

CVSS3: 7.6
debian
6 месяцев назад

A flaw was found in grub2. During the network boot process, when tryin ...