IT

Tracker / CVE-2024-42131

CVE-2024-42131

Medium 4.4

In the Linux kernel, the following vulnerability has been resolved: mm: avoid overflows in dirty throttling logic The dirty throttling logic is interspersed with assumptions that dirty limits in PAGE_SIZE units fit into 32-bit (so that various multiplications fit into 64-bits). If limits end up being larger, we will hit overflows, possible divisions by 0 etc. Fix these problems by never allowing so large dirty limits as they have dubious practical value anyway. For dirty_bytes / dirty_background_bytes interfaces we can just refuse to set so large limits. For dirty_ratio / dirty_background_ratio it isn't so simple as the dirty limit is computed from the amount of available memory which can change due to memory hotplug etc. So when converting dirty limits from ratios to numbers of pages, we just don't allow the result to exceed UINT_MAX. This is root-only triggerable problem which occurs when the operator sets dirty limits to >16 TB.

Affected products and versions

linux linux_kernel
linux linux_kernel · … → 4.19.320
linux linux_kernel · 4.20 → 5.4.282
linux linux_kernel · 5.11 → 5.15.163
linux linux_kernel · 5.16 → 6.1.98
linux linux_kernel · 5.5 → 5.10.222
linux linux_kernel · 6.2 → 6.6.39
linux linux_kernel · 6.7 → 6.9.9

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References