CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's RDMA/bnxt_re component, where a race condition could lead to accessing a freed memory page during the destruction of a shared receive queue (SRQ). This could potentially result in memory corruption or system instability if an interrupt occurs at the wrong time. Organizations using affected Linux kernel versions with RDMA capabilities should prioritize applying the patch to mitigate these risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Free SRQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxt_qplib_destroy_srq() won't write the toggle values to an already-freed page. Move free_page() after bnxt_qplib_destroy_srq().