CVE-2025-61664: Grub2: missing unregister call for normal_exit command may lead to use-after-free
A vulnerability in the GRUB2 bootloader has been identified in the normal module. This flaw, a memory Use After Free issue, occurs because the normal_exit command is not properly unregistered when its related module is unloaded. An attacker can exploit this condition by invoking the command after the module has been removed, causing the system to improperly access a previously freed memory location. This leads to a system crash or possible impacts in data confidentiality and integrity.
Security readout for executives and security teams
Plain-English summary
This is a GRUB2 bootloader memory-safety flaw. In affected Red Hat systems, a local attacker could trigger use of freed memory in the normal module, causing a crash and possibly limited confidentiality or integrity impact. It is not reported as actively exploited in the supplied sources.
Executive priority
Treat this as a moderate boot-chain hygiene issue, not an emergency internet-facing incident. Patch through normal vendor update channels, with higher priority for exposed, shared, or sensitive systems where local boot access is plausible.
Technical view
The normal_exit command is not properly unregistered when its related GRUB2 normal module unloads. The stale command reference can be used after the module is removed, creating a use-after-free condition. CVSS 3.1 is 4.9, local attack vector, high complexity, no privileges, no user interaction, with low C/I/A impact.
Likely exposure
Exposure is most relevant to systems using affected Red Hat GRUB2 packages: RHEL 7, 8, 9, 10, and Red Hat OpenShift Container Platform 4 via RHCOS. The source bundle does not provide precise fixed package versions.
Exploitation context
The supplied sources do not show CISA KEV status or confirmed active exploitation. The CVSS vector indicates exploitation is local and high complexity. Practical risk is higher where attackers can reach the bootloader environment or tamper with local boot workflows.
Researcher notes
Evidence supports a GRUB2 normal module use-after-free tied to command unregistration failure. The bundle names affected Red Hat products and gives CVSS details, but does not include fixed versions, public exploit evidence, or operational workarounds beyond vendor tracking.
Mitigation direction
Monitor Red Hat CVE guidance and errata for fixed grub2 or rhcos packages.
Apply vendor-provided GRUB2 or RHCOS updates when available.
Prioritize systems with local console, shared-host, or boot-chain exposure.
Maintain physical, firmware, and bootloader access controls.
Check GNU GRUB development references for upstream remediation context.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-825: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-825 · source CWE mapping
Expired Pointer Dereference
Expired Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.