Vulnerability in Linux
CVE-2024-53109
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.
EPSS: 0.002 (14.3th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions b5df09226450165c434084d346fcb6d4858b0d52, 6.6, 0
- Linux Linux_kernel — versions 6.12
References
Frequently asked questions
- What is CVE-2024-53109?
- CVE-2024-53109 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2024-12-02.
- How severe is CVE-2024-53109?
- High severity. CVSS v3 base score is 7.8 out of 10.