Linux · Linux Kernel · CVE-2024-26710
Name of the Vulnerable Software and Affected Versions:
Linux kernel (affected versions not specified)
Description:
The issue is related to the KASAN (Kernel Address Sanitizer) component in the Linux kernel, which can lead to a stack overflow on some 32-bit machines due to increased stack usage. The problem arises when the stack size is doubled for KASAN builds, resulting in a 64KB stack that causes build errors. In practice, a 32KB stack seems sufficient even for KASAN builds, with additional usage in the 2-3KB range for 64-bit KASAN builds.
Recommendations:
At the moment, there is no information about a newer version that contains a fix for this vulnerability.