Executive Summary

Informations
Name CVE-2024-46845 First vendor Publication 2024-09-27
Vendor Cve Last vendor Modification 2024-10-02

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High 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/timerlat: Only clear timer if a kthread exists

The timerlat tracer can use user space threads to check for osnoise and timer latency. If the program using this is killed via a SIGTERM, the threads are shutdown one at a time and another tracing instance can start up resetting the threads before they are fully closed. That causes the hrtimer assigned to the kthread to be shutdown and freed twice when the dying thread finally closes the file descriptors, causing a use-after-free bug.

Only cancel the hrtimer if the associated thread is still around. Also add the interface_lock around the resetting of the tlat_var->kthread.

Note, this is just a quick fix that can be backported to stable. A real fix is to have a better synchronization between the shutdown of old threads and the starting of new ones.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-416 Use After Free

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3676

Sources (Detail)

https://git.kernel.org/stable/c/8a9d0d405159e9c796ddf771f7cff691c1a2bc1e
https://git.kernel.org/stable/c/8c72f0b2c45f21cb8b00fc37f79f632d7e46c2ed
https://git.kernel.org/stable/c/e6a53481da292d970d1edf0d8831121d1c5e2f0d
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
20
21
22
Date Informations
2025-03-29 03:40:50
  • Multiple Updates
2025-03-28 13:45:11
  • Multiple Updates
2025-03-28 03:18:53
  • Multiple Updates
2025-03-19 03:14:12
  • Multiple Updates
2025-03-18 03:27:09
  • Multiple Updates
2025-03-14 03:14:25
  • Multiple Updates
2025-03-06 14:10:58
  • Multiple Updates
2025-02-22 03:24:32
  • Multiple Updates
2025-01-08 03:05:32
  • Multiple Updates
2025-01-07 03:05:05
  • Multiple Updates
2024-12-25 03:03:42
  • Multiple Updates
2024-12-12 03:06:39
  • Multiple Updates
2024-11-23 03:03:35
  • Multiple Updates
2024-11-22 03:01:44
  • Multiple Updates
2024-11-20 03:00:03
  • Multiple Updates
2024-11-14 03:00:22
  • Multiple Updates
2024-11-09 03:00:22
  • Multiple Updates
2024-10-26 02:57:45
  • Multiple Updates
2024-10-25 02:59:37
  • Multiple Updates
2024-10-23 02:58:50
  • Multiple Updates
2024-10-02 21:27:30
  • Multiple Updates
2024-09-30 17:27:26
  • Multiple Updates
2024-09-27 17:27:23
  • First insertion