Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2024-42131 | First vendor Publication | 2024-07-30 |
Vendor | Cve | Last vendor Modification | 2024-11-21 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H | |||
---|---|---|---|
Overall CVSS Score | 4.4 | ||
Base Score | 4.4 | Environmental Score | 4.4 |
impact SubScore | 3.6 | Temporal Score | 4.4 |
Exploitabality Sub Score | 0.8 | ||
Attack Vector | Local | Attack Complexity | Low |
Privileges Required | High | User Interaction | None |
Scope | Unchanged | Confidentiality Impact | None |
Integrity Impact | None | Availability Impact | High |
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
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. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-42131 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-190 | Integer Overflow or Wraparound (CWE/SANS Top 25) |
CPE : Common Platform Enumeration
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-01-08 03:04:06 |
|
2025-01-07 03:03:39 |
|
2024-12-25 03:02:16 |
|
2024-12-12 03:05:14 |
|
2024-11-25 09:23:18 |
|
2024-11-22 21:22:32 |
|
2024-11-21 21:22:04 |
|
2024-11-20 02:58:51 |
|
2024-11-14 02:59:09 |
|
2024-11-09 02:59:10 |
|
2024-10-26 02:56:34 |
|
2024-10-25 02:58:29 |
|
2024-10-23 02:57:41 |
|
2024-10-02 17:27:50 |
|
2024-10-02 00:28:02 |
|
2024-09-25 21:27:47 |
|
2024-09-16 17:27:45 |
|
2024-08-19 13:27:36 |
|
2024-07-30 17:27:23 |
|
2024-07-30 13:27:27 |
|