In the Linux kernel, the following vulnerability has been resolved:
ceph: fix memory leaks in cephmdscbuild_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 pathinfo.path, the function must free it before returning.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43419.json",
"cna_assigner": "Linux"
}