CVE-2026-43419

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
08/05/2026
Last modified:
08/05/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ceph: fix memory leaks in ceph_mdsc_build_path()<br /> <br /> Add __putname() calls to error code paths that did not free the "path"<br /> pointer obtained by __getname(). If ownership of this pointer is not<br /> passed to the caller via path_info.path, the function must free it<br /> before returning.

Impact