2 matches found
CVE-2026-80864
CVE-2026-80864 is a use-after-free in the Linux kernel's RDMA/rxe subsystem. The flaw occurs because rxe_qp_from_attr() handles IB_QP_MAX_DEST_RD_ATOMIC outside the IB_QP_STATE path, holding no state_lock and running concurrently with the live responder task rxe_receiver(). A modify_qp() call set...
SaveExploits0References5
EUVD-2026-71314
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix responder UAF on IBQPMAXDESTRDATOMIC modifyqp rxeqpfromattr handles IBQPMAXDESTRDATOMIC outside the IBQPSTATE path, so it holds no statelock and runs while the responder task rxereceiver recvtask on rxewq is live. A...
SaveExploits0References5
20