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-53161 First vendor Publication 2024-12-24
Vendor Cve Last vendor Modification 2025-02-03

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low 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:

EDAC/bluefield: Fix potential integer overflow

The 64-bit argument for the "get DIMM info" SMC call consists of mem_ctrl_idx left-shifted 16 bits and OR-ed with DIMM index. With mem_ctrl_idx defined as 32-bits wide the left-shift operation truncates the upper 16 bits of information during the calculation of the SMC argument.

The mem_ctrl_idx stack variable must be defined as 64-bits wide to prevent any potential integer overflow, i.e. loss of data from upper 16 bits.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53161

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 3690

Sources (Detail)

https://git.kernel.org/stable/c/000930193fe5eb79ce5563ee2e9ddb0c6e4e1bb5
https://git.kernel.org/stable/c/1fe774a93b46bb029b8f6fa9d1f25affa53f06c6
https://git.kernel.org/stable/c/4ad7033de109d0fec99086f352f58a3412e378b8
https://git.kernel.org/stable/c/578ca89b04680145d41011e7cec8806fefbb59e7
https://git.kernel.org/stable/c/8cc31cfa36ff37aff399b72faa2ded58110112ae
https://git.kernel.org/stable/c/ac6ebb9edcdb7077e841862c402697c4c48a7c0a
https://git.kernel.org/stable/c/e0269ea7a628fdeddd65b92fe29c09655dbb80b9
https://git.kernel.org/stable/c/fdb90006184aa84c7b4e09144ed0936d4e1891a7
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
Date Informations
2025-03-29 03:43:46
  • Multiple Updates
2025-03-28 13:47:13
  • Multiple Updates
2025-03-28 03:21:32
  • Multiple Updates
2025-03-19 03:16:34
  • Multiple Updates
2025-03-18 03:29:33
  • Multiple Updates
2025-03-14 03:16:43
  • Multiple Updates
2025-03-06 14:13:16
  • Multiple Updates
2025-02-22 03:26:48
  • Multiple Updates
2025-02-03 21:20:56
  • Multiple Updates
2024-12-24 17:20:28
  • First insertion