Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2024-46858 | First vendor Publication | 2024-09-27 |
Vendor | Cve | Last vendor Modification | 2024-12-27 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H | |||
---|---|---|---|
Overall CVSS Score | 7 | ||
Base Score | 7 | Environmental Score | 7 |
impact SubScore | 5.9 | Temporal Score | 7 |
Exploitabality Sub Score | 1 | ||
Attack Vector | Local | Attack Complexity | High |
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: mptcp: pm: Fix uaf in __timer_delete_sync There are two paths to access mptcp_pm_del_add_timer, result in a race condition: CPU1 CPU2 In remove_anno_list_by_saddr(running on CPU2), after leaving the critical zone protected by "pm.lock", the entry will be released, which leads to the occurrence of uaf in the mptcp_pm_del_add_timer(running on CPU1). Keeping a reference to add_timer inside the lock, and calling sk_stop_timer_sync() with this reference, instead of "entry->add_timer". Move list_del(&entry->list) to mptcp_pm_del_add_timer and inside the pm lock, do not directly access any members of the entry outside the pm lock, which can avoid similar "entry->x" uaf. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-46858 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-416 | Use After Free |
CPE : Common Platform Enumeration
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-03-29 03:40:53 |
|
2025-03-28 13:45:13 |
|
2025-03-28 03:18:55 |
|
2025-03-19 03:14:14 |
|
2025-03-18 03:27:11 |
|
2025-03-14 03:14:27 |
|
2025-03-06 14:10:59 |
|
2025-02-22 03:24:34 |
|
2025-01-08 03:05:34 |
|
2025-01-07 03:05:07 |
|
2024-12-27 17:20:32 |
|
2024-12-25 03:03:44 |
|
2024-12-12 03:06:41 |
|
2024-11-23 03:03:37 |
|
2024-11-22 03:01:46 |
|
2024-11-20 03:00:05 |
|
2024-11-14 03:00:24 |
|
2024-11-09 03:00:24 |
|
2024-10-26 00:29:01 |
|
2024-10-25 21:29:55 |
|
2024-10-25 00:29:04 |
|
2024-10-24 17:28:09 |
|
2024-10-22 21:28:11 |
|
2024-10-17 21:27:36 |
|
2024-10-02 21:27:28 |
|
2024-10-02 00:27:37 |
|
2024-09-30 17:27:26 |
|
2024-09-27 17:27:23 |
|