Executive Summary

Informations
Name CVE-2024-47668 First vendor Publication 2024-10-09
Vendor Cve Last vendor Modification 2024-10-23

Security-Database Scoring CVSS v3

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

lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()

If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated node that might be used later.

If we then use that node for a new non-root node, it'll still have a pointer to the old root instead of being zeroed - fix this by zeroing it in the cmpxchg failure path.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-362 Race Condition

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3629

Sources (Detail)

https://git.kernel.org/stable/c/0f078f8ca93b28a34e20bd050f12cd4efeee7c0f
https://git.kernel.org/stable/c/0f27f4f445390cb7f73d4209cb2bf32834dc53da
https://git.kernel.org/stable/c/99418ec776a39609f50934720419e0b464ca2283
https://git.kernel.org/stable/c/ad5ee9feebc2eb8cfc76ed74a2d6e55343b0e169
https://git.kernel.org/stable/c/b2f11c6f3e1fc60742673b8675c95b78447f3dae
https://git.kernel.org/stable/c/d942e855324a60107025c116245095632476613e
https://git.kernel.org/stable/c/ebeff038744c498a036e7a92eb8e433ae0a386d7
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
Date Informations
2024-11-23 03:03:45
  • Multiple Updates
2024-11-22 03:01:55
  • Multiple Updates
2024-11-20 03:00:13
  • Multiple Updates
2024-11-14 03:00:31
  • Multiple Updates
2024-11-09 03:00:31
  • Multiple Updates
2024-10-26 00:28:57
  • Multiple Updates
2024-10-25 21:29:51
  • Multiple Updates
2024-10-25 00:28:59
  • Multiple Updates
2024-10-24 17:28:05
  • Multiple Updates
2024-10-23 21:28:29
  • Multiple Updates
2024-10-10 17:27:28
  • Multiple Updates
2024-10-09 21:27:27
  • First insertion