NONE · 0

CVE-2026-43419

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 ob...

Vulnerability Description

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

FAQ

What is CVE-2026-43419?

CVE-2026-43419 is a documented vulnerability. 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 ob...

How severe is CVE-2026-43419?

CVSS scoring is not yet available for CVE-2026-43419. Check NVD for updates.

Is there a patch for CVE-2026-43419?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.