NONE · 0

CVE-2026-72223

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Free arena sub-allocations on discover_arenas() error path Memory allocated by btt_freelist_init(), btt_rtt_init(), an...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Free arena sub-allocations on discover_arenas() error path Memory allocated by btt_freelist_init(), btt_rtt_init(), and btt_maplocks_init() is not freed on some discover_arenas() error paths. This leaks memory when arena discovery fails. Add the missing kfree() calls to release the allocations before returning an error. [ as: commit message and log edits ]

References

FAQ

What is CVE-2026-72223?

CVE-2026-72223 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Free arena sub-allocations on discover_arenas() error path Memory allocated by btt_freelist_init(), btt_rtt_init(), an...

How severe is CVE-2026-72223?

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

Is there a patch for CVE-2026-72223?

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