CVE-2025-61664
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 | 2.0 |
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 GRUB2 bootloader's normal module. It happens because the normal_exit command is not properly unregistered when its module is unloaded. An attacker can exploit this by invoking the command after the module is removed, causing the system to access memory that has already been freed, which can lead to a system crash or compromise data confidentiality and integrity.
How can this vulnerability impact me? :
Exploiting this vulnerability can cause the system to crash or potentially lead to unauthorized access or modification of data, impacting both data confidentiality and integrity.