Security Advisory

CVE-2025-71157

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-01-23 14:25:56
Last updated 2026-05-11 21:56:04
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: always drop device refcount in ib_del_sub_device_and_put() Since nldev_deldev() (introduced by commit 060c642b2ab8 ("RDMA/nldev: Add support to add/delete a sub IB device through netlink") grabs a reference using ib_device_get_by_index() before calling ib_del_sub_device_and_put(), we need to drop that reference before returning -EOPNOTSUPP error.