CVE-2021-47616
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
19/06/2024
Last modified:
27/08/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
RDMA: Fix use-after-free in rxe_queue_cleanup<br />
<br />
On error handling path in rxe_qp_from_init() qp->sq.queue is freed and<br />
then rxe_create_qp() will drop last reference to this object. qp clean up<br />
function will try to free this queue one time and it causes UAF bug.<br />
<br />
Fix it by zeroing queue pointer after freeing queue in rxe_qp_from_init().
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.15 (including) | 5.15.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



