PatchSiren cyber security CVE debrief
CVE-2026-46144 Linux CVE debrief
A resource leak vulnerability exists in the Linux kernel's RDMA MANA driver. When `mana_ib_create_qp_rss()` encounters an error condition, the `mana_ib_cfg_vport_steering()` configuration is not properly released during the error unwind path. While the normal destroy path cleans up this resource, the failure path omits this cleanup, leading to a resource leak. This affects systems using Microsoft's MANA (Microsoft Azure Network Adapter) RDMA driver for Azure virtual machines. The vulnerability was resolved by ensuring proper cleanup in the error unwind path.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-28
- Original CVE updated
- 2026-05-28
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-05-28
Who should care
Organizations running Linux workloads on Microsoft Azure using MANA RDMA networking, particularly those creating and destroying RDMA queue pairs frequently. Cloud administrators and kernel maintainers responsible for Azure VM fleet security should prioritize this patch to prevent resource exhaustion in long-running RDMA applications.
Technical summary
The RDMA/mana driver in the Linux kernel contains a resource leak in the error unwind path of `mana_ib_create_qp_rss()`. When queue pair creation with RSS (Receive Side Scaling) fails, the `mana_ib_cfg_vport_steering()` configuration allocated during setup is not released. The normal destroy path handles cleanup, but the error path omits this step. This affects Azure virtual machines using Microsoft's MANA RDMA hardware. The fix ensures proper resource cleanup in both success and failure paths. Multiple stable kernel branches have received backports of this fix.
Defensive priority
medium
Recommended defensive actions
- Apply kernel updates containing the fix for CVE-2026-46144 to systems using the MANA RDMA driver
- Monitor for kernel updates from your Linux distribution that include the RDMA/mana fix
- For Azure VMs using MANA RDMA, ensure kernel version includes commit ab64c63b460bbd0521480bf90d5695783f5e66bc or equivalent backport
- Review system logs for RDMA QP creation failures that may indicate resource exhaustion from this leak
- Consider restarting RDMA workloads periodically if immediate patching is not possible to mitigate resource accumulation
Evidence notes
The CVE description and kernel commit references confirm this is a resource leak in error handling within the RDMA/mana driver. The fix ensures `mana_ib_cfg_vport_steering()` is properly cleaned up when `mana_ib_create_qp_rss()` fails. Multiple stable kernel branches received backports of this fix.
Official resources
-
CVE-2026-46144 CVE record
CVE.org
-
CVE-2026-46144 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
2026-05-28