CVE-2026-31565
MediumIn the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix deadlock during netdev reset with active connections Resolve deadlock that occurs when user executes netdev reset while RDMA applications (e.g., rping) are active. The netdev reset causes ice driver to remove irdma auxiliary driver, triggering device_delete and subsequent client removal. During client removal, uverbs_client waits for QP reference count to reach zero while cma_client holds the final reference, creating circular dependency and indefinite wait in iWARP mode. Skip QP reference count wait during device reset to prevent deadlock.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-667CVE-2026-31565 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
5.15.116,
6.1.33,
6.3.7,
6.4
and later are affected. Fixed in
5.15.203,
6.1.168,
6.6.131,
6.12.80,
6.18.21,
6.19.11,
7.0
and their respective stable series.
References
The following references provide additional information about CVE-2026-31565 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/009831768faeca3fb5950ce63f1b49594ec82389
-
PatchKernel patch commithttps://git.kernel.org/stable/c/464bbb844ba5b68e038220c34019069a0a9f1581
-
PatchKernel patch commithttps://git.kernel.org/stable/c/6f52370970ac07d352a7af4089e55e0e6425f827
Frequently asked questions
-
What is CVE-2026-31565?
CVE-2026-31565 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as an Improper Locking flaw (CWE-667) . It affects Linux kernel versions from 5.15.116 onward and has been patched in 5.15.203, 6.1.168, 6.6.131 and others. CVE-2026-31565 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-31565?
CVE-2026-31565 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2026-31565?
Yes — CVE-2026-31565 has been patched. Fixed versions include 5.15.203, 6.1.168, 6.6.131 and others. If you are running Linux kernel 5.15.116 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-31565 actively exploited?
No — CVE-2026-31565 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Improper Locking (CWE-667)?
The product does not properly acquire or release a lock, which can lead to unexpected behaviour. View CWE-667 on MITRE CWE →