Description
In the Linux kernel, the following vulnerability has been resolved:

RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()

Sashiko points out that mlx4_srq_alloc() was not undone during error
unwind, add the missing call to mlx4_srq_free().
Published: 2026-05-28
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the Linux kernel's RDMA mlx4 driver, where mlx4_srq_alloc() did not release its resources when mlx4_ib_create_srq() returned an error. This omission causes kernel memory and objects to remain allocated, leading to a gradual depletion of kernel resources and potential denial of service. The vulnerability is identified as both a Memory Leak (CWE-401) and an Unreleased Resource (CWE-772) issue.

Affected Systems

All Linux kernel releases that contained the unpatched mlx4_ib_create_srq() implementation are affected. No specific version numbers are listed, so any kernel version prior to the commit that added mlx4_srq_free() during error handling is considered vulnerable.

Risk and Exploitability

The CVSS score of 7.8 signifies high severity, while the EPSS score of less than 1% and the absence from the CISA KEV catalog indicate a low probability of exploitation. Based on the description, it is inferred that an attacker would need to trigger repeated SRQ creation failures via RDMA verbs, which may require the ability to run code that exercises RDMA services. The likely attack vector is through manipulation of RDMA service inputs on the vulnerable host. No documented exploit exists, but continuous leakage could culminate in a resource exhaustion denial of service.

Generated by OpenCVE AI on June 11, 2026 at 04:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the patch adding mlx4_srq_free() during error handling.
  • If an update cannot be applied immediately, disable RDMA services block SRQ creation on the affected hosts to stop further resource leaks.
  • Continuously monitor kernel memory usage and SRQ allocation statistics, and set alerts for anomalous growth patterns.

Generated by OpenCVE AI on June 11, 2026 at 04:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 11 Jun 2026 03:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*

Mon, 01 Jun 2026 17:00:00 +0000


Sat, 30 May 2026 11:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 29 May 2026 03:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-987

Fri, 29 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Thu, 28 May 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-987

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq() Sashiko points out that mlx4_srq_alloc() was not undone during error unwind, add the missing call to mlx4_srq_free().
Title RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T18:00:31.083Z

Reserved: 2026-05-13T15:03:33.103Z

Link: CVE-2026-46178

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-28T10:16:33.423

Modified: 2026-06-11T02:59:53.877

Link: CVE-2026-46178

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-28T00:00:00Z

Links: CVE-2026-46178 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T04:30:04Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime