CyberRota Analysis
AI-GeneratedA memory leak vulnerability in the Linux kernel's NVMe PCI subsystem affects systems utilizing peer-to-peer (P2P) memory, potentially leading to resource exhaustion and degraded performance. This issue could be exploited to compromise system stability or availability, making it critical for organizations using affected Linux distributions to prioritize patching. System administrators and security teams should take immediate action to mitigate risks associated with this vulnerability.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma_vecs leak on p2p memory We don't unmap P2P memory, so we don't need to track it. The dma_vec allocation was getting leaked on the completion.