First published: Mon Dec 02 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: nommu: pass NULL argument to vma_iter_prealloc() When deleting a vma entry from a maple tree, it has to pass NULL to vma_iter_prealloc() in order to calculate internal state of the tree, but it passed a wrong argument. As a result, nommu kernels crashed upon accessing a vma iterator, such as acct_collect() reading the size of vma entries after do_munmap(). This commit fixes this issue by passing a right argument to the preallocation call.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.6<6.6.63 | |
Linux Kernel | >=6.7<6.11.10 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 | |
Linux Kernel | =6.12-rc6 | |
Linux Kernel | =6.12-rc7 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53109 has a high severity due to potential impacts on the Linux kernel's memory management.
To fix CVE-2024-53109, upgrade the Linux kernel to a version that addresses this vulnerability.
CVE-2024-53109 affects multiple versions of the Linux kernel from 6.7 to 6.11.10 and specific release candidates of 6.12.
The impact of CVE-2024-53109 includes potential instability or corruption in the virtual memory area management.
There are no known workarounds for CVE-2024-53109 other than applying the necessary kernel updates.