CVE-2022-49114

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49114
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49114.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49114
Downstream
Related
Published
2025-02-26T07:00:48Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

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.

References

Affected packages