CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's RDMA/bnxt_re component, where a race condition could allow an NQ interrupt to write to a freed memory page during the destruction of a completion queue. This could lead to potential memory corruption or system instability. Organizations utilizing Linux systems with RDMA capabilities should prioritize addressing this issue to ensure the integrity and reliability of their environments.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Free CQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxt_qplib_destroy_cq() won't write the toggle value to an already-freed page. Move free_page() after bnxt_qplib_destroy_cq.