When reading data from disk, the grub's UDF filesystem module utilizes the user controlled data length metadata to allocate its internal buffers. In certain scenarios, while iterating through disk sectors, it assumes the read size from the disk is always smaller than the allocated buffer size which is not guaranteed. A crafted filesystem image may lead to a heap-based buffer overflow resulting in critical data to be corrupted, resulting in the risk of arbitrary code execution by-passing secure boot protections.
References
Configurations
No configuration.
History
05 Mar 2025, 21:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
03 Mar 2025, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-03-03 15:15
Updated : 2025-03-05 21:15
NVD link : CVE-2025-0689
Mitre link : CVE-2025-0689
CVE.ORG link : CVE-2025-0689
JSON object : View
Products Affected
No product.
CWE
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')