NONE · 0

CVE-2026-64019

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 t...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-64019?

CVE-2026-64019 is a documented vulnerability. 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 t...

How severe is CVE-2026-64019?

CVSS scoring is not yet available for CVE-2026-64019. Check NVD for updates.

Is there a patch for CVE-2026-64019?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.