CVE-2023-54201
NONE EPSS 6.4%
Published Dec 30, 20256mo ago · Modified Jun 17, 20261w ago
Published Dec 30, 2025 6mo ago
Last Modified Jun 17, 2026 1w ago
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If the device fails, the object isn't fully destroyed so the user/IB core can try to destroy the object again which will lead to underflow when trying to decrease an already zeroed refcount. Deallocate resources in reverse order of allocating them to safely free them.
Threat Intelligence
EPSS Exploit Probability
6.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
References 4
- git.kernel.org https://git.kernel.org/stable/c/24f9884971f9b34915b67baacf7350a3f6f19ea4
- git.kernel.org https://git.kernel.org/stable/c/cf38960386f3cc4abf395e556af915e4babcafd2
- git.kernel.org https://git.kernel.org/stable/c/dc202c57e9a1423aed528e4b8dc949509cd32191
- git.kernel.org https://git.kernel.org/stable/c/e79db2f51a564fd4daa3e508b987df5e81c34b20
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.