CVE-2026-46117

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
28/05/2026
Last modified:
30/05/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss()<br /> <br /> Sashiko points out that the user can specify WQs sharing the same CQ as a<br /> part of the uAPI and this will trigger the WARN_ON() then go on to corrupt<br /> the kernel.<br /> <br /> Just reject it outright and fail the QP creation.