CVE-2024-42131
Published: Jul 30, 2024
Modified: May 11, 2026
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 2da02997e08d3efe8174c7a47696e6f7cbe69ba9 - < 2b2d2b8766db028bd827af34075f221ae9e9efffaffected 2da02997e08d3efe8174c7a47696e6f7cbe69ba9 - < 4d3817b64eda07491bdd86a234629fe0764fb42aaffected 2da02997e08d3efe8174c7a47696e6f7cbe69ba9 - < 7a49389771ae7666f4dc3426e2a4594bf23ae290affected 2da02997e08d3efe8174c7a47696e6f7cbe69ba9 - < a25e8536184516b55ef89ab91dd2eea429de28d2affected 2da02997e08d3efe8174c7a47696e6f7cbe69ba9 - < c83ed422c24f0d4b264f89291d4fabe285f80dbc+3 more versions |
Linux | Linux | affected 2.6.29unaffected 0 - < 2.6.29unaffected 4.19.320 - <= 4.19.*unaffected 5.4.282 - <= 5.4.*unaffected 5.10.222 - <= 5.10.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now