In the Linux kernel, the following vulnerability has been resolved:
RDMA/irdma: Fix a user-after-free in add_pble_prm
When irdma_hmc_sd_one fails, 'chunk' is freed while its still on the PBLE
info list.
Add the chunk entry to the PBLE info list only after successful setting of
the SD in irdma_hmc_sd_one.
References
Configurations
History
No history.
Information
Published : 2024-06-19 15:15
Updated : 2024-11-21 06:36
NVD link : CVE-2021-47614
Mitre link : CVE-2021-47614
CVE.ORG link : CVE-2021-47614
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free