CVE-2026-46112

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
28/05/2026
Last modified:
30/05/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> RDMA/hns: Fix unlocked call to hns_roce_qp_remove()<br /> <br /> Sashiko points out that hns_roce_qp_remove() requires the caller to hold<br /> locks. The error flow in hns_roce_create_qp_common() doesn&amp;#39;t hold those<br /> locks for the error unwind so it risks corrupting memory.<br /> <br /> Grab the same locks the other two callers use.