Linux · Linux Kernel · CVE-2024-50109
Name of the Vulnerable Software and Affected Versions:
Linux kernel (affected versions not specified)
Description:
A null pointer dereference issue in the Linux kernel has been identified. The problem occurs in the `raid10 size()` function when `mddev->private` is still `NULL` after `raid10 set queue limits()` succeeds, and subsequent procedures fail, causing `raid10 run()` to return zero. This issue is resolved by only overwriting the return value if `raid10 set queue limits()` fails.
Recommendations:
At the moment, there is no information about a newer version that contains a fix for this vulnerability.