Junglewise Threat Intelligence

CVE-2026-46112: Linux Kernel RDMA/hns memory corruption in hns_roce_qp_remove

CVE-2026-46112 · Severity: info · CVSS 0 · Published 2026-05-28

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A memory corruption vulnerability was identified in the Linux kernel's RDMA (Remote Direct Memory Access) driver for HiSilicon hardware. The issue occurs during specific error handling scenarios when creating network connections, where the system fails to properly lock internal data structures. This could lead to system instability or memory corruption, potentially affecting the reliability of high-performance networking operations.

Technical details

A race condition and potential memory corruption vulnerability exists in the hns_roce driver within the Linux kernel's RDMA subsystem. The function hns_roce_create_qp_common() fails to acquire necessary spinlocks (qp_list_lock) and CQ locks before calling hns_roce_qp_remove() during an error unwind flow. This violation of locking requirements can lead to concurrent access and corruption of the Queue Pair (QP) list or Completion Queue (CQ) structures. The vulnerability is triggered locally during failed QP creation attempts. Patches have been merged into multiple stable kernel branches to ensure proper lock acquisition using spin_lock_irqsave and hns_roce_lock_cqs.

Affected products

  • Linux Linux kernel Fixed in 6.1, 6.6, 6.8, 6.9, and master branches

Timeline

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

References

Related threats