In the Linux kernel, the following vulnerability has been resolved:
scsi: libfc: Fix use after free in fcexchabts_resp()
fcexchrelease(ep) will decrease the ep's reference count. When the reference count reaches zero, it is freed. But ep is still used in the following code, which will lead to a use after free.
Return after the fcexchrelease() call to avoid use after free.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49114.json"
}