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

exploitDog

rocky логотип

RLSA-2025:3367

Опубликовано: 21 мая 2026
Источник: rocky
Оценка: Important

Описание

Important: grub2 security update

The grub2 packages provide version 2 of the Grand Unified Boot Loader (GRUB), a highly configurable and customizable boot loader with modular architecture. The packages support a variety of kernel formats, file systems, computer architectures, and hardware devices.

Security Fix(es):

  • grub2: net: Out-of-bounds write in grub_net_search_config_file() (CVE-2025-0624)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
grub2-commonnoarch162.el8_10.rocky.0.1grub2-common-2.02-162.el8_10.rocky.0.1.noarch.rpm
grub2-efi-aa64aarch64162.el8_10.rocky.0.1grub2-efi-aa64-2.02-162.el8_10.rocky.0.1.aarch64.rpm
grub2-efi-aa64-cdbootaarch64162.el8_10.rocky.0.1grub2-efi-aa64-cdboot-2.02-162.el8_10.rocky.0.1.aarch64.rpm
grub2-efi-aa64-modulesnoarch162.el8_10.rocky.0.1grub2-efi-aa64-modules-2.02-162.el8_10.rocky.0.1.noarch.rpm
grub2-efi-ia32-modulesnoarch162.el8_10.rocky.0.1grub2-efi-ia32-modules-2.02-162.el8_10.rocky.0.1.noarch.rpm
grub2-efi-x64-modulesnoarch162.el8_10.rocky.0.1grub2-efi-x64-modules-2.02-162.el8_10.rocky.0.1.noarch.rpm
grub2-pc-modulesnoarch162.el8_10.rocky.0.1grub2-pc-modules-2.02-162.el8_10.rocky.0.1.noarch.rpm
grub2-toolsaarch64162.el8_10.rocky.0.1grub2-tools-2.02-162.el8_10.rocky.0.1.aarch64.rpm
grub2-tools-extraaarch64162.el8_10.rocky.0.1grub2-tools-extra-2.02-162.el8_10.rocky.0.1.aarch64.rpm
grub2-tools-minimalaarch64162.el8_10.rocky.0.1grub2-tools-minimal-2.02-162.el8_10.rocky.0.1.aarch64.rpm

Показывать по

Связанные CVE

Исправления

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

CVSS3: 7.6
ubuntu
больше 1 года назад

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
больше 1 года назад

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
больше 1 года назад

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
около 1 года назад

Grub2: net: out-of-bounds write in grub_net_search_config_file()

CVSS3: 7.6
debian
больше 1 года назад

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