PT-2026-30168 · Linux · Linux Kernel
Kees
·
Published
2026-04-03
·
Updated
2026-04-20
·
CVE-2026-23474
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel versions prior to 6.19.0
Description
The Linux kernel contains a flaw in the RedBoot partition table parser. When CONFIG FORTIFY SOURCE is enabled and a recent compiler is used, a buffer overflow can occur during the parsing process, potentially leading to a system crash. The issue arises because the code uses
memcmp() with a potentially oversized buffer, as the size calculation relies on strlen(). The memcmp() function attempts to read beyond the allocated memory, triggering the warning and subsequent oops.Recommendations
Update to Linux kernel version 6.19.0 or later.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel