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-43890 First vendor Publication 2024-08-26
Vendor Cve Last vendor Modification 2024-09-05

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:

tracing: Fix overflow in get_free_elt()

"tracing_map->next_elt" in get_free_elt() is at risk of overflowing.

Once it overflows, new elements can still be inserted into the tracing_map even though the maximum number of elements (`max_elts`) has been reached. Continuing to insert elements after the overflow could result in the tracing_map containing "tracing_map->max_size" elements, leaving no empty entries. If any attempt is made to insert an element into a full tracing_map using `__tracing_map_insert()`, it will cause an infinite loop with preemption disabled, leading to a CPU hang problem.

Fix this by preventing any further increments to "tracing_map->next_elt" once it reaches "tracing_map->max_elt".

Original Source

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

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 3648

Sources (Detail)

https://git.kernel.org/stable/c/236bb4690773ab6869b40bedc7bc8d889e36f9d6
https://git.kernel.org/stable/c/302ceb625d7b990db205a15e371f9a71238de91c
https://git.kernel.org/stable/c/788ea62499b3c18541fd6d621964d8fafbc4aec5
https://git.kernel.org/stable/c/a172c7b22bc2feaf489cfc6d6865f7237134fdf8
https://git.kernel.org/stable/c/bcf86c01ca4676316557dd482c8416ece8c2e143
https://git.kernel.org/stable/c/cd10d186a5409a1fe6e976df82858e9773a698da
https://git.kernel.org/stable/c/d3e4dbc2858fe85d1dbd2e72a9fc5dea988b5c18
https://git.kernel.org/stable/c/eb223bf01e688dfe37e813c8988ee11c8c9f8d0a
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
Date Informations
2025-01-08 03:04:38
  • Multiple Updates
2025-01-07 03:04:11
  • Multiple Updates
2024-12-25 03:02:49
  • Multiple Updates
2024-12-12 03:05:45
  • Multiple Updates
2024-11-23 03:02:47
  • Multiple Updates
2024-11-22 03:00:58
  • Multiple Updates
2024-11-20 02:59:18
  • Multiple Updates
2024-11-14 02:59:36
  • Multiple Updates
2024-11-09 02:59:37
  • Multiple Updates
2024-10-26 02:57:00
  • Multiple Updates
2024-10-25 02:58:53
  • Multiple Updates
2024-10-23 02:58:05
  • Multiple Updates
2024-10-03 02:53:21
  • Multiple Updates
2024-10-02 02:51:45
  • Multiple Updates
2024-09-15 02:49:24
  • Multiple Updates
2024-09-12 00:27:37
  • Multiple Updates
2024-09-06 21:27:54
  • Multiple Updates
2024-09-06 00:27:47
  • Multiple Updates
2024-08-26 17:27:26
  • First insertion