CVE-2023-54028
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/12/2025
Last modified:
29/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"<br />
<br />
In the function rxe_create_qp(), rxe_qp_from_init() is called to<br />
initialize qp, internally things like rxe_init_task are not setup until<br />
rxe_qp_init_req().<br />
<br />
If an error occurred before this point then the unwind will call<br />
rxe_cleanup() and eventually to rxe_qp_do_cleanup()/rxe_cleanup_task()<br />
which will oops when trying to access the uninitialized spinlock.<br />
<br />
If rxe_init_task is not executed, rxe_cleanup_task will not be called.



