NVD Vulnerability Detail
Search Exploit, PoC
CVE-2026-64182
Summary

In the Linux kernel, the following vulnerability has been resolved:

drivers/base/memory: fix memory block reference leak in poison accounting

memblk_nr_poison_inc() and memblk_nr_poison_sub() look up a memory block
via find_memory_block_by_id(), which acquires a reference to the memory
block device.

Both helpers use the returned memory block without dropping that
reference, leaking the device reference on each successful lookup. Drop
the reference after updating nr_hwpoison.

Publication Date July 20, 2026, 1:18 a.m.
Registration Date July 20, 2026, 4:21 a.m.
Last Update July 20, 2026, 1:18 a.m.
Related information, measures and tools
Common Vulnerabilities List