
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-53077 affects the Linux kernel's RDMA (Remote Direct Memory Access) implementation. The vulnerability stems from a missing memory release operation in the rpcrdma device handling, specifically where xa_init_flags() in rpcrdma_add_one() lacks a matching xa_destroy() in rpcrdma_remove_one(), leading to potential memory leaks. This issue affects Linux kernel versions from 6.11 up to (excluding) 6.11.7, and various release candidates of version 6.12 (NVD).
The vulnerability is classified as CWE-401 (Missing Release of Memory after Effective Lifetime) with a CVSS v3.1 base score of 5.5 (Medium). The technical issue involves the failure to properly release underlying memory that the xarray might accumulate during operation in the RDMA implementation. The vulnerability specifically relates to the rpcrdma_device's xa_array handling, where memory initialized by xa_init_flags() is not properly released (NVD).
The primary impact of this vulnerability is a memory leak in the Linux kernel's RDMA subsystem. When the affected code path is exercised, it can lead to gradual consumption of system memory over time, potentially affecting system performance and stability (NVD).
The vulnerability has been patched in the Linux kernel. The fix involves adding xa_destroy() in rpcrdma_remove_one() to properly release the memory allocated by xa_init_flags(). The patch has been implemented and is available in the kernel source tree (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."