In the Linux kernel, the following vulnerability has been resolved:
rpcrdma: Always release the rpcrdma_device's xa_array
Dai pointed out that the xa_init_flags() in rpcrdma_add_one() needs
to have a matching xa_destroy() in rpcrdma_remove_one() to release
underlying memory that the xarray might have accrued during
operation.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-19 18:15
Updated : 2024-11-25 20:41
NVD link : CVE-2024-53077
Mitre link : CVE-2024-53077
CVE.ORG link : CVE-2024-53077
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime