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

RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()

struct irdma_create_ah_resp { // 8 bytes, no padding
__u32 ah_id; // offset 0 - SET (uresp.ah_id = ah->sc_ah.ah_info.ah_idx)
__u8 rsvd[4]; // offset 4 - NEVER SET <- LEAK
};

rsvd[4]: 4 bytes of stack memory leaked unconditionally. Only ah_id is assigned before ib_respond_udata().

The reserved members of the structure were not zeroed.
Published: 2026-03-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The vulnerability is a kernel stack memory leak in the RDMA/irdma driver. During creation of a user address handle, the driver’s response structure leaves four reserved bytes uninitialized. Only the handle ID is set, so the four bytes retain whatever stack data was present at the time. A malicious actor with RDMA access can invoke the irdma_create_user_ah operation and read these bytes, potentially exposing sensitive kernel state or data. The vulnerability is therefore an information‑disclosure flaw that could reveal kernel memory contents.

Affected Systems

All Linux kernel builds that include the irdma RDMA driver are affected, as the issue is in the generic kernel source code. No specific version range is specified, so any kernel with the irdma module could be impacted until the fix is applied.

Risk and Exploitability

The CVSS v3 score of 5.5 indicates moderate severity, and the EPSS score of under 1% suggests a low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires RDMA device support and the ability to create an address handle, so exposure depends on RDMA hardware presence and the attacker’s ability to communicate with the RDMA service. Overall risk is moderate but can be mitigated by applying the kernel patch or reducing RDMA exposure.

Generated by OpenCVE AI on March 26, 2026 at 03:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the irdma stack‑leak fix.
  • Verify the running kernel version with uname -r to confirm the fix is present.
  • If an immediate kernel upgrade is not possible, disable RDMA functionality or remove RDMA devices to block potential attacker access.
  • Monitor kernel logs for RDMA‑related anomalies that could indicate exploitation attempts.

Generated by OpenCVE AI on March 26, 2026 at 03:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 18 Apr 2026 09:15:00 +0000


Thu, 26 Mar 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-908
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

Moderate


Wed, 25 Mar 2026 10:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah() struct irdma_create_ah_resp { // 8 bytes, no padding __u32 ah_id; // offset 0 - SET (uresp.ah_id = ah->sc_ah.ah_info.ah_idx) __u8 rsvd[4]; // offset 4 - NEVER SET <- LEAK }; rsvd[4]: 4 bytes of stack memory leaked unconditionally. Only ah_id is assigned before ib_respond_udata(). The reserved members of the structure were not zeroed.
Title RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
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-04-18T08:57:59.964Z

Reserved: 2026-01-13T15:37:45.997Z

Link: CVE-2026-23335

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-03-25T11:16:31.050

Modified: 2026-04-18T09:16:19.160

Link: CVE-2026-23335

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-03-25T00:00:00Z

Links: CVE-2026-23335 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-03-26T12:16:22Z

Weaknesses