HomeDefectsLIN1025-15184
Fixed

LIN1025-15184 : Security Advisory - linux - CVE-2026-46112

Created: May 29, 2026    Updated: Jun 1, 2026
Resolved Date: May 31, 2026
Found In Version: 10.25.33.2
Fix Version: 10.25.33.10
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

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