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.
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A defect in the NVMe driver of the Linux kernel causes a local bio pointer to be leaked when an integrity mapping fails. The bio structure, which may contain kernel data, is inadvertently exposed through the unchanged NULL local bio reference, potentially exposing sensitive kernel information to local processes. This flaw does not allow arbitrary code execution but can leak confidential kernel information.

Affected Systems

The vulnerability affects all Linux kernel builds that include the NVMe driver prior to the patch. No specific version matrix is supplied; any kernel level that implements the NVMe mapping functionality is therefore potentially impacted.

Risk and Exploitability

The CVSS score of 5.5 indicates a medium severity, while the EPSS score of less than 1% implies a very low exploitation probability at this time. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is local execution within the kernel environment, requiring the attacker to trigger a mapping failure in the NVMe subsystem. No remote or network-based exploitation path is described, so the risk remains constrained to privileged local users.

Generated by OpenCVE AI on July 30, 2026 at 20:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the NVMe bio leak fix
  • Reboot the system to load the updated kernel and ensure the NVMe driver is newly initialized
  • Temporarily unload or disable the NVMe driver until the patch is deployed to prevent potential memory leakage

Generated by OpenCVE AI on July 30, 2026 at 20:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Mon, 20 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
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.
Title nvme: fix bio leak on mapping failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T15:39:47.823Z

Reserved: 2026-07-19T07:54:57.031Z

Link: CVE-2026-64072

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64072 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:45:17Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime