Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
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

TypeDescriptionCount
Application 8
Os 3641

Sources (Detail)

https://git.kernel.org/stable/c/2b2d2b8766db028bd827af34075f221ae9e9efff
https://git.kernel.org/stable/c/385d838df280eba6c8680f9777bfa0d0bfe7e8b2
https://git.kernel.org/stable/c/4d3817b64eda07491bdd86a234629fe0764fb42a
https://git.kernel.org/stable/c/7a49389771ae7666f4dc3426e2a4594bf23ae290
https://git.kernel.org/stable/c/8e0b5e7f2895eccef5c2a0018b589266f90c4805
https://git.kernel.org/stable/c/a25e8536184516b55ef89ab91dd2eea429de28d2
https://git.kernel.org/stable/c/bd16a7ee339aef3ee4c90cb23902afb6af379ea0
https://git.kernel.org/stable/c/c83ed422c24f0d4b264f89291d4fabe285f80dbc
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Date Informations
2025-01-08 03:04:06
  • Multiple Updates
2025-01-07 03:03:39
  • Multiple Updates
2024-12-25 03:02:16
  • Multiple Updates
2024-12-12 03:05:14
  • Multiple Updates
2024-11-25 09:23:18
  • Multiple Updates
2024-11-22 21:22:32
  • Multiple Updates
2024-11-21 21:22:04
  • Multiple Updates
2024-11-20 02:58:51
  • Multiple Updates
2024-11-14 02:59:09
  • Multiple Updates
2024-11-09 02:59:10
  • Multiple Updates
2024-10-26 02:56:34
  • Multiple Updates
2024-10-25 02:58:29
  • Multiple Updates
2024-10-23 02:57:41
  • Multiple Updates
2024-10-02 17:27:50
  • Multiple Updates
2024-10-02 00:28:02
  • Multiple Updates
2024-09-25 21:27:47
  • Multiple Updates
2024-09-16 17:27:45
  • Multiple Updates
2024-08-19 13:27:36
  • Multiple Updates
2024-07-30 17:27:23
  • Multiple Updates
2024-07-30 13:27:27
  • First insertion