Security Advisory

CVE-2022-49671

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 02:24:04
Last updated 2026-05-11 19:04:26
Assigner Linux
State PUBLISHED

Description

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 doesnt free it, leading to memory leak. Add the missing error unwind.