CVE-2026-43419
Undergoing Analysis
Undergoing Analysis - In Progress
Memory Leak in Linux Kernel CephFS
Publication date: 2026-05-08
Last updated on: 2026-05-22
Assigner: kernel.org
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | From 6.13 (inc) to 6.18.19 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.78 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 6.19.9 (exc) |
| linux | linux_kernel | From 5.10.234 (inc) to 5.11 (exc) |
| linux | linux_kernel | From 5.15.177 (inc) to 5.16 (exc) |
| linux | linux_kernel | From 6.1.125 (inc) to 6.2 (exc) |
| linux | linux_kernel | From 6.6 (inc) to 6.6.130 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |