In the Linux kernel, the following vulnerability has been resolved:
samples/landlock: Fix path_list memory leak
Clang static analysis reports this error
sandboxer.c:134:8: warning: Potential leak of memory
pointed to by 'path_list'
ret = 0;
^
path_list is allocated in parse_path() but never freed.
References
Configurations
Configuration 1 (hide)
|
History
18 Mar 2025, 18:49
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/017196730299ccd6eed24bbfabed8af4ffd81530 - Patch | |
References | () https://git.kernel.org/stable/c/20fbf100f84b9aeb9c91421abe1927bc152bc32b - Patch | |
References | () https://git.kernel.org/stable/c/49b0d8bf05809df5f87e5c03e26d74bdfdab4571 - Patch | |
References | () https://git.kernel.org/stable/c/66b513b7c64a7290c1fbb88e657f7cece992e131 - Patch | |
CWE | CWE-401 | |
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Summary |
|
26 Feb 2025, 06:37
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-26 06:37
Updated : 2025-03-18 18:49
NVD link : CVE-2021-47654
Mitre link : CVE-2021-47654
CVE.ORG link : CVE-2021-47654
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime