CVE-2024-45776: Grub2: grub-core/gettext: integer overflow leads to heap oob write and read.
When reading the language .mo file in grub_mofile_open(), grub2 fails to verify an integer overflow when allocating its internal buffer. A crafted .mo file may lead the buffer size calculation to overflow, leading to out-of-bound reads and writes. This flaw allows an attacker to leak sensitive data or overwrite critical data, possibly circumventing secure boot protections.
Security readout for executives and security teams
Plain-English summary
GRUB2 can mishandle a crafted language translation file during bootloader processing. On affected Red Hat platforms, a highly privileged local attacker could use this memory corruption to read or overwrite sensitive bootloader data, with possible Secure Boot bypass implications.
Executive priority
Treat as moderate operational priority. It is not remotely exploitable from the supplied evidence, but affected boot infrastructure can undermine platform trust if an attacker already has high local privileges.
Technical view
In grub_mofile_open(), GRUB2 does not verify integer overflow during internal buffer allocation for .mo files. The resulting undersized allocation can cause heap out-of-bounds reads and writes. Red Hat rates this CVSS 6.7, requiring local access and high privileges, with high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most relevant to affected Red Hat Enterprise Linux 9 and 10 grub2 packages, plus Red Hat OpenShift Container Platform 4 through RHCOS. RHEL 7 and 8 are listed as unaffected in the provided data.
Exploitation context
The source bundle does not show active exploitation, and CISA KEV status is false. Exploitation requires local access with high privileges and a crafted .mo file, but impact may reach boot integrity and Secure Boot protections.
Researcher notes
Key uncertainty is fixed-version detail because the bundle names advisories but not explicit remediation versions. Do not assume exploit availability. Focus validation on package state, platform applicability, and privileged write paths to GRUB translation files.
Mitigation direction
Review Red Hat guidance for CVE-2024-45776 and the linked RHSAs.
Apply applicable Red Hat grub2 or RHCOS security updates for affected platforms.
Prioritize systems where administrators or automation can modify bootloader files.
Restrict unnecessary privileged local access to bootloader-related paths.
Track OpenShift remediation through the applicable RHCOS advisory path.
Validation and detection
Inventory RHEL 9, RHEL 10, and OpenShift 4 assets using grub2 or RHCOS.
Compare installed package versions against Red Hat CVE and errata guidance.
Confirm RHEL 7 and RHEL 8 assets are not treated as affected from this bundle.
Check whether privileged local users can modify GRUB language files.
Document Secure Boot-dependent systems for priority remediation tracking.
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-787: 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.
1CVSS vectors
5Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.