In the Linux kernel, the following vulnerability has been resolved:
ceph: fix memory leaks in ceph_mdsc_build_path()
Add __putname() calls to error code paths that did not free the "path"
pointer obtained by __getname(). If ownership of this pointer is not
passed to the caller via path_info.path, the function must free it
before returning.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-08 15:16
Updated : 2026-06-17 10:49
NVD link : CVE-2026-43419
Mitre link : CVE-2026-43419
CVE.ORG link : CVE-2026-43419
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
