Bug 2516383 (CVE-2026-72224) - CVE-2026-72224 kernel: nvdimm/btt: Free arenas on btt_init() error paths
Summary: CVE-2026-72224 kernel: nvdimm/btt: Free arenas on btt_init() error paths
Keywords:
Status: NEW
Alias: CVE-2026-72224
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:09 UTC by OSIDB Bzimport
Modified: 2026-08-18 16:30 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:09:37 UTC
In the Linux kernel, the following vulnerability has been resolved:

nvdimm/btt: Free arenas on btt_init() error paths

The arenas allocated by discover_arenas() or create_arenas() are not
freed on some error paths in btt_init(). This leaks memory when BTT
initialization fails.

Call free_arenas() from the affected error paths to release the
allocations.

[ as: commit message and log edits ]


Note You need to log in before you can comment on or make changes to this bug.