CVE-2026-64072
Received Received - Intake

Memory Leak in Linux Kernel NVMe Driver

Vulnerability report for CVE-2026-64072, 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: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request.

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 is a Linux kernel vulnerability where a bio (block I/O) object could leak memory if integrity mapping fails. The issue occurs in the NVMe driver when handling bio objects during I/O operations. Normally the bio is NULL, but if mapping fails, the system fails to properly release the bio, causing a memory leak.

Detection Guidance

This vulnerability is specific to the Linux kernel's NVMe driver and involves a bio leak during integrity mapping failure. Detection requires checking kernel logs for NVMe-related errors or memory leaks. Use commands like dmesg | grep -i nvme or journalctl -k | grep -i nvme to inspect kernel logs for NVMe driver issues.

Impact Analysis

This vulnerability could lead to gradual memory exhaustion on systems using NVMe drives. Over time, unpatched systems may experience performance degradation, crashes, or instability due to memory leaks. It primarily affects systems running vulnerable Linux kernel versions with NVMe storage.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or other standards as it is a low-level kernel issue involving a bio leak during integrity mapping failure in the NVMe driver. No evidence suggests it impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch this vulnerability. If immediate patching is not possible, consider disabling NVMe functionality if not required, but this may impact system performance. Monitor kernel logs for signs of exploitation or unusual activity.

Chat Assistant

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

EPSS Chart