In the Linux kernel, the following vulnerability has been resolved:
tracing/histogram: Fix a potential memory leak for kstrdup()
kfree() is missing on an error path to free the memory allocated by
kstrdup():
p = param = kstrdup(data->params[i], GFP_KERNEL);
So it is better to free it via kfree(p).
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:33
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/8a8878ebb596281f50fc0b9a6e1f23f0d7f154e8 - Patch | |
References | () https://git.kernel.org/stable/c/d71b06aa995007eafd247626d0669b9364c42ad7 - Patch | |
References | () https://git.kernel.org/stable/c/df86e2fe808c3536a9dba353cc2bebdfea00d0cf - Patch | |
References | () https://git.kernel.org/stable/c/e33fa4a46ee22de88a700e2e3d033da8214a5175 - Patch | |
References | () https://git.kernel.org/stable/c/e629e7b525a179e29d53463d992bdee759c950fb - Patch |
09 Sep 2024, 12:59
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/8a8878ebb596281f50fc0b9a6e1f23f0d7f154e8 - Patch | |
References | () https://git.kernel.org/stable/c/d71b06aa995007eafd247626d0669b9364c42ad7 - Patch | |
References | () https://git.kernel.org/stable/c/df86e2fe808c3536a9dba353cc2bebdfea00d0cf - Patch | |
References | () https://git.kernel.org/stable/c/e33fa4a46ee22de88a700e2e3d033da8214a5175 - Patch | |
References | () https://git.kernel.org/stable/c/e629e7b525a179e29d53463d992bdee759c950fb - Patch | |
Summary |
|
|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.17:rc1:*:*:*:*:*:* |
|
CWE | CWE-401 |
20 Jun 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-06-20 12:15
Updated : 2024-11-21 07:33
NVD link : CVE-2022-48768
Mitre link : CVE-2022-48768
CVE.ORG link : CVE-2022-48768
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime