CVE-2023-54055
Memory Leak in Linux Kernel RDMA IRDMA PBLE Objects Fixed
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's RDMA/irdma component. Specifically, when the irdma module is removed (rmmod), the memory allocated for PBLE (Page Buffer List Entry) objects is not freed properly. Unlike other HMC objects, PBLE objects and their Segment Descriptors are dynamically allocated during scaling and remain allocated until function deinitialization. The fix involves adjusting the handling of PBLE objects to ensure their memory is freed correctly during module removal.
How can this vulnerability impact me? :
The memory leak caused by this vulnerability can lead to increased memory usage over time when the irdma module is removed and reloaded repeatedly. This can degrade system performance and stability, potentially causing resource exhaustion or crashes if the leak is significant and persistent.