CVE-2026-46112
HighIn 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.
CVSS 3.1 score
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-667CVE-2026-46112 is a Improper Locking vulnerability
What is Improper Locking?
The product does not properly acquire or release a lock, which can lead to unexpected behaviour. Learn more on MITRE CWE
Affected versions
Linux kernel versions
4.17
and later are affected. Fixed in
5.15.209,
6.1.175,
6.6.140,
6.12.88,
6.18.30,
7.0.7,
7.1
and their respective stable series.
References
7 total-
Patch
-
Patch
-
Patch
-
Patch
-
Patch
Frequently asked questions
-
What is CVE-2026-46112?
CVE-2026-46112 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 , classified as an Improper Locking flaw (CWE-667) . It affects Linux kernel versions from 4.17 onward and has been patched in 5.15.209, 6.1.175, 6.6.140 and others. CVE-2026-46112 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-46112?
CVE-2026-46112 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2026-46112?
Yes. CVE-2026-46112 has been patched. Fixed versions include 5.15.209, 6.1.175, 6.6.140 and others. If you are running Linux kernel 4.17 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-46112 actively exploited?
No. CVE-2026-46112 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.