Entreprise d'experts en Sécurité Informatique : Audits et conseils en cybersécurité
Entreprise française de cybersécurité depuis 2004
☎ 03 60 47 09 81 - info@securiteinfo.com


CVE-2022-50138

Description

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" withinit_mr_info(). When rdma_alloc_tid() and rdma_register_tid() fail, "mr"is released while "mr->info.pbl_table" is not released, which will leadto a memory leak.We should release the "mr->info.pbl_table" with qedr_free_pbl() when erroroccurs to fix the memory leak.

POC

Reference

No PoCs from references.

Github

- https://github.com/ARPSyndicate/cve-scores