CVE-2025-0677

A flaw was found in grub2. When performing a symlink lookup, the grub's UFS module checks the inode's data size to allocate the internal buffer to read the file content, however, it fails to check if the symlink data size has overflown. When this occurs, grub_malloc() may be called with a smaller value than needed. When further reading the data from the disk into the buffer, the grub_ufs_lookup_symlink() function will write past the end of the allocated size. An attack can leverage this by crafting a malicious filesystem, and as a result, it will corrupt data stored in the heap, allowing for arbitrary code execution used to by-pass secure boot mechanisms.
Configurations

No configuration.

History

13 May 2025, 20:15

Type Values Removed Values Added
Summary
  • (es) Se encontró una falla en grub2. Al realizar una búsqueda de enlace simbólico, el módulo UFS de grub verifica el tamaño de los datos del inodo para asignar el búfer interno para leer el contenido del archivo, sin embargo, no verifica si el tamaño de los datos del enlace simbólico se ha desbordado. Cuando esto ocurre, se puede llamar a grub_malloc() con un valor menor al necesario. Al leer más datos del disco en el búfer, la función grub_ufs_lookup_symlink() escribirá más allá del final del tamaño asignado. Un ataque puede aprovechar esto creando un sistema de archivos malicioso y, como resultado, corromperá los datos almacenados en el montón, lo que permitirá la ejecución de código arbitrario utilizado para eludir los mecanismos de arranque seguro.
References
  • () https://access.redhat.com/errata/RHSA-2025:6990 -

19 Feb 2025, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-02-19 19:15

Updated : 2025-05-13 20:15


NVD link : CVE-2025-0677

Mitre link : CVE-2025-0677

CVE.ORG link : CVE-2025-0677


JSON object : View

Products Affected

No product.

CWE
CWE-787

Out-of-bounds Write