Bug 2460632 (CVE-2026-31493) - CVE-2026-31493 kernel: RDMA/efa: Fix use of completion ctx after free
Summary: CVE-2026-31493 kernel: RDMA/efa: Fix use of completion ctx after free
Keywords:
Status: NEW
Alias: CVE-2026-31493
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:02 UTC by OSIDB Bzimport
Modified: 2026-04-24 16:45 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-22 15:02:06 UTC
In the Linux kernel, the following vulnerability has been resolved:

RDMA/efa: Fix use of completion ctx after free

On admin queue completion handling, if the admin command completed with
error we print data from the completion context. The issue is that we
already freed the completion context in polling/interrupts handler which
means we print data from context in an unknown state (it might be
already used again).
Change the admin submission flow so alloc/dealloc of the context will be
symmetric and dealloc will be called after any potential use of the
context.


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