๐Ÿ” CVE Alert

CVE-2025-0677

MEDIUM 6.4

Grub2: ufs: integer overflow may lead to heap based out-of-bounds write when handling symlinks

CVSS Score
6.4
EPSS Score
0.1%
EPSS Percentile
22th

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.

CWE CWE-787
Published Feb 19, 2025
Last Updated Mar 24, 2026
Stay Ahead of the Next One

Get instant alerts for

Be the first to know when new medium vulnerabilities are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

Red Hat / Red Hat Enterprise Linux 10
All versions affected
Red Hat / Red Hat Enterprise Linux 9
All versions affected
Red Hat / Red Hat Enterprise Linux 7
All versions affected
Red Hat / Red Hat Enterprise Linux 8
All versions affected
Red Hat / Red Hat OpenShift Container Platform 4
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
access.redhat.com: https://access.redhat.com/errata/RHSA-2025:16154 access.redhat.com: https://access.redhat.com/errata/RHSA-2025:6990 access.redhat.com: https://access.redhat.com/security/cve/CVE-2025-0677 bugzilla.redhat.com: https://bugzilla.redhat.com/show_bug.cgi?id=2346116 lists.gnu.org: https://lists.gnu.org/archive/html/grub-devel/2025-02/msg00024.html