CVE-2022-50138
MEDIUMLinux Kernel < 5.10.137 - Memory Leak
Title source: ruleDescription
In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() __qedr_alloc_mr() allocates a memory chunk for "mr->info.pbl_table" with init_mr_info(). When rdma_alloc_tid() and rdma_register_tid() fail, "mr" is released while "mr->info.pbl_table" is not released, which will lead to a memory leak. We should release the "mr->info.pbl_table" with qedr_free_pbl() when error occurs to fix the memory leak.
References (5)
Scores
CVSS v3
5.5
EPSS
0.0002
EPSS Percentile
5.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Classification
CWE
CWE-401
Status
published
Affected Products (5)
linux/linux_kernel
< 5.10.137
linux/Kernel
< 5.10.137linux
linux/Kernel
< 5.15.61linux
linux/Kernel
< 5.18.18linux
linux/Kernel
< 5.19.2linux
Timeline
Published
Jun 18, 2025
Tracked Since
Feb 18, 2026