Junglewise Threat Intelligence

CVE-2026-46127: Linux Kernel NULL pointer dereference in RDMA ocrdma driver

CVE-2026-46127 · Severity: info · CVSS 5.5 · Published 2026-05-28

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's RDMA driver for Emulex OneConnect adapters could allow a local user to crash the system. The issue occurs during specific error-handling routines where the system attempts to access memory that has not yet been set up. This results in a system crash (kernel panic), impacting the availability of the server.

Technical details

A NULL pointer dereference vulnerability exists in the Linux kernel's ocrdma driver within the drivers/infiniband/hw/ocrdma/ocrdma_verbs.c file. The function ocrdma_copy_pd_uresp() attempts to reference pd->uctx during error cleanup paths (ucopy_err and dpp_map_err). However, pd->uctx is not initialized until late in the function's execution. If an error occurs prior to this initialization, the kernel attempts to dereference a NULL pointer, leading to a kernel panic. The fix involves using the local uctx variable which is correctly populated earlier in the function. This issue affects systems using Emulex OneConnect IBoE RDMA adapters.

Affected products

  • Linux Linux Kernel ocrdma driver

Timeline

  • 2026-04-28: other: Patch authored
  • 2026-05-28: disclosed: CVE published

References

Related threats