← Back to CVE List

CVE-2022-49671

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-11T22:27Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: RDMA/cm: Fix memory leak in ib_cm_insert_listen cm_alloc_id_priv() allocates resource for the cm_id_priv. When cm_init_listen() fails it doesn't free it, leading to memory leak. Add the missing error unwind. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt