Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/errata/RHSA-2025:6990
- https://access.redhat.com/security/cve/CVE-2025-0690
- https://bugzilla.redhat.com/show_bug.cgi?id=2346123
- https://lists.gnu.org/archive/html/grub-devel/2025-02/msg00024.html
FAQ
What is CVE-2025-0690?
CVE-2025-0690 is a vulnerability with a CVSS score of 6.1 (MEDIUM). 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 nex...
How severe is CVE-2025-0690?
CVE-2025-0690 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-0690?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.