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

RDMA/bnxt_re: Proper rollback if the ioremap fails

bnxt_qplib_alloc_dpi returns success even if ioremap fails.
Add the proper rollback when the ioremap fails and return
-ENOMEM status.
Published: 2026-08-15
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bnxt_re RDMA driver on Linux includes a bug where bnxt_qplib_alloc_dpi records a success status even when the ioremap call fails. The driver therefore continues as if a valid memory mapping existed, leading to the use of an unintended null or invalid pointer. This can trigger a kernel panic and take the whole system offline, representing a classic denial‑of‑service failure mode.

Affected Systems

Linux kernel builds that contain the bnxt_re RDMA driver before the committed patch are potentially affected. No specific kernel versions are enumerated, so any kernel that includes the pre‑patch driver may be vulnerable. Users running such kernels should verify whether their kernel version incorporates the resolution.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.2, signifying critical severity. EPSS indicates an exploitation probability of less than 1%, which suggests limited likelihood in the wild. Exploitation would require access to a system with kernel privileges or the ability to load a malicious module, so the attacker only needs local privilege escalation. It is not yet listed in CISA's KEV catalog.

Generated by OpenCVE AI on August 22, 2026 at 04:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that incorporates the rollback for ioremap failures in the bnxt_re driver.
  • If an immediate kernel upgrade is not possible, disable the bnxt_re module or RDMA support in the kernel configuration or use a module blacklist to prevent the driver from loading.
  • If a custom kernel is used, apply the patch commits from the referenced commit to the bnxt_re driver source, rebuild the kernel, and ensure the driver no longer returns success on ioremap failures.

Generated by OpenCVE AI on August 22, 2026 at 04:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
CWE-546

Thu, 20 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-476
CWE-546

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: Proper rollback if the ioremap fails bnxt_qplib_alloc_dpi returns success even if ioremap fails. Add the proper rollback when the ioremap fails and return -ENOMEM status.
Title RDMA/bnxt_re: Proper rollback if the ioremap fails
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:44:57.739Z

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

Link: CVE-2026-72496

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72496

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72496 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T04:45:03Z

Weaknesses