---
id: CVE-2026-64072
title: |-
  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
summary: |-
  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.
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-401
vendor: linux
product: linux_kernel
affected:
  - 'linux_kernel >= 6.18, < 6.18.34'
  - 'linux_kernel >= 6.19, < 7.0.11'
  - linux_kernel = 7.1
patched:
  - linux_kernel 7.0.11
published: '2026-07-19'
updated: '2026-09-03'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-64072'
references:
  - url: 'https://git.kernel.org/stable/c/2279cd9c61a330e5de4d6eb0bc422820dd6fdf36'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/51ec7fc4e10c5e332bf4007bdb7e4c6bf03c14c9'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/fea4b46f84c50caf93c6c0f2a54b1be2edfb4491'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.0016
epssPercentile: 0.04413
ingestedAt: '2026-09-04T05:15:22.582Z'
---

## Overview

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.

## Affected

- `linux_kernel >= 6.18, < 6.18.34`
- `linux_kernel >= 6.19, < 7.0.11`
- `linux_kernel = 7.1`

## Remediation

Upgrade past the affected range:

- `linux_kernel 7.0.11`
