CVE-2025-0690: Grub2: read: integer overflow may lead to out-of-bounds write
The read command is used to read the keyboard input from the user, while reads it keeps the input length in a 32-bit integer value which is further used to reallocate the line buffer to accept the next character. During this process, with a line big enough it's possible to make this variable to overflow leading to a out-of-bounds write in the heap based buffer. This flaw may be leveraged to corrupt grub's internal critical data and secure boot bypass is not discarded as consequence.
Security readout for executives and security teams
Plain-English summary
CVE-2025-0690 is a GRUB2 bootloader flaw triggered through very large keyboard input to the read command. In affected systems, it can corrupt bootloader memory before the operating system starts. The practical bar is high because access is physical and privileged, but boot-chain compromise could affect confidentiality, integrity, and availability.
Executive priority
Handle in the next regular security update cycle, faster for kiosks, shared datacenters, labs, or devices with exposed console access. This is not evidenced as internet-exploited, but it affects trusted boot components.
Technical view
GRUB2 stores read-command input length in a 32-bit integer used during line-buffer reallocation. A sufficiently large line can overflow that value and cause a heap out-of-bounds write, classified as CWE-787. Red Hat notes secure boot bypass is not ruled out. CVSS is 6.1 with physical access, high privileges, and user interaction required.
Likely exposure
Most exposed assets are systems using affected GRUB2 builds, especially listed RHEL 9 package 1:2.06-104.el9_6 and OpenShift 4 RHCOS. RHEL 10 is listed unaffected. RHEL 7 and 8 status is unknown in the provided data.
Exploitation context
The source bundle does not show KEV listing or active exploitation. Exploitation requires physical access, high privileges, and user interaction at the bootloader input path, limiting remote mass exploitation but preserving serious local boot-chain risk.
Researcher notes
Evidence supports an integer overflow to heap out-of-bounds write in GRUB2 read handling. The bundle does not provide a public exploit, confirmed exploitation, or complete fixed-version matrix. Avoid assuming impact beyond listed products and vendor statuses.
Mitigation direction
Apply updates associated with RHSA-2025:6990 where applicable.
Check Red Hat CVE guidance for affected RHEL and OpenShift versions.
For non-Red Hat GRUB2 builds, follow the relevant vendor advisory.
Treat RHEL 7 and RHEL 8 status as unresolved until confirmed.
Prioritize systems where physical console or boot access is weakly controlled.
Validation and detection
Inventory systems using GRUB2, RHEL 9, and OpenShift 4 RHCOS.
Compare installed GRUB2 packages against Red Hat advisory status.
Confirm bootloader update completion according to vendor instructions.
Review physical console, rescue, and boot-menu access controls.
Monitor Red Hat Bugzilla and GNU GRUB thread for status changes.
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.