First published: Tue Nov 05 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null ptr dereference in raid10_size() In raid10_run() if raid10_set_queue_limits() succeed, the return value is set to zero, and if following procedures failed raid10_run() will return zero while mddev->private is still NULL, causing null ptr dereference in raid10_size(). Fix the problem by only overwrite the return value if raid10_set_queue_limits() failed.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.9<6.11.6 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50109 has not been assigned a specific severity rating but involves a null pointer dereference vulnerability in the Linux kernel.
To resolve CVE-2024-50109, users should upgrade to the latest patched version of the Linux kernel that addresses this vulnerability.
CVE-2024-50109 affects Linux kernel versions from 6.9 up to 6.11.6 and specific release candidates for 6.12.
CVE-2024-50109 specifically involves the md (multiple devices) subsystem and the raid10 (Redundant Array of Independent Disks) functionality.
The specific details on remote exploitability are not mentioned, but vulnerabilities related to kernel operations could potentially be leveraged for local privilege escalation.