In the Linux kernel, the following vulnerability has been resolved:
objtool: Fix memory leak in create_static_call_sections()
strdup() allocates memory for key_name. We need to release the memory in
the following error paths. Add free() to avoid memory leak.
References
Configurations
Configuration 1 (hide)
|
History
11 Dec 2025, 13:48
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-401 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux
Linux linux Kernel |
|
| References | () https://git.kernel.org/stable/c/3a75866a5ceff5d4fdd5471e06c4c4d03e0298b3 - Patch | |
| References | () https://git.kernel.org/stable/c/3da73f102309fe29150e5c35acd20dd82063ff67 - Patch | |
| References | () https://git.kernel.org/stable/c/a1368eaea058e451d20ea99ca27e72d9df0d16dd - Patch | |
| References | () https://git.kernel.org/stable/c/a8f63d747bf7c983882a5ea7456a5f84ad3acad5 - Patch | |
| References | () https://git.kernel.org/stable/c/d131718d9c45d559951f57c4b88209ca407433c4 - Patch |
18 Sep 2025, 16:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-09-18 16:15
Updated : 2025-12-11 13:48
NVD link : CVE-2023-53423
Mitre link : CVE-2023-53423
CVE.ORG link : CVE-2023-53423
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
