Bug 2502457 (CVE-2026-64019) - CVE-2026-64019 kernel: nvme-pci: fix dma mapping leak on data setup error
Summary: CVE-2026-64019 kernel: nvme-pci: fix dma mapping leak on data setup error
Keywords:
Status: NEW
Alias: CVE-2026-64019
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 16:09 UTC by OSIDB Bzimport
Modified: 2026-07-21 13:35 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 16:09:12 UTC
In the Linux kernel, the following vulnerability has been resolved:

nvme-pci: fix dma mapping leak on data setup error

We're leaking the initial DMA mapping during iteration if we fail to
allocate the tracking descriptor for both PRP and SGL. Unmap the
iterator directly; we can't use the existing unmap helper because it
depends on the tracking descriptor being successfully allocated, so a
new one for an in-use iterator is provided.

The mappings were also leaking when the driver detects an invalid
bio_vec when mapping PRPs, so fix that too.

Comment 1 Mauro Matteo Cascella 2026-07-21 11:43:57 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026071901-CVE-2026-64019-b55d@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.