Bug 2460663 (CVE-2026-31492) - CVE-2026-31492 kernel: RDMA/irdma: Initialize free_qp completion before using it
Summary: CVE-2026-31492 kernel: RDMA/irdma: Initialize free_qp completion before using it
Keywords:
Status: NEW
Alias: CVE-2026-31492
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-22 15:03 UTC by OSIDB Bzimport
Modified: 2026-04-22 19:06 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-22 15:03:57 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.