CVE-2025-22086
The CVE-2025-22086 entry affects the Linux kernel RDMA mlx5 flow: when cur_qp is non-NULL, the code compared QP numbers in the CQE against mlx5_ib_qp (FW QP) instead of mlx5_core_qp (FW QP number), risking mis-association of CQEs and potentially leading to a NULL pointer dereference. The issue is...