CVE-2026-46117
Awaiting Analysis Awaiting Analysis - Queue
RDMA/mana QP Creation Failure Due to Invalid WQ and CQ Configuration

Publication date: 2026-05-28

Last updated on: 2026-05-28

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() Sashiko points out that the user can specify WQs sharing the same CQ as a part of the uAPI and this will trigger the WARN_ON() then go on to corrupt the kernel. Just reject it outright and fail the QP creation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-28
Last Modified
2026-05-28
Generated
2026-05-28
AI Q&A
2026-05-28
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :

This vulnerability can lead to kernel corruption if exploited, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code with kernel privileges.

Since it involves the kernel, the impact could be severe, affecting the overall security and reliability of the affected Linux system.


Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's RDMA/mana component. It involves a user being able to trigger a WARN_ON() condition in the mana_ib_create_qp_rss() function by specifying Work Queues (WQs) that share the same Completion Queue (CQ) as part of the user API (uAPI). Triggering this WARN_ON() leads to kernel corruption.

The issue was resolved by rejecting such requests outright and failing the creation of the Queue Pair (QP) to prevent kernel corruption.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, the Linux kernel has been updated to reject user requests that trigger the WARN_ON() condition in mana_ib_create_qp_rss(), thereby failing the QP creation outright.

Therefore, the immediate step is to update your Linux kernel to a version that includes this fix.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart