CVE-2026-31492

· NIST NVD ↗

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Initialize free_qp completion before using it In irdma_create_qp, if ib_copy_to_udata fails, it will call irdma_destroy_qp to clean up which will attempt to wait on the free_qp completion, which is not initialized yet. Fix this by initializing the completion before the ib_copy_to_udata call.

MEDIUM
CVSS severity
5.5
CVSS base score
2026-04-22
Published

CWE codes

CWE-908

Affected products

linux:linux_kernel

Sources