Bug 2424983 (CVE-2023-54028) - CVE-2023-54028 kernel: RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
Summary: CVE-2023-54028 kernel: RDMA/rxe: Fix the error "trying to register non-static...
Keywords:
Status: NEW
Alias: CVE-2023-54028
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 12:05 UTC by OSIDB Bzimport
Modified: 2025-12-25 11:07 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 12:05:50 UTC
In the Linux kernel, the following vulnerability has been resolved:

RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"

In the function rxe_create_qp(), rxe_qp_from_init() is called to
initialize qp, internally things like rxe_init_task are not setup until
rxe_qp_init_req().

If an error occurred before this point then the unwind will call
rxe_cleanup() and eventually to rxe_qp_do_cleanup()/rxe_cleanup_task()
which will oops when trying to access the uninitialized spinlock.

If rxe_init_task is not executed, rxe_cleanup_task will not be called.


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