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-&gt;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().

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.15 (including) 5.15.10 (excluding)