n the Linux kernel, the following vulnerability has been resolved: net: gtp: Fix Use-After-Free in gtp_dellink Since call_rcu, which is called in the hlist_for_each_entry_rcu traversal of gtp_dellink, is not part of the RCU read critical section, it is possible that the RCU grace period will pass during the traversal and the key will be free. To prevent this, it should be changed to hlist_for_each_entry_safe.
Configuration 1 (hide)
|
Configuration 2 (hide)
|
14 Jan 2025, 14:26
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Debian Linux Debian debian Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| CWE | CWE-416 | |
| References | () https://git.kernel.org/stable/c/07b20d0a3dc13fb1adff10b60021a4924498da58 - Patch | |
| References | () https://git.kernel.org/stable/c/0caff3e6390f840666b8dc1ecebf985c2ef3f1dd - Patch | |
| References | () https://git.kernel.org/stable/c/25a1c2d4b1fcf938356a9688a96a6456abd44b29 - Patch | |
| References | () https://git.kernel.org/stable/c/2aacd4de45477582993f8a8abb9505a06426bfb6 - Patch | |
| References | () https://git.kernel.org/stable/c/2e74b3fd6bf542349758f283676dff3660327c07 - Patch | |
| References | () https://git.kernel.org/stable/c/718df1bc226c383dd803397d7f5d95557eb81ac7 - Patch | |
| References | () https://git.kernel.org/stable/c/cd957d1716ec979d8f5bf38fc659aeb9fdaa2474 - Patch | |
| References | () https://git.kernel.org/stable/c/f2a904107ee2b647bb7794a1a82b67740d7c8a64 - Patch | |
| References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Mailing List | |
| References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html - Mailing List |
21 Nov 2024, 09:04
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| References | () https://git.kernel.org/stable/c/07b20d0a3dc13fb1adff10b60021a4924498da58 - | |
| References | () https://git.kernel.org/stable/c/0caff3e6390f840666b8dc1ecebf985c2ef3f1dd - | |
| References | () https://git.kernel.org/stable/c/25a1c2d4b1fcf938356a9688a96a6456abd44b29 - | |
| References | () https://git.kernel.org/stable/c/2aacd4de45477582993f8a8abb9505a06426bfb6 - | |
| References | () https://git.kernel.org/stable/c/2e74b3fd6bf542349758f283676dff3660327c07 - | |
| References | () https://git.kernel.org/stable/c/718df1bc226c383dd803397d7f5d95557eb81ac7 - | |
| References | () https://git.kernel.org/stable/c/cd957d1716ec979d8f5bf38fc659aeb9fdaa2474 - | |
| References | () https://git.kernel.org/stable/c/f2a904107ee2b647bb7794a1a82b67740d7c8a64 - |
05 Nov 2024, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
27 Jun 2024, 12:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
25 Jun 2024, 22:15
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
|
| References |
|
14 May 2024, 15:12
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2024-05-14 15:12
Updated : 2025-01-14 14:26
NVD link : CVE-2024-27396
Mitre link : CVE-2024-27396
CVE.ORG link : CVE-2024-27396
JSON object : View
Use After Free