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
No history.
Information
Published : 2025-09-18 16:15
Updated : 2026-01-14 20:16
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
