In the Linux kernel, the following vulnerability has been resolved:
scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
The kref_put() function will call nport->release if the refcount drops to
zero. The nport->release release function is _efc_nport_free() which frees
"nport". But then we dereference "nport" on the next line which is a use
after free. Re-order these lines to avoid the use after free.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 13:15
Updated : 2024-10-23 16:14
NVD link : CVE-2024-49852
Mitre link : CVE-2024-49852
CVE.ORG link : CVE-2024-49852
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free