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

RDMA/bnxt_re: Initialize dpi variable to zero

dpi is initialized only for BNXT_RE_ALLOC_WC_PAGE, but copied
for all the cases. So initialize the dpi to 0.
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This bug in the Linux kernel’s RDMA bnxt_re driver causes the dpi variable to be initialized only for a specific operation window and then copied for other operations. As a result, the driver may propagate an uninitialized value, leading to unpredictable behavior and the potential leakage of sensitive kernel memory contents. The flaw falls under the category of using uninitialized data, which can compromise data confidentiality and integrity within the kernel.

Affected Systems

The affected product is the Linux operating system kernel. No specific kernel build numbers are listed; the vulnerability applies to any kernel version that includes the bnxt_re RDMA module prior to the official fix in the referenced commit.

Risk and Exploitability

The CVSS or EPSS metrics are not provided, and the vulnerability is not listed in the CISA KEV catalog. Attackers would need local kernel access to exploit this flaw, likely in environments that enable RDMA operations using the bnxt_re driver. Because the flaw involves an uninitialized variable, exploitation risk is mainly limited to information disclosure rather than remote code execution. The absence of public exploitation evidence suggests a moderate overall risk, but any system relying on RDMA via bnxt_re should patch promptly to eliminate the uncertainty.

Generated by OpenCVE AI on August 15, 2026 at 12:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that incorporates the patch from commit 3d00b375853fbbf4157ad092884b4ed9a49429c1 (or later) ensuring that dpi is properly initialized.
  • If a kernel upgrade is not immediately available, manually apply the patch to the bnxt_re source code, rebuild the kernel, and reload the module.
  • After applying the fix, verify that the bnxt_re module reports no uninitialized variable warnings and monitor system logs for any related memory access anomalies.

Generated by OpenCVE AI on August 15, 2026 at 12:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Initialize dpi variable to zero dpi is initialized only for BNXT_RE_ALLOC_WC_PAGE, but copied for all the cases. So initialize the dpi to 0.
Title RDMA/bnxt_re: Initialize dpi variable to zero
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-08-17T05:15:54.658Z

Reserved: 2026-08-09T03:40:39.938Z

Link: CVE-2026-72501

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:24.417

Modified: 2026-08-17T06:19:18.560

Link: CVE-2026-72501

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T04:00:04Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable