CVE Catalog

CVE-2025-0624

HighCVSS 7.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.37%

69th percentile - higher than 69% of all known CVEs

Summary

In Grub2, during the network boot process, when searching for the configuration file, data from a user-controlled environment variable is copied into an internal buffer using grub_strcpy() without considering the variable's length during buffer allocation, resulting in an out-of-bounds write. This could allow remote code execution from the same network segment where Grub is searching for boot information, bypassing Secure Boot protections.

Risk Assessment

The organization faces the risk of remote code execution during network boot, potentially bypassing Secure Boot mechanisms and allowing unauthorized code execution, which could lead to persistent system compromise.

Recommendation

Immediately update Grub2 to a patched version that addresses this vulnerability. Until the update is applied, restrict access to the boot network and monitor traffic in the network segment used for booting.

Other vulnerabilities in Grub2

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS