CVE-2024-42131
Last modified
CVE-2024-42131 is a medium-severity vulnerability rated 4.4/10 on the CVSS scale. 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. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 4.19.320 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.282 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.222 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.163 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.98 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.39 | — |
| Linux | Linux Kernel | >= 6.7, < 6.9.9 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42131?
How severe is CVE-2024-42131?
How do I fix CVE-2024-42131?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-42126In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42127In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42128In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42129In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4213The Shopping Cart & eCommerce Store plugin for WordPress is …5.3
- CVE-2024-42130Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-42132In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-42133In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42134In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42135In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42136In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-42137In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-42131?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
