CVE-2026-64072: nvme: fix bio leak on mapping failure
Greg Kroah-Hartman <[email protected]>
| Newsgroups | org.kernel.vger.linux-cve-announce |
|---|---|
| Message-ID | <2026071913-CVE-2026-64072-6fc4@gregkh> |
From: Greg Kroah-Hartman <[email protected]> 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. The Linux kernel CVE team has assigned CVE-2026-64072 to this issue. Affected and fixed versions =========================== Issue introduced in 6.18 with commit d0d1d522316e91f2b935a78bbf962b8e529d8c4f and fixed in 6.18.34 with commit fea4b46f84c50caf93c6c0f2a54b1be2edfb4491 Issue introduced in 6.18 with commit d0d1d522316e91f2b935a78bbf962b8e529d8c4f and fixed in 7.0.11 with commit 51ec7fc4e10c5e332bf4007bdb7e4c6bf03c14c9 Issue introduced in 6.18 with commit d0d1d522316e91f2b935a78bbf962b8e529d8c4f and fixed in 7.1 with commit 2279cd9c61a330e5de4d6eb0bc422820dd6fdf36 Please see https://www.kernel.org for a full list of currently supported kernel versions by the kernel community. Unaffected versions might change over time as fixes are backported to older supported kernel versions. The official CVE entry at https://cve.org/CVERecord/?id=CVE-2026-64072 will be updated if fixes are backported, please check that for the most up to date information about this issue. Affected files ============== The file(s) affected by this issue are: drivers/nvme/host/ioctl.c Mitigation ========== The Linux kernel CVE team recommends that you update to the latest stable kernel version for this, and many other bugfixes. Individual changes are never tested alone, but rather are part of a larger kernel release. Cherry-picking individual commits is not recommended or supported by the Linux kernel community at all. If however, updating to the latest release is impossible, the individual changes to resolve this issue can be found at these commits: https://git.kernel.org/stable/c/fea4b46f84c50caf93c6c0f2a54b1be2edfb4491 https://git.kernel.org/stable/c/51ec7fc4e10c5e332bf4007bdb7e4c6bf03c14c9 https://git.kernel.org/stable/c/2279cd9c61a330e5de4d6eb0bc422820dd6fdf36