CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's RDMA (Remote Direct Memory Access) subsystem, specifically related to the handling of FRMR (Fast Registration Memory Region) handles during push operations. If the push to the pool fails, the lack of proper destruction of these handles can lead to resource leaks, potentially impacting system performance and stability. Organizations utilizing Linux systems with RDMA capabilities should prioritize addressing this issue to ensure efficient resource management and prevent potential disruptions.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails.