CVE-2021-47596

Severity CVSS v4.0:
Pending analysis
Type:
CWE-416 Use After Free
Publication date:
19/06/2024
Last modified:
19/08/2024

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg<br /> <br /> Currently, the hns3_remove function firstly uninstall client instance,<br /> and then uninstall acceletion engine device. The netdevice is freed in<br /> client instance uninstall process, but acceletion engine device uninstall<br /> process still use it to trace runtime information. This causes a use after<br /> free problem.<br /> <br /> So fixes it by check the instance register state to avoid use after free.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.8 (including) 5.10.88 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.15.11 (excluding)