CVE-2025-54771
BaseFortify
Publication date: 2025-11-18
Last updated on: 2025-11-18
Assigner: Red Hat, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gnu | grub | 3.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-825 | The product dereferences a pointer that contains a location for memory that was previously valid, but is no longer valid. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use-after-free flaw in the GNU GRUB bootloader. It happens because when a file is closed, the process incorrectly keeps a pointer to memory that has already been freed, resulting in an invalid reference to a file system structure. This can be exploited by an attacker to cause the bootloader to crash.
How can this vulnerability impact me? :
Exploiting this vulnerability can cause the GNU GRUB bootloader to crash, leading to a Denial of Service (DoS). There is also a possibility, though not confirmed, that data integrity or confidentiality could be compromised.