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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-28 10:16
Updated : 2026-06-24 18:25
NVD link : CVE-2026-46112
Mitre link : CVE-2026-46112
CVE.ORG link : CVE-2026-46112
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
