In the Linux kernel, the following vulnerability has been resolved:
RDMA/siw: publish QP after initialization
siwcreateqp() currently calls siwqpadd() before the queues, CQ pointers, state, completion, and device list entry are ready. A QPN lookup can therefore reach a QP that is still being constructed.
Move siwqpadd() to the end of siwcreateqp(), after QP initialization and before adding the QP to the siw device list.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68417.json"
}