CVE-2026-64182
Received Received - Intake

Memory Block Reference Leak in Linux Kernel

Vulnerability report for CVE-2026-64182, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a memory block reference leak in poison accounting. Two functions, memblk_nr_poison_inc() and memblk_nr_poison_sub(), look up a memory block using find_memory_block_by_id(), which acquires a reference to the memory block device. These functions then use the memory block without releasing the reference, causing a leak on each successful lookup. The reference should be dropped after updating nr_hwpoison.

Detection Guidance

This vulnerability is specific to the Linux kernel's memory handling and does not have direct network detection methods. You can check kernel logs for memory block reference leaks or errors related to poison accounting using commands like dmesg | grep -i poison or journalctl -k | grep -i poison.

Impact Analysis

This vulnerability can lead to resource exhaustion as memory block references are leaked over time. This may cause system instability, crashes, or degraded performance due to unnecessary consumption of memory and device references.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a memory management issue in the Linux kernel that could lead to resource leaks but does not involve data breaches or unauthorized access to sensitive information.

Mitigation Strategies

Update your Linux kernel to the latest patched version to resolve the memory block reference leak. Monitor system logs for memory-related errors and ensure proper memory management practices are followed.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64182. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart